Jump to content

gustav

Members
  • Posts

    20
  • Joined

  • Last visited

Everything posted by gustav

  1. Hi, I would like to request an additional, that increases Stripsuccessrate by x%. So i like to make a card, that allows rogue/Stalker to increase their succesrate by the amout that the item states. So far I found the formula from from Fullstrip skill in /src/map/skill.c . //Rate in percent if ( skillid == ST_FULLSTRIP ) { i = 5 + 2*skilllv + (sstatus->dex - tstatus->dex)/5; } else { i = 5 + 5*skilllv + (sstatus->dex - tstatus->dex)/5; } if (i < 5) i = 5; //Minimum rate 5% I don't really know how to do this so i would appreciate of someone knows how to and helps me. thanks 0 Quote MultiQuote Edit still looking for it :/
  2. This is a mirror from the eAthena thread if you scrolled down 2 posts http://www.easy-share.com/1905172452/anti-wpe_socket_diff.rar
  3. gustav

    Logs Edits?

    Hello, you can adjust the minimum gm level, whose commands will be logged in the log_athena.conf. // Log GM Commands (set to minimum level of Logged Commands) log_gm: 40
  4. Sollte ich lieber ein eAthena SVN ohne 3rd classes benutzen für nen server auf dem es nur trans gibt oder besser rAthena und einfach renewal mechaniken ausschalten? Macht das überhaupt einen unterschied, was läuft stabiler?
  5. I'd like to have an bonus command for an item, so i can do something like this something like "...{bonus bStripchance,5; }. Thanks
  6. does this work? increasing the successrate of fullstrip without srcedit?
  7. Gibt es einen englischen client, der auch eine englische data.grf und data folder benutzt?
  8. gustav

    VPS?

    strato und eurohosting sind auch sehr gut, 1&1 auch, aber us basiert fällt mir nix ein
  9. the first variable tutorial doesn't work for me. when follow the tutorial only the temporary variables settings work
  10. - script Healer#h1-1::Healer 59;{ percentheal 100,100; c_start SC_BLESSING,0,10; sc_start SC_INCREASEAGI,0,10; } prontera,146,94,5 duplicate(Healer) Healer#h1-1 59 i tried to a basic healer script-> click leads to being healed and agi bless. Whats wrong with it? the npc doesn't show up
  11. i did what you said and i still get the message and cant use enter anymore oO
  12. I finally got to connect to my server(with error [CHARACTER_INFO size error !! character num:1 CHARACTER_INFO size: 112] but i could connect) But i dont see any mobs. i can spawn mobs, which also attack me, but i cant see them. If i use @killmonsters they dropstuff, but i cant kill :/
  13. i dont have a exe that works without errors and is not korean. Even after diffing it still gives me errors and is korean.
  14. Hello guys, i dont know if this is the right subforum. However: I set up a local server by the judasbible. Everything went fine all 3 servers are running without errors. However i dont get a client to connect to the server. I downloaded my Ragnarok Folder from rms http://ratemyserver....wnload_kROLinks and patche dit the lightpatcher that came with. I don't understand the part about the diffing of the exe in the bible and the grf. My first try was downloading the latest exe from the judasbible and just diff it with the standard options. that however doesnt work. Then the guide says i have to make a grf from my datafolder. However my datafolder is empty besides the clientinfo.xml that i have written by myself(copied from the judasbible). I dont know really what i have to do to be able to connect my server.
  15. Hello guys, i dont know if this is the right subforum. However: I set up a local server by the judasbible. Everything went fine all 3 servers are running without errors. However i dont get a client to connect to the server. I downloaded my Ragnarok Folder from rms http://ratemyserver.net/index.php?page=download_kROLinks and patche dit the lightpatcher that came with. I don't understand the part about the diffing of the exe in the bible and the grf. My first try was downloading the latest exe from the judasbible and just diff it with the standard options. that however doesnt work. Then the guide says i have to make a grf from my datafolder. However my datafolder is empty besides the clientinfo.xml that i have written by myself(copied from the judasbible). I dont know really what i have to do to be able to connect my server.
×
×
  • Create New...