Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Tdogthedog

Members
  • Posts

    562
  • Joined

  • Last visited

    Never

Everything posted by Tdogthedog

  1. edit above ^^ (same time you were posting)
  2. Ok I put breaks on all the lines having to do with server pack handler and all functions and they all run like normal when called… edit: might have found the problem when i press the ok button the function ``` HandlePlayerStats ``` doesn't run…
  3. yea I know I put ``` Player(MyIndex).POINTS = Player(MyIndex).POINTS + 1 ``` right before calling SendTrainStat and still won't work
  4. Took it out of an array, made sure all of them had Option Explicit at the top and even did ctrl + F5 and ran normal and did break on the SendTranStat and it said i was sending the right number
  5. its not? i just copy and pasted the sub for the button. And i didn't say your function doesn't work because if i use the + on the game screen they worked… so i just don't get why i can't do the same thing from just another form...
  6. yes i know how to do breaks but the messages weren't just saying the stats more like "you have raised your stat to #" but doesn't matter how i debug its that the SendTrainStat doesn't run..
  7. well Ballie's isn't working (and yes i copyied it right Robin). i even put a set of playermsg's around it 1 before and after saying my stats 1 before it trains the stat and 1 after and they both say the same number.. so its not working…
  8. download photoshop trial and just do contrast colors and change them all at once
  9. Ok Made a new form that pops up and asks you what stat to increase and then when you press ok the sub finds which radio button is selected and assigns the Global StatChangeNum to that corresponding stat. I have definded StatChangeNum in the global module and all that which is not the problem.. its that when i do.. ``` SendTrainStat StatChangeNum ``` it won't work heres what i have for codes.. This is in the Gamelogic mod in the CastSpell sub and WaitingReply is also a global that my new form chooses.. 0 = nothing, 1 = quit, 2 = continue ``` 'check to see if spell needs reply If Spell(PlayerSpells(spellslot)).Type = SPELL_TYPE_PLUSSTAT And Spell(PlayerSpells(spellslot)).NeedReply = 1 Then WaitingReply = 0 frmChooseStat.Show vbModal If WaitingReply = 1 Then Exit Sub End If If WaitingReply = 2 Then SendTrainStat StatNumChange End If End If ``` And here is what the new form looks like: ![](http://i845.photobucket.com/albums/ab13/erraofwar/pic2.png) and its source for the OK button: ``` Private Sub cmdOk_Click(Index As Integer) If OptStr.Value = True Then StatChangeNum = 1 WaitingReply = 2 End If If OptEnd.Value = True Then StatChangeNum = 2 WaitingReply = 2 End If If OptVit.Value = True Then StatChangeNum = 3 WaitingReply = 2 End If If OptWill.Value = True Then StatChangeNum = 4 WaitingReply = 2 End If If OptInt.Value = True Then StatChangeNum = 5 WaitingReply = 2 End If If OptSpr.Value = True Then StatChangeNum = 6 WaitingReply = 2 End If End Sub ```
  10. @[PIE: > renzozuken2002 link=topic=60622.msg640263#msg640263 date=1274552354] > Hey, you guys remember the Back Street Boys? > Hehe… good times... na nsync or whatever lol
  11. @Melley: > Drugs won't end his career.. > > Puberty will. true that i'm waiting for him to do a live show and his voice starts cracking and changing XD
  12. look at a paperdoll sheet tuts and make sure those are lined up.. secondly what ever color is around your items say its black if you paperdolls are miss lined up and the row it's supose to be using is all in black then nothing will show up. that ^^^ is probably what it is or you have a bug somewhere do any source editing?
  13. @uıןɐpuǝʍb: > I like his helmet hair… > > Thats sexy! lol hes so retarted.. how do people like him?
  14. Ok my opinion of course but eh its true… ok for all those that know this kid got famous off of youtube.. then producers made a contract with him and now he sings... but this kid has the girlyest voice ever and sounds like 13 -14 year old that hasn't even started hitting adult hood lol... so when I found this out I had to show you guys.. so retarted.... http://www.youtube.com/watch?v=JxSeCKwz-jw&feature=player_embedded for those who want to here what he sounds like here you go… btw all his songs have to do with him and a chick and getting freaky or anything else and hes a little kid lol.... http://www.youtube.com/watch?v=kffacxfA7G4 edit: another girly sounding one http://www.youtube.com/v/CHVhwcOg6y8 enjoy.. eh reply what you think of him.. eh
  15. Tdogthedog

    My New Tat

    O tars for me but I like yours alot XD lol way to go
  16. in otherwords you do this… you look up tutorials.. try it your self and then if you can't get your codes to work you post your code and we try to help. We don't do the whole code for you that would be the point of making a dev team for your game.. http://www.touchofdeathforums.com/smf/index.php/board,107.0.html
  17. Tdogthedog

    Attack help

    what ballie said or check your NPC deffence/strength and make sure you didn't set them higher
  18. ugh as anyone asked this question…. "Did you renamed anything?" And for all of you out there... yes you can compile stuff in vb6 you just can't make a .exe... compile = pressing the little play button....
  19. Tdogthedog

    Ip config

    set up a no-ip (http://www.no-ip.com/) and then download the program and keep it running then.. tell people use that no-ip and it will work. because it takes your ip and masks it with that so it will always work
  20. Tdogthedog

    Which Project??

    other then the fact Orgins was coded by Robin lol XD (which if i havent told ya yet Robin great job) it actually is the best
  21. just rename it filenamewhatever.bmp lol or just open in paint or something and save it
  22. did you do the right library files for your computer?
  23. @Yorty.: > @Jna: > > > [![](http://www.speedtest.net/result/807389957.png)](http://www.speedtest.net) > > Sucks. 80kb/s when downloading. > > [![](http://www.pingtest.net/result/16398556.png)](http://www.pingtest.net) > > At least something is good. > > JNA you are like the only other person here besides me with shit speed. hey i wanna be part of the group look at this XD ![](http://www.speedtest.net/result/807463240.png)
  24. Tdogthedog

    My b-day!

    Happy bday Jna! Would send you a puppy to remind you of me but I'm broke XD
  25. lol XD your not the only one its done it to
×
×
  • Create New...