Jump to content

kalabasa

Members
  • Posts

    478
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by kalabasa

  1. https://github.com/rathena/rathena/blob/master/npc/custom/etc/rpsroulette.txt
  2. how can i only allow the splashing of skill when being in soul link state only?
  3. no idea if its working but when i type a message it alway shows ########
  4. for clarifications does the higher number means the given range slots of NPC that you mentioned or higher NPC id's ?
  5. anything is possible they say. but i don't know how to do it.
  6. https://github.com/rathena/rathena/blob/master/db/skill_damage_db.txt
  7. try to change getmapxy $Rfyl_Trap$,$X,$Y,0; to getmapxy $Rfyl_Trap$,$X,$Y,BL_PC; https://github.com/rathena/rathena/commit/26720f041a3cd0edbaa975bfc70345a30e9bf706 if not working refer to the link and find the right code
  8. https://rathena.org/board/topic/72690-about-sacrifice-skill/
  9. My Github desktop suddenly not opening. i barely open the app. works fine yesterday. what i did was update the app to v 2.9.12 (hoping it would fix) but it's not. now i tried to restart my laptop and i can't open anymore i got some questions 1. if i reinstall github would i loose or delete my rathena files? currently it is connected via clone 2. if i successfully install github and working would i able to reconnect back the files to github (i do not know how to explain this) <-- my purpose is to monitor any changes i made if i messed up. here is the screenshot before i restarted my laptop btw im using windows 7 SP1
  10. i believe this is associated with the /sf command i already toggled it on but it isn't displaying on the chat box also how to show if the required gemstone is not present in the inventory a warning will show for ex, casts safetywall no gemstone in the user's inventory it will say "blue gemstone required" on the chat box
  11. okay got it. the only thing now i can't get the time im using an NPC for that.
  12. i download mine last 2020 any idea how to show all icon in all characters created on the account currently the only character that has icon is who use the item.
  13. i think you can download here https://downloads.mysql.com/archives/workbench/
  14. https://github.com/rathena/rathena/pull/6743 maybe this one? i did not try though https://github.com/rathena/rathena/pull/6181/files last that i found.
  15. status.cpp Find all case SC_JEXPBOOST: and insert case SC_VIPSTATE: except this part case SC_EXPBOOST: case SC_JEXPBOOST: case SC_JP_EVENT04: find StatusIconChangeTable[SC_JEXPBOOST StatusIconChangeTable[SC_VIPSTATE] = EFST_VIPSTATE; status.hpp find SC_JEXPBOOST then SC_VIPSTATE, EFST_KILLING_AURA, EFST_VIPSTATE = find the last number on efstids.lub +1, script_constants.hpp add below sc_jexpboost export_constant[SC_VIPSTATE]; working fine with me as i write this the only lacking now it has no timer
  16. was roaming around @discord and this is actually works if ( s_bl->type == BL_PC && t_bl->type == BL_MOB ) { struct map_session_data *sd = BL_CAST( BL_PC, s_bl ); if ( ( ( (TBL_MOB*)target )->mob_id == 1288 && !strcmp( mapindex_id2name(sd->mapindex), "guild_vs1" ) ) && ( sd->status.guild_id == mapreg_readreg( add_str("$koegid") ) || battle_getcurrentskill(src) > 0 ) ) return 0; } if you remove this it wont bypass anymore but the emp would respawn over and over again when killed
  17. i check my saved nemo profile. i don't have Enable GvG damage display toggle on either. and yeah i already set to "yes".
  18. still the "1" damage popping out above's character's head. maybe this is covered by grf side?
  19. i was trying to remove the mapflag gvg_noparty in guild_vs1 to 5 maps i already tried to remove it comment it out then reload, re-run the server again. but still i cant use devotion skill on those maps i already also check on skill_nocast and devotion skill ain't there.
  20. i already set to hide_woe_damage: 1 is this the default behavior? all server's out there are no visible damage at all.
  21. hindi ko rin mapagana yung saakin ginawa ko na guild_vs1 mapflag gvg_castle //guild_vs1 mapflag gvg_noparty anong version ng koe gamit nyo?
×
×
  • Create New...