Jump to content

rans

Members
  • Content Count

    358
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by rans


  1. Hi, everything you need is in the Doc folder of herc. 
    how can you make to base on %? its in the DOC. (MaxHp)

    this example is using 5%

    set t, MaxHp * 0.05;
    while(Hp <  t){
    do this
    sleep for cooldown or you can use gettimetick just read the docs.
    }
    

  2. i don't know why is this not working properly.
    so i put my map files(gat,rsw,gnd) + resnametable inside
    trunk/data/
    and run the command "./map-server --load-plugin mapcache --map arocustom" 
    the result is
    [warning]: could not open file 'maps/pre-re/arocustom.mcache', map cache creating failed.

    ?? i'm trying to create a mcache file for my custom map using the command. and give me an error cannot find mcache? what?

    --
    I've also tried adding it to oldformat map_cache.dat and try converting it and i get a result of
    [warning]: could not open file 'maps/pre-re/arocustom.mcache', map cache creating failed.
    [error]: failed to convert map.
     


  3. Hello Good day to all.
    Can i request a function of delay. 
    The function will have a list of item ids that will share its delay/cooldown. for example i put item id 501,502,503 on the function and set the delay to 500ms
    when i use the 501 item id. the other item (502,503) will also cooldown the same time with 501.

    Thanks!


  4. no no no, 
    what i aim here is RO related. 
    see this is my situation. Server 1 (Login,char,map) and i have Server 2 (char, map) this setup is dual server using 1 login-server
    so what i aim to do is make the vote_points table (from database of server 1) be accessible to Server 2 npc script (which is from different host)

    I hope you get what i'm trying to do.


  5. Is it possible to access database from npc script? i know yes if you are going to access the localhost
    but i'm talking about other server for example i have vote_points table on other host and i wanted it to be access by server2(this is from different host). what code should i use? or is it even possible?


  6. Hello there, back when we have conf/inter_athena.conf i can easily make dual server ( 1 login, 2 char, 2map) with connection of sql., but not it seems that all login,char,map are using 1 connection inside sql_connection.conf
    any idea how can i seperate the login?


  7. 18 hours ago, Asheraf said:

    Hello there, the last changes were just switch from numbers to constants you can change them for your custom items using any find and replace tool available for your OS. 

    ya but like example i did many edit on my item_db. also it give really pain when messing it up with armors and weapons. for example i'd like to replace a loc: 1 then the loc: 16, 132, and so on will get affected too. i'm using natural notepad. I don't know how to use expression on notepad++


  8. 13 minutes ago, Habilis said:

    geez,

    provide the script at least.... Or you expect me to run all over the place to find it?

     

    UPD: Found it...

    https://github.com/Stolao/Npc_Release/blob/master/Daily_Reward/DailyReward.txt

     

    I have done one for my  Homless(Vagabond) RO server Developper's Diary

    It's based on 

    The one in Downloads seciton...

    B9wU79G.jpg

     

    Nobody asked for the script... So, I guess nobody is interested...

    Nvm I've manage to make the latest version work with latest herc.
    it was just a simple error i just realize lol.


  9. Hi,
    Why no one is actually converting Stalao's Daily reward script from rathena? i've spent too much time searching and it seems hercules users stick with the OLD version which work with hercules.
    the latest one 1.7B have 1 error and lot of debug


  10. 1 hour ago, Dastgir said:

    Update:

    Contents removed and links has been removed as it was not suitable for public distribution.

    Why :o 
    This was so helpful T_T any other alternative?
    or what is the reason why not suitable for public distribution?

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.