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. check this out it might be helpful, although you will have to cutomize it to work with your buttons. http://www.touchofdeathforums.com/smf/index.php/topic,62538.0.html
  2. thank you it works great. Hey im not really sure if this is the place to ask but with this tutorial i found out i can only have 253 controllers so it wont let me add anymore shapes to my map. Is there a work around or even a different way to go about this? i need about 80 more shapes before i can finish my map :/ thanks guys. well i figured something out, i just made a new form called world map2 and added this to frm main Case vbKeyHome If Player(MyIndex).Map < 253 Then frmWorldMap.Visible = Not frmWorldMap.Visible Else frmworldmap2.Visible = Not frmworldmap2.Visible End If that way it checks to see what map im on and opens the right map from now you can have wayy more maps display on your world map.
  3. When I added this I get an end if without block if error, I know I am doing something wrong but any insight into what i need to do to get this to work would be helpful. Thanks in advance.
  4. Thanks for the tutorial it really helped and here is a screen shot of my map just in case you wanted to see what people are doing with your idea. I also have a question, how to i make it so when you press home after the maps already open the map closes? Sorry I am still a super huge noob.
  5. Thanks for an awsome addition! Its worked perfectly so far and i havent found any bugs.
  6. or3o

    Mount help

    If you use that paperdoll and then edit it so your character is riding it then that tut on a transformation spell you can make it so when u cast a spell it changes your sprite to your guy being on a horse I guess. Im not sure how you can make it affect your speed tho :/ http://www.touchofdeathforums.com/smf/index.php/topic,77727.0.html
  7. It worked perfectly! thank you for a great tut.
  8. Check this out. http://www.touchofdeathforums.com/smf/index.php/topic,77727.0.html
  9. i deleted all characters and items. Its a runtime error 9 subscript out of range. and when i run in debug it highlights the code i put on my first post. thanks for looking into it. i just copied and pasted everything you did exactly and this time it worked so apparently im an idiot. thank you for all the help and this guide is sweet!
  10. :/ never mind i didnt fix it, and when i equip an item and log out when i log back in the items gone. i know im doing something wrong but for the life of me I cant figure it out.
  11. When i try to run it in debug mode i get this? what am i doing wrong? Any help would be much appreciated.
  12. or3o

    Animation question

    Im trying to figure out how to make a specific animation center in the players screen instead of centering on whatever is being attacked. If anyone could point me in the right direction i would be very grateful. never mind, i just took the lazy way out and made the animation on caster :/ hopefully no one casts it from the edge of the map lol.
×
×
  • Create New...