Jump to content

gustav

Members
  • Posts

    20
  • Joined

  • Last visited

Posts 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

    still looking for it :/

  2. - 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

  3. 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.

  4. 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...