Jump to content

Chaos92

Members
  • Posts

    1826
  • Joined

  • Last visited

  • Days Won

    58

Everything posted by Chaos92

  1. most probably doesnt have the sprite file.
  2. make sure your rootURL can be accessed.
  3. Try open your patch URL, make sure can be opened, no issue.
  4. Ask from the discord group of Nemo. Its paid version, not released publicly.
  5. that is RO client. what it needs is the client .EXE with that date which is 20220602 and above. And for sure you need higher RO client too to support that EXE.
  6. Note: The new skills of Dragon Knight (Dragonic Breath), Biolo (Explosive Powder, Mayhemic Thorns), Meister (Mighty Smash, Spark Blaster, Triple Laser) need a client 20220602+.
  7. make sure u disable it in conf, and also check the import folder. and dont forget to restart server.
  8. check lua files. this part most probably skillinfoz folder
  9. u said u are using 20180620 client. So make sure packets.hpp clientdate are correct. and you type above '20180530' which isnt the same as it should be. If you already change clientdate in packets.hpp, ./configure only shouldnt give any issue.
  10. if (countitem(512) > 5) {bonus bAllStats,1;} Something like this, but most probably it wont be updated then the item is consumed/trade ASAP. take effect when itemdb is reloaded or character is relogged.
  11. maybe use countitem /rentalcountitem and add the effect in the item script ? doesnt need to be added in Fav inventory.
  12. RMSC2012 Special Costume [0] [Costume Upper Head] Item ID# 18740 (C_Hair_Of_The_Strong)
  13. is this latest rathena ? Check Trade Override at itemdb , set the GM level there. # Trade: Trade restrictions. (Default: null) # Override Group level to override these conditions. (Default: 100) # NoDrop If the item can not be dropped. (Default: false) # NoTrade If the item can not be traded. (Default: false) # TradePartner If the item can not be traded to the player's partner. (Default: false) # NoSell If the item can not be sold. (Default: false) # NoCart If the item can not be put in a cart. (Default: false) # NoStorage If the item can not be put in a storage. (Default: false) # NoGuildStorage If the item can not be put in a guild storage. (Default: false) # NoMail If the item can not be put in a mail. (Default: false) # NoAuction If the item can not be put in an auction. (Default: false) https://github.com/rathena/rathena/issues/2533 if you use rathena later than 5 August, shouldnt have problem
  14. How are you so sure u wipe it all ? cash means you didnt wipe acc_reg_num tables.
  15. #define MAX_STORAGE 600 ///Max number of storage slots a player can have #define MAX_GUILD_STORAGE 600 ///Max number of storage slots a guild in src/common/mmo.hpp (https://github.com/rathena/rathena/blob/master/src/common/mmo.hpp) Didnt suggest for you to increase here, better use premium storage as another additional storage, maybe.
  16. @Functor this is the account, he didnt replied ?
  17. I saw that u tried that on town, have u tried at PVP map ? or GVG map ?
  18. u can ask for upgrade from Functor, the Gepard Shield one and only developer.
  19. https://github.com/rathena/rathena/blob/master/db/instance_db.yml Read the instance settings, and maybe check some example for example ET from pre-re or renewal folder.
  20. I didnt download it yet, but did u already done the instasncedb part ?
  21. this isnt original script from rathena ? and I saw ontimer there. did u alrady wait for that time ?
×
×
  • Create New...