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

or3o

Members
  • Posts

    685
  • Joined

  • Last visited

    Never

Everything posted by or3o

  1. or3o

    Combat Level

    You have 364 posts in the 2 months you have been a member, your like the most prolific serial questioner thus far.
  2. or3o

    Combat Level

    i was just pointing out to roger how easy it was to get vb6/ but seriously you can set your level at sub add character Player(Index).Level = 1 find that server side and change it to a 5 :/
  3. your in the right spot try changing the walk speed.
  4. or3o

    Combat Level

    im sure in the add character you could probibly set the players level if you wanted. serverside add character in mod player
  5. or3o

    Combat Level

    ill give you a link to it brandon if you cant find it. its also not illegal to enter the code :/
  6. You might need to alter the code a bit considering this was just off the top of my head but the basic premise is still the same, just a check to see if your the starting class and a check to see what level you are.
  7. go into your get player exp sub or in the player attack npc just above where it gives you xp just add a check like if getplayerclass (myindex) = 'whatever the starting class is then if getplayerlevel (myindex) > 5 then exp = 0 end if end if
  8. just add a if getplayerlevel = 5 than in the level up sub? then you could add a form or whatever thats ovly visible once you hit level 5 where you can choose your class advancement
  9. or3o

    Quest System

    Good job Jake, people seem to forget about the search function.
  10. i have windows 98 you can use!
  11. will people please start actually looking through the tuts before posting questions. not trying to be a jerk its just when the answer is on the second page its painfully obvious you didn't bother actually looking :/ [http://www.touchofde…lution-changer/](http://www.touchofdeathforums.com/community/index.php?/topic/127753-eo-event-system-30-resolution-changer/) anyway there ya go. don't get used to being spoon fed answers tho. Also try to wait a few days before double posting.
  12. or3o

    Coding

    yea i only provide those in messages…
  13. or3o

    Coding

    lol i just try not to say things that might get me in trouble with an admin ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png)
  14. or3o

    Coding

    yea Eclipse doesnt support pirates so dont **just download it from your favorite pirate Themed site,** Find it at a reputible source and buy it used or whatever.
  15. or3o

    TxtChat?

    please edit your posts instead of double posting :/ and it actually sounds like this might be an issue with visual basic itself, you can try reinstalling it and see if that fixes the problem.
  16. or3o

    Visual Basic

    Brandon no one here has paid for vb6, also its not for sale anymore.
  17. Glad to hear, and thanks for remembering to post resolved in your title ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png)
  18. ok how did you manage to edit your game at all without vb? and what version are ya running?
  19. Well im glad its working for ya. make sure to edit the name of this topic and add a [resolved] if you can.
  20. Gimme a sec ill check it out. just downloaded dragon eclipse and it works fine. what did you edit?
  21. im not sure if Deathbeam took out the old chat system but yea its definitly possible. download a copy of eo 3.0 and rip that feature to your copy of ea
  22. lol soz sekaru i was just going off the top of my head, i hadnt actually looked to see what he was talking about. I should prolly pay more attention. and why the hell did you make members access 5? it just seems like a bad way of putting it.
  23. wow so basically you gave members the highest access…. just change it to if getplayeraccess(myindex) > 4 then exit sub end if
  24. If getplayeracess(myindex) < 3 then exit sub end if try putting that above your code
×
×
  • Create New...