Jump to content

Chaos92

Members
  • Posts

    1864
  • Joined

  • Last visited

  • Days Won

    63

Everything posted by Chaos92

  1. maybe use countitem /rentalcountitem and add the effect in the item script ? doesnt need to be added in Fav inventory.
  2. RMSC2012 Special Costume [0] [Costume Upper Head] Item ID# 18740 (C_Hair_Of_The_Strong)
  3. 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
  4. How are you so sure u wipe it all ? cash means you didnt wipe acc_reg_num tables.
  5. #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.
  6. @Functor this is the account, he didnt replied ?
  7. client 202308xx
  8. Try with clean rathena then.
  9. I saw that u tried that on town, have u tried at PVP map ? or GVG map ?
  10. u can ask for upgrade from Functor, the Gepard Shield one and only developer.
  11. 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.
  12. I didnt download it yet, but did u already done the instasncedb part ?
  13. this isnt original script from rathena ? and I saw ontimer there. did u alrady wait for that time ?
  14. Maybe use Gepard Shield ?
  15. Just curious, how do you detect the streamer is active streamer or not ? By manually ?
  16. So the players will be teleported for checking ? Any way to not counting spawn from MVP then ? Since MVP mostly spawn a lot, + other mobs around it, so that players wont be teleported while MVPing, maybe ?
  17. the idea is use the correct client files depends on your client date. If English translation maybe can use https://github.com/llchrisll/ROenglishRE
  18. this is most probably the client files part. maybe hotkey.lub ? didnt remember well. but its client side part.
  19. https://github.com/rathena/rathena/blob/master/db/re/level_penalty.yml Here it is, check the level difference.
  20. I dont think i have any issue getting the chance item, i change all the itemid to 501~ 515~ and no problem at all. just make sure all are in inventory. choose first case, then 2nd case.
  21. yes, told ya about what item should have only 1, and can more than 1 So, make sure your item 40106 = 1, not more than that. item 40026 and 40058 rent item is exist.
  22. Can you explain on u didnt get the random chance item ? From what I saw in the script; if(countitem(40106) == 1){ //T2 Butchering if(countitem(40026) > 1 || rentalcountitem(40058) > 1){ if(rand(100) <= .@Chance){ getitem .@MakeShiftBoneDagger[rand(getarraysize(.@MakeShiftBoneDagger))], 1; getitem 40036, 1; } delitem 40026, 1; getitem 40036, 1; getitem 40011, 2; close; } } So, make sure your item 40106 = 1, not more than that. item 40026 and 40058 rent item is exist.
  23. you are not using latest rathena/yml ?
  24. this is nice & lit
  25. Should be in your config.ini when u compile the thor.exe, u can see something regarding title. try to recheck or reread it back. About the icon, maybe u can use reshacker. This is my very very old video. Maybe can shed some light.
×
×
  • Create New...