Jump to content

Dastgir

Script Developers
  • Content Count

    3803
  • Joined

  • Last visited

  • Days Won

    248

Posts posted by Dastgir


  1. 2 hours ago, Yeezus said:

    Hi guys I tried changeing AllowReproduce: true to AllowReproduce: false on skills that I didn't want to be copied and reloadskilldb but it still can be copied by rogue class.  I made sure that I am using the correct file (pre-re) and even changed the skill's cooldown and it took effect.  However, even after changing it to false or completely removing that line, it still doesn't work.  Anyone can help with this?

    Which Rogue skill are you talking about,

    If I am not wrong, "AllowReproduce" only restricts "Reproduce" Skill and not "Plagiarism" skill, so skills can still be copied via "Plagiarism"


  2. 1 hour ago, Virtue said:

    Hey everyone,

    Does anyone know if we can utilize RODex as sending mail for all online users via script? If so, how?

    Check script commands:

    rodex_sendmail_acc and getunits

    Basically, Iterate over all getunits(BL_PC, ...) and save the account ID's in an array and then use those accountID to do any operation you like, like sending rodex mail (rodex_sendmail_acc command), or you can even use charID to send rodex mail(rodex_sendmail).

     

    It's not required to save Array, and instead you can directly loop over getunits and use rodex_sendmail command inside the loop.


  3. 3 minutes ago, Promeister said:

    1. I'll see what compression method would make it work.

    2. It didn't prompt any errors and such..

    Reason why i'm editing in data.grf is due to the client can't read my custom grf. for some reason, i've followed almost every default guide and still no avail. So i'll just have to make use of what the client can read. anyways thanks for the tip @Dastgir

    You should really consider changing the client.

    It might be that client is not stable or you have not diffed with enable custom grf.

     

    Just don't edit data.grf, because most people patch their kRO along with private Server, so better to prevent it rather than fixing those issues later


  4. 15 minutes ago, Promeister said:

    @anacondaq I'm having a rather disturbing issue whenever i edit out something on the data.grf, the client doesn't open anymore. I'm assuming the whole client pack is encrypted somewhat since i tried to replaced a sprite with the same name, and after saving the grf, the client can't be opened anymore. Tho the fix here is to just replace the data.grf to the default one but i need to find a fix to openly save files and make the client read it even with changes made to the data.grf itself.

    There might be several reasons such as

    1. Your grf editor might be saving in different compression method

    2. Grf might have corrupted while saving.

     

    Anyways, it isn't recommended to modify data.grf and all your modifications, even modifications to original files should be in custom grf, as data.grf can easily get updated while patching kRO


  5. 1 hour ago, Zarbony said:

    Hey there, since the last Update ive got errors in Timestamp Plugin:

    chat-timestamp.c In function 'clif_wis_message_pre' :

    chat-timestamp.c:160:8: error: too few arguments to function 'map->nich2sd' 

    ssd = map->nick2sd(nick);

     

    How does i can fix this one?

    Could you please update the Plugin?

     

    Updated

    https://github.com/dastgirp/HPM-Plugins/commit/82c428fc5e1177cb724c4ea48d8668d3fdee2caf


  6. 12 minutes ago, bWolfie said:

    thanks Dastgir. I couldn't get item combo to work but scconfig did.

    For pre-re:

    python itemcombodbconverter.py --mode pre-re > item_combo_db.conf

    For re:

    python itemcombodbconverter.py --mode re > item_combo_db.conf

    then move the item_combo_db.conf to your db folder


  7. 44 minutes ago, bWolfie said:

    can anyone help me on how to run python script? When I run ./scconfigconverter.py on my linux system nothing happens. Same for the item combo one. didn't have issue when converting mob_skill_db.txt back a while.

    [user@host tools]$ ./scconfigconverter.py : No such file or directory

    
    [user@host tools]$ ./scconfigconverter.py
    : No such file or directory
    

    first install python using "apt-get" or "yum", depending on your system and then use

    python scconfigconverter.py

    If script needs argument, you can add it as usual by appending at the end of command separated by spaces


  8. On 9/25/2019 at 6:43 PM, Dera said:

    I will use a client that is similar to the client that kRO updated into.

    I used 2019-09-18bRagexe, but it still crashes !!

    Is it cause I let the kRO update?

    question1_answer1.jpg

    Can you try it without your custom grf? (Just clientinfo.xml), so that it can be known where the issue lies.

    Most probably it seems like some luafiles might have wrong encoding or outdated kRO.


  9. 4 hours ago, Promeister said:

    Client Version: 2018-04-18bRagexeRE_patched

    Setup:

    data.ini
    image.png.59ce37a40668045337ae99ed4a98d486.png
    revamp.grf
    image.png.55e6afa3b8c1302bbe03c7188b73fc89.png

    accname.lub

    image.png.22a66deb6c6a951793cfba1716245cc0.png

    accessory.lub

    image.png.47f622fa36debf489cafcc06ed0d1d3e.png

    iteminfo.lua
    image.png.f7d83e1c1e08c560a2f58fd0c779216e.png

    item_db2.conf
    image.png.552d78cb130c7b6ccf0b88649aab5985.png

     

    Error whenever i equip the HG:

    image.thumb.png.e8a12d41110a32bebaf186b7ebbf058b.png

    image.thumb.png.bbfdc77a5aa530a113b90cdd75550869.png

    image.thumb.png.dfc82020667253bfa12e9be2928cd9a9.png

     

    After that, i can't login the account anymore due to that error recurring.

    No issue on the map_server.bet cmd its all smooth.

    image.png

    In itemInfo, ClassNum should be the same value as in accessoryid.

    Also make sure your client supports high viewID.


  10. On 9/1/2019 at 5:05 PM, Honoka Chan said:

    I'm new here, i don't know how to close this post

    In my case, solution :

    I diff a hexed to NOT IGNORE ERROS and show me what was my fault.

    I see that map name was vip and i put vip_room, a dumb dumb mistake rs


    Someone can close ?

    Thanks :)

    No need to close/hide/lock.

    As if others make some mistake, they can search and get this solution. :)

×
×
  • Create New...

Important Information

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