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. http://www.touchofdeathforums.com/smf2/index.php/topic,80797.0.html this may help you with some of your issues. but im not sure if what else you can really do to change anything. also ive heard if you changed your pic screen and did this mod it may affect how fast your player runs.
  2. or3o

    Auto Updater

    you need to already have a website for it to work, so basically you setup a website be it freewebs or whatever and then you go into your client/data files and double click the config text doc, near the bottom it says updater and you just put in the website url right there. if you need any help just message me if ya want.
  3. i think this is what your describing http://www.touchofdeathforums.com/smf2/index.php/topic,80793.0.html
  4. Yay! thanks soo much, this thread has been my homepage for a week or two now :)
  5. i get an error in the server only when i am killed by an npc that has spells, its a rte 9 error and it hightlights this``` Select Case Spell(spellnum).Type ```in npcspell player sub anyone have this issue? the npcs cast spells and everything but if they kill a player my server crashes. and for some reason if only does this if its on the first map.
  6. http://www.touchofdeathforums.com/smf2/index.php/topic,74117.0.html cs de is the closest thing your gonna get i believe.
  7. If you added the weapons profiencies tutorial all ya need to do to make it use you woodcutting level or whatever other skill u want is use this in the server side check resource sub :0``` If Resource(Resource_index).resourcetype = 1 Then ' level requirement If GetPlayerWoodcutting(index) < Resource(Resource_index).LevelReq Then PlayerMsg index, "You do not meet the level requirement for this resource!", BrightRed Exit Sub End If End If ```Thanks you very much for this tutorial tho! I like this way better than having to make a buncha different tools with different tool powers and such. And i love skilling! (Im totally not a girl.(I think.))
  8. thank you sooo much! christmas came early this year!
  9. when i try to make an item i get an rte error 9 and it highlights this``` CopyMemory ByVal VarPtr(Item(n)), ByVal VarPtr(ItemData(0)), ItemSize ```anyone else had this problem? its in the handle save item sub. Nevermind fixed it :0 im just kinda dumb sometimes.
  10. also with healing over time spells the first tick it heals whatever your new vital is but after that it just heals whatever the vital set for the spell is right?
  11. does anyone know how difficult it would be or any ways to make it so when i press a command button i added it uses an item even if its not in my inventory? like it gets the number out of the list index or something? sorry for all the questions. This is just another thing im having trouble figuring out. Thanks for any advise or help.
  12. Thank you soo much for taking the time to code this, its awsome, and i cant wait till its stable. ill send bug reports for any errors I find.
  13. or3o

    Tileset

    I do love the look of those tiles :) hopefully somebody uses them!
  14. i have that tutorial already added but im just trying to figure out a way to make it so i dont have to add a buncha different types of pickaxe and such, mabye i can add a lvl requirement scroll bar in the resource editor and make it check it whenever i try to cut a resource down? thanks Richy
  15. anyone care to give me a hint on making resources have a level requirement? thanks in advance for any help :)
  16. thanks for the tut seems like a good idea :) for some reason it gives me a syntax error you might need to add some then's after your else ifs i think.
  17. thank you very much
  18. Can anyone help me figure out how to open shops with ctrl instead of them just opening up whenever i walk on a shop tile?
  19. What happens if you cast transform with a full inventory?
  20. Thanks soo much this works perfectly! when u press launch if it gives you an error make sure your client is called client.exe
  21. Ive been testing this for a little while now and just wanted to tell ya i havent figured out any problems yet.
  22. can you make it so if the item is in the shield slot than it uses to shield paperdoll layer to render? im not sure how to go about it but that semms like the easiest way to make the item show up. ill try n figure it out and ill post it here if i do.
  23. I was trying to figure out how to do this for quite a while! thank you ill tell ya if i find anything i cant figure out. Thanks agian oh and it works perfectly!
  24. thanks for this! now my brother will stop griefing :/
×
×
  • Create New...