Go to: npc / guild2 / agit_main_se.txt
find:
OnStartArena:
set .@GID,getcharid(2);
replace with this:
OnStartArena:
set .@breaker$, strcharinfo(0);
query_sql( "SELECT * FROM woe_ranking WHERE `PlayerName` = '"+strcharinfo(0)+"'", .@CharID, .@Name$, .@Kills, .@Deaths, .@EmpBreak);
set .WoeBreakPoints, 1;
set ToTalB , .@EmpBreak + .WoeBreakPoints;
set .@GID,getcharid(2);
if(.@Name$ == strcharinfo(0)){
query_sql("UPDATE `woe_ranking` SET `EmpBreak` = '"+ToTalB+"' WHERE `PlayerName` = '"+strcharinfo(0)+"'");
}else{
query_sql("INSERT INTO `woe_ranking` (`Char_ID`,`PlayerName`,`Kills`,`Deaths`,`EmpBreak`) VALUES ('"+getcharid(0)+"', '"+strcharinfo(0)+"', '"+.@Kills+"', '"+.@Deaths+"', '"+ToTalB+"')");
}
untested.
npc script get or save the name of the character not the nickname.
did you update the sprite id in the item script?
ID,Name,Name,Type,Price,Sell,Weight,ATK[:MATK],DEF,Range,Slot,Job,Class,Gender,Loc,wLV,eLV[:maxLevel],Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script }
View File
SoloPack Command with Gepard Function (UniqueID)
Report all error/bugs in the forum post not in the PM for faster fix, Thanks!
By downloading this file, you agree with my Terms of Service:
• You are not allowed remove my signature from any of the included files.
• You are not allowed claim my work as yours.
If you like it, give me a ?
Submitter
BeWan
Submitted
03/10/2020
Category
Utilities
Video
Content Author
BeWan
Report all error/bugs in the forum post not in the PM for faster fix, Thanks!
By downloading this file, you agree with my Terms of Service:
• You are not allowed remove my signature from any of the included files.
• You are not allowed claim my work as yours.
If you like it, give me a ?
View File
GuildPack NPC with Gepard Function (UniqueID)
Report all error/bugs in the forum post not in the PM for faster fix, Thanks!
By downloading this file, you agree with my Terms of Service:
You are not allowed remove my signature from any of the included files.
You are not allowed claim my work as yours.
If you like it, give me a ?
Submitter
BeWan
Submitted
03/06/2020
Category
Utilities
Video
Content Author
BeWan
Report all error/bugs in the forum post not in the PM for faster fix, Thanks!
By downloading this file, you agree with my Terms of Service:
You are not allowed remove my signature from any of the included files.
You are not allowed claim my work as yours.
If you like it, give me a ?
View File
Woe Ranking List ( GvG, Emp Break, Guild Rank ) with Points and Shop
In response to this post :
https://rathena.org/board/topic/122667-woe-ranking-script/
https://rathena.org/board/topic/121631-woe-rankings-script/#comment-373249
https://rathena.org/board/topic/96397-woe-ranking/
https://rathena.org/board/topic/109488-ranking-woe/
By downloading this file, you agree with my Terms of Service:
• You are not allowed remove my signature from any of the included files.
• You are not allowed claim my work as yours.
If you like it, give me a ?
Submitter
BeWan
Submitted
02/26/20
Category
PvP, GvG, WoE, Battleground
Video
Content Author
BeWan
In response to this post :
https://rathena.org/board/topic/122667-woe-ranking-script/
https://rathena.org/board/topic/121631-woe-rankings-script/#comment-373249
https://rathena.org/board/topic/96397-woe-ranking/
https://rathena.org/board/topic/109488-ranking-woe/
By downloading this file, you agree with my Terms of Service:
• You are not allowed remove my signature from any of the included files.
• You are not allowed claim my work as yours.
If you like it, give me a ?
it will work. anyway here
if (getskilllv("NV_BASIC") == 9) {
mes "message";
close;
}else{
mes "message";
close;
}
try this.
if (.SkillPointCheck && SkillPoint) {
mes "Please use all your skill points before proceeding.";
close;
}