sumano98
Members-
Posts
8 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by sumano98
-
hello ! client 2021 in shortcut not save how to fix it ?
-
hello i have a question how to change body from 1 to 0 by script if player logout
-
hi i want script if +1 armor = use 1 elunium + 10000z if +2 armor = use 2 elunium + 20000z if +1 weapon= use 1 oridecon + 10000z if +2 weapon= use 2 oridecon + 20000z and show success percent in message
-
prontera,156,185,6 script kdsjfhsdkfs 100,{ mes "blah"; next; if ( select( "Show me Top 7 highest Zeny", "Show me Top 5 highest Cash Points", "Show me Top 10 Gold Coin holder" ) == 1 ) { [email protected] = query_sql( "select name, zeny from `char` left join login on `char`.account_id = login.account_id where group_id < 10 order by zeny desc limit 7", [email protected]$, [email protected] ); for ( [email protected] = 0; [email protected] < [email protected]; [email protected]++ ) mes [email protected]$[[email protected]] +" - "+ [email protected][[email protected]] +"Z"; } else if ( @menu == 2 ) { [email protected] = query_sql( "select name, value from `char` left join global_reg_value on `char`.account_id = global_reg_value.account_id left join login on `char`.account_id = login.account_id where global_reg_value.str = '#CASHPOINTS' and group_id < 10 group by `char`.account_id order by cast( value as signed ) desc limit 5;", [email protected]$, [email protected] ); for ( [email protected] = 0; [email protected] < [email protected]; [email protected]++ ) mes [email protected]$[[email protected]] +" - "+ [email protected][[email protected]] +" points."; } else { [email protected] = query_sql( "select name, amount from inventory left join `char` on inventory.char_id = `char`.char_id left join login on `char`.account_id = login.account_id where nameid = 671 and group_id < 10 order by amount desc limit 10", [email protected]$, [email protected] ); for ( [email protected] = 0; [email protected] < [email protected]; [email protected]++ ) mes [email protected]$[[email protected]] +" - "+ [email protected][[email protected]] +" gold coins."; } close; } i need use this script but can use only show top zeny
-
i not sure why i have cash 1000 but show in script 1 cash
-
for easy check cash in server
-
can i cap damage for 2 skill ? or maximum damage for this skill
-
hi my server have max level 1000 and max status 9999 i have problem if high lvl and status i dont know why skill damage bug only 1 damage how to fix that or you have anyidea ?