Jump to content

kalabasa

Members
  • Posts

    478
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by kalabasa

  1. I already tried v4, v5 ,v6 quick question guys about these setting // Item ID for Zeny. Set to 0 if you don't want use Zeny. item_zeny: 0 do this literally convert the item id into zeny when used? i kinda confused
  2. i have the same error how did you fix this?
  3. i think that will only show the icons. the issue is when you recast the devotion skill you will need also to retoggle the defender skill just like Sergado's problem
  4. im looking for a fix also but i could not find
  5. can you provide me some examples? i am going to try again. im using 2015-11-04a and i have no idea about hexing.
  6. can someone able to reverse this https://github.com/rathena/rathena/pull/5683 ? before when you have gtb equipped the user will still immune to statuses. This part was i am talking about. Description of Pull Request: Players can now properly affect GTB card wearers with statuses like Stone, Freeze, Coma, Silence, etc with basic equipment through normal melee attacks.
  7. okay. if two quest are not the same equal item requirements the other quest item will display null filling up
  8. itemlink not working in 2015 clients? just like https://github.com/rathena/rathena/blob/479954af304d93e7cf10fe03646f6b1db2cfdf21/doc/script_commands.txt#L1114 im using the 2021 diff. or im implementing it wrong? can someone gave an example using mes script
  9. nice!! but there's two of them i will edit them both?
  10. About this script. i cannot add more requirements more than specified on the array https://github.com/rathena/rathena/blob/master/npc/custom/quests/kaho_balmung.txt https://github.com/rathena/rathena/blob/86c8950e7f747d41c01d71679a00d747e6a35319/npc/custom/quests/kaho_balmung.txt#L18 https://github.com/rathena/rathena/blob/86c8950e7f747d41c01d71679a00d747e6a35319/npc/custom/quests/kaho_balmung.txt#L19
  11. This are the list of skills that wont work on my test All ensemble skills parrying brandish spear grand cross Asura Strike Land Pro other skills are fixed with this one https://github.com/rathena/rathena/pull/6262
  12. i think we got some misunderstanding here. I,m getting problems with https://github.com/rathena/rathena/blob/master/db/import-tmpl/skill_db.yml not this https://github.com/rathena/rathena/blob/master/db/import-tmpl/skill_tree.yml
  13. So, after @reloadskilldb the skills will gray-out what i did next was making it a item bonus and gives me error pc_skill: skill with id 0 does not exist in the skill database
  14. No, the import folder already exist on my files. and my skill_db is already YAML
  15. All skills that i will put on the import file will automatically gray-out and unusable after i initiate the @reloadskilldb. i dont have latest rathena mine was last downloaded december 2020 if there's someone know if there's a PR that has been made or might related to fix the issue will pretty much appreciated.
  16. no. mine was last downloaded december 2020
  17. I'm trying to convert all ensemble skills like bragi im using import folder skill_db did i do something wrong? because when i use @reloadskilldb the skills will grayed-out - Id: 307 Name: BD_RICHMANKIM Description: Mental Sensing MaxLevel: 5 Type: Misc TargetType: Self DamageFlags: NoDamage: true Flags: IsEnsemble: false IsSong: true Hit: Single HitCount: 1 Duration1: 60000 Duration2: 60000 Requires: SpCost: 20 Weapon: Musical: true Whip: true Unit: Id: Richmankim Layout: 4 Interval: -1 Target: Enemy Flag: NoPc: true Ensemble: false Song: true
  18. i i got compile errors. im going to re-apply again and send it to you here it is Severity Code Description Project File Line Suppression State Error C2065 'mob_db_data': undeclared identifier map-server c:\users\user\documents\ra pre-re\rathena\src\map\mob.cpp 4169 Error C2660 'status_damage': function does not take 6 arguments map-server c:\users\user\documents\ra pre-re\rathena\src\map\map.cpp 2046 Error C2660 'status_damage': function does not take 6 arguments map-server c:\users\user\documents\ra pre-re\rathena\src\map\atcommand.cpp 10502 Error C2660 'status_damage': function does not take 6 arguments map-server c:\users\user\documents\ra pre-re\rathena\src\map\atcommand.cpp 4114 Error C2059 syntax error: '}' map-server c:\users\user\documents\ra pre-re\rathena\src\map\clif.cpp 4825 Error C2027 use of undefined type 'mob_clone_spawn_market::mob_db' map-server c:\users\user\documents\ra pre-re\rathena\src\map\mob.cpp 4186 Error C2027 use of undefined type 'mob_clone_spawn_market::mob_db' map-server c:\users\user\documents\ra pre-re\rathena\src\map\mob.cpp 4185 Error C2027 use of undefined type 'mob_clone_spawn_market::mob_db' map-server c:\users\user\documents\ra pre-re\rathena\src\map\mob.cpp 4184 Error C2027 use of undefined type 'mob_clone_spawn_market::mob_db' map-server c:\users\user\documents\ra pre-re\rathena\src\map\mob.cpp 4180 Error C2027 use of undefined type 'mob_clone_spawn_market::mob_db' map-server c:\users\user\documents\ra pre-re\rathena\src\map\mob.cpp 4179 Error C2027 use of undefined type 'mob_clone_spawn_market::mob_db' map-server c:\users\user\documents\ra pre-re\rathena\src\map\mob.cpp 4178 Error C2027 use of undefined type 'mob_clone_spawn_market::mob_db' map-server c:\users\user\documents\ra pre-re\rathena\src\map\mob.cpp 4177 Error C2027 use of undefined type 'mob_clone_spawn_market::mob_db' map-server c:\users\user\documents\ra pre-re\rathena\src\map\mob.cpp 4176 Error C2027 use of undefined type 'mob_clone_spawn_market::mob_db' map-server c:\users\user\documents\ra pre-re\rathena\src\map\mob.cpp 4164
  19. im un-aware cookie-rae already remove all his works in git. idk why. i do not have also a raw file i already put it already on my local file and idk which codes are in there let me see what can i do.
  20. some reference https://rathena.org/board/topic/105596-usable-item-by-time-please-need-your-help/
  21. any particular year or hash that is compatible to use this? my copy was last december 2020 im getting errors
×
×
  • Create New...