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. hey i was wondering if anyone knows how to set up multiple websites off one apache server, i currently have a site online but I need help setting a virtual host so i can have 2 sites up. Thanks in advance
  2. 2 and no i had forgotten about the img tag :) thx tho lol
  3. put some old maple leaves in the soil like a compost for some reason spider mites dont like that stuff, and get a shop vac and use it to suck the spidermites off the colas. And dont worry the suction from the vaccum wont take off the thc. i wouldnt add pesticides or fertilizers if the plants are within a month of harvest tho.
  4. i downloaded version 1.1 and 1.2 then used winmerge on em to check for changes.
  5. or3o

    Tools cant hurt npcs?

    i believe this goes in modcombat player attacknpc right after it checks if you have a weapon. i cant open vb6 at the moment but ill check it out soon as i get on my other pc.
  6. Yea i didnt realize how extensive the changes where to your source, it would take forever but i guess its somewhere to start, i would suggest trying to rip something a little simpler first because that character selection thing seems a little difficult if you dont know what your doing.
  7. or3o

    Error in script

    to make it work first you would have to add a skill using this tutorial http://www.touchofdeathforums.com/smf/index.php/topic,71740.0.html you would follow this one make a skill called fishing and then use my tutorial. i dont know if its agianst the rules but i wouldnt really suggest posting the same questions more than once on the q&a forum. just message me if you need any help, ill be more than happy to offer some assistance.
  8. thanks for this! it will give me a little pratice with this whole event system :)
  9. here check this out :) http://www.touchofdeathforums.com/smf2/index.php/topic,79490.msg851999.html#msg851999
  10. also check out winmerge and compare the edited source to a blank version of eo and it will literally highlight all the differences.
  11. no open the client and server in visual basic and click run not compile. its how you can run it before compiling to test it out. up near the top of the screen on the left hand sign it should look like a sideways triangle. try not to triple post i think its agianst forum rules, its better to just modify your last post ok? also read the third post down on that tutorial you just linked me, that makes it so you can have a woodcutting level requirement. if you want it to add woodcutting experience then on server side add this in ModPlayer in sub CheckResources above ' carry on GiveInvItem Index, Resource(Resource_index).ItemReward, 1 Paste ``` itemnum = GetPlayerEquipment(Index, Weapon) FI = Item(itemnum).woodcutting If FI > 0 Then SetPlayerwoodcuttingExp Index, GetPlayerwoodcuttingExp(Index) + Resource(Resource_index).FiExp SendPlayerData Index SendEXP Index End If [\code] ```
  12. just run em both in visual basic and when it errors send me a screen shot of whats highlighted k? then ill try n help ya figure it out.
  13. im not sure if i remember to put it in the tutorial but you need to put this ``` fiexp as long ``` in mod types under resource recs in both the client and server portion of mod types. i cant really access my code at the moment but when i get back onto visual basic ill try n see if that was the issue. If you would run the server and client in visual basic then click save and show me what gets highlighted i could help you easier, right now i basically have to guess.
  14. or3o

    Full screen

    you will have to code it with vb6\. go to the tutorial sections under source and there should be a few guides to doing it, its a pretty simple mod and shouldnt be to difficult to figure out. you are going to have to delete your maps tho, just a warning
  15. Ive hear people talk about em and i did some googling but nothing has really turned up, could someone tell me a good program to try? Thanks in advance
  16. yes this worked perfectly for me :)
  17. Wow sorry im such a noob :/
  18. or3o

    Faster movement

    did you by chance do this mod? http://www.touchofdeathforums.com/smf2/index.php/topic,80797.0.html
×
×
  • Create New...