Jump to content

kalabasa

Members
  • Posts

    371
  • Joined

  • Last visited

Everything posted by kalabasa

  1. how can i only allow the splashing of skill when being in soul link state only?
  2. no idea if its working but when i type a message it alway shows ########
  3. for clarifications does the higher number means the given range slots of NPC that you mentioned or higher NPC id's ?
  4. anything is possible they say. but i don't know how to do it.
  5. https://github.com/rathena/rathena/blob/master/db/skill_damage_db.txt
  6. 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
  7. https://rathena.org/board/topic/72690-about-sacrifice-skill/
  8. 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
  9. 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
  10. Yeah. i got this already. i mean the timer in the status icon
  11. okay got it. the only thing now i can't get the time im using an NPC for that.
  12. i think you can download here https://downloads.mysql.com/archives/workbench/
  13. https://github.com/rathena/rathena/pull/6743 maybe this one? i did not try though
  14. 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
  15. 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
  16. i check my saved nemo profile. i don't have Enable GvG damage display toggle on either. and yeah i already set to "yes".
  17. still the "1" damage popping out above's character's head. maybe this is covered by grf side?
  18. 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.
  19. i already set to hide_woe_damage: 1 is this the default behavior? all server's out there are no visible damage at all.
  20. 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?
  21. Change fade in/out delay nemo patch?
  22. sorry if i cant help last thing try to use my npc id that i use 10500
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.