kalabasa
-
Posts
371 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by kalabasa
-
-
On 3/5/2022 at 8:23 PM, Emistry said:
the account_id has been deprecated from the database long time ago, simply adding back the column wont make it work since the column wont have any values stored in it.
You have to change the SQL statement to retrieve the info that you needed.
@total_guild_member = query_sql( "SELECT `account_id`, `char_id` FROM `char` WHERE `guild_id` = "+ [email protected]_id, @accountid_member, @charid_member );or a simple attempts
- script guild_announce -1,{ OnWhisperGlobal: if (!getcharid(2)) end; .message_owner$ = strcharinfo(0); .message$ = ""; for ([email protected] = 0; [email protected] < 10; [email protected]++) .message$ = .message$ + (([email protected] > 0) ? "#":"") + @whispervar0$; addrid(3, 0, getcharid(2)); announce "[ "+ .message_owner$ +" ]: "+ .message$, bc_self; end; }no idea if its working but when i type a message it alway shows ########
-
On 3/9/2022 at 8:04 PM, Emistry said:
its not recommend to jump to a high number since it wasting your server memory
for clarifications
does the higher number means
the given range slots of NPC that you mentioned or
higher NPC id's ?
-
anything is possible they say.
but i don't know how to do it.
-
-
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
-
1
-
-
-
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
-
just post it. so they can immediately see it
-
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
-
7 hours ago, funtwocrasher said:
Try this to get the time,
set [email protected], vip_status(VIP_STATUS_EXPIRE);
mes "Time left : "+ callfunc("Time2Str",[email protected]);
Yeah. i got this already. i mean the timer in the status icon
-
3 hours ago, funtwocrasher said:
Yeah you need to make a script file that will detect the gmlevel (5 = which is VIP) every time you login, and then you need to start SC_VIPSTATE on that script.
okay got it.
the only thing now i can't get the time im using an NPC for that.
-
-
On 4/1/2022 at 2:10 PM, funtwocrasher said:
Hi! What rAthena version are you using? I dont find any StatusIconChangeTable in my status.cpp
i download mine last 2020
On 4/1/2022 at 2:28 PM, funtwocrasher said:Mine is working but is has a timer, this is my item script, bonus_script "{ bonus2 bExpAddRace,RC_All,10; bonus2 bDropAddRace,RC_All,1; }",-1,1,0,EFST_VIPSTATE;
I want to use it as SC_VIPSTATE so that it has no timer on it. Please help.
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.
-
i think you can download here
-
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.
-
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
-
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
-
i check my saved nemo profile. i don't have Enable GvG damage display toggle on either.
and yeah i already set to "yes".
On 3/16/2022 at 11:23 PM, mrfizi said:hide_woe_damage: yesI've prefer to write yes
I'm sure if you still got this issue after changing it, the problem is your client.
You can refer this discussion for more info: -
still the "1" damage popping out above's character's head.
maybe this is covered by grf side?
-
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.
-
i already set to
hide_woe_damage: 1
is this the default behavior?
all server's out there are no visible damage at all.
-
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?
-
Change fade in/out delay nemo patch?
-
sorry if i cant help last thing try to use my npc id that i use 10500
How to make single target skill into AoE?
in Scripting Support
Posted
how can i only allow the splashing of skill when being in soul link state only?