Jump to content

sumano98

Members
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

sumano98's Achievements

Drops

Drops (2/15)

  • Dedicated
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. hello ! client 2021 in shortcut not save how to fix it ?
  2. hello i have a question how to change body from 1 to 0 by script if player logout
  3. 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
  4. 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 ) { .@nb = 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", .@name$, .@zeny ); for ( .@i = 0; .@i < .@nb; .@i++ ) mes .@name$[.@i] +" - "+ .@zeny[.@i] +"Z"; } else if ( @menu == 2 ) { .@nb = 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;", .@name$, .@cash ); for ( .@i = 0; .@i < .@nb; .@i++ ) mes .@name$[.@i] +" - "+ .@cash[.@i] +" points."; } else { .@nb = 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", .@name$, .@amount ); for ( .@i = 0; .@i < .@nb; .@i++ ) mes .@name$[.@i] +" - "+ .@amount[.@i] +" gold coins."; } close; } i need use this script but can use only show top zeny
  5. i not sure why i have cash 1000 but show in script 1 cash
  6. can i cap damage for 2 skill ? or maximum damage for this skill
  7. 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 ?
×
×
  • Create New...