Jump to content

LearningRO

Members
  • Posts

    778
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by LearningRO

  1. what client version to have UI like that?
  2. if you use lastest you can setup on status_db.yml and give it flag nodsispel
  3. mes "Zeny Balance : ^8b8b8b"+#Zeny+"^000000 z"; change to mes "Zeny Balance : ^8b8b8b"+F_InsertComma(Zeny)+"^000000 z";
  4. will try and give the feedback update: All fixed in the new version Noted: Try re-encrypting with a fresh client (one that hasn't been injected by the encryption tool yet).
  5. I have same issue even checked that option with client exe 2020
  6. data\luafiles514\lua files\EquipmentProperties\EquipmentPropertiesOrder.lub good luck
  7. damn i try to do this, so no way to revert ?
  8. yeah on item_db.yml doesnt need to produce Script: | since we leave blank on that box
  9. Suggest if we leave blank on script area doenst need to produce on item_db,yml
  10. maybe you have Slow Queery on SQL or maybe you have bad script with timer
  11. You cant change your gepard.grf without functor permission so if you want to change inside gepard.grf you need to talk to functor first right now you just need to bring it back to the original gepard.grf from functor
  12. Buy lastest client from @4144
  13. you can bought patch nemo from 4144 to bypass
  14. Hope in the future can play .bik file too in GRF editor
  15. for map_drop.yml i guess you missing space betwen :
  16. can you share your iteminfo sir?
  17. *itemlink(<item_id>{,<refine>{,<card0>{,<card1>{,<card2>{,<card3>,{<enchantgrade>{,<RandomIDArray>,<RandomValueArray>,<RandomParamArray>}}}}}}}); Generates an item link string for an item that can be used for npctalk, message, dispbottom, and broadcast commands. The result is a clickable-item name just like SHIFT+Click from a player's inventory/cart/equipment window. This command can be used with mes but the item name will not be clickable. You should use script command "mesitemlink" for displaying item links in mes dialogues, if the client supports them. Examples: npctalk "Knife [3] : "+itemlink(1201)+""; npctalk "+16 Knife [3] : "+itemlink(1201,16)+""; npctalk "+13 BXB Bapho+VR+EA2+EA1 : "+itemlink(18110,13,4147,4407,4833,4832)+""; setarray .@opt_ids[0],RDMOPT_VAR_ATKPERCENT,RDMOPT_VAR_ATKPERCENT,RDMOPT_VAR_ATTMPOWER,0,0; setarray .@opt_values[0],3,5,20,0,0; setarray .@opt_params[0],0,0,0,0,0; npctalk "+13 BXB Bapho+VR+EA2+EA1 + 3 Options : "+itemlink(18110,13,4147,4407,4833,4832,0,.@opt_ids,.@opt_values,.@opt_params)+""; RandomIDArray, RandomValueArray, and RandomParamArray only works if the client (and server) supports the Item Random Options feature (PACKETVER >= 20150225). try use this
  18. so use other function base on IP already include on that link
  19. use gepard Unique_id if you used gepard try this method https://rathena.org/board/topic/117327-utility-mapusers-count-functions-ipgepard/
  20. Btw @Tokei already used last from github still get the same issue sir
  21. ahh right now GRF editor have github? https://github.com/Tokeiburu/GRFEditor okay thank you
×
×
  • Create New...