Jump to content

gustav

Members
  • Posts

    20
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

gustav's Achievements

Poring

Poring (1/15)

0

Reputation

  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
×
×
  • Create New...