Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/04/14 in all areas

  1. I can't promise this will be added officially on emulator, but I can put this to my fork so easier to manage it keep up-to-date
    1 point
  2. you're adding too much pc_bonus which over the default limit.
    1 point
  3. thank you very much you save my life... im about to pay to a developer for $30 XD ...
    1 point
  4. Holy sh*t ! I have been scripted battleground script for 3 years and only today I know there's a secret room for this map LOL [paste=21hkxlqx2h6a] EDIT: pls change '.eventlasting = 100;' the value 100 into 20*60 rand__ function is everywhere in this forum just a simple search and you'll find it EDIT: nvm ... function script rand__ { .@range = getarg(0); .@count = getarg(2, 0); if ( !.@count || .@count > .@range ) .@count = .@range; else if ( .@count > 128 ) .@count = 128; while ( .@i < .@count ) { .@r = .@save = rand( .@i, .@range -1 ) ; if ( !getd( ".@tmp1_"+ .@i ) ) { .@r = ( getd(".@tmp1_"+ .@r ) )? getd( ".@tmp2_"+ .@r ) : .@r; setd ".@tmp2_"+ .@i, .@r; setd ".@tmp2_"+ .@save , .@i; setd ".@tmp1_"+ .@save , 1; set getelementofarray( getarg(1), .@i ), .@r; if ( .@save < .@count ) set getelementofarray( getarg(1), .@save ), .@i; } .@i++; } return .@count; }
    1 point
  5. Try this. prontera,155,160,4 script Global Reg Deleter 123,{ set .@a, getarraysize( .global_delete$ ); while( .@b < .@a ) {query_sql("DELETE FROM `global_reg_value` WHERE `str` = '"+ .global_delete$[.@b] +"'"); set .@b,.@b+1;} end; OnInit: setarray .global_delete$[0],"Kill","Death","KillingStreak","MultiKill","KillingSpree","Dominating","MegaKill","Unstoppable","WickedSick","MonsterKill","Godlike","BeyondGodlike","DoubleKill","TripleKill","UltraKill","NemesisKill","NemesisKilled","FeedCount"; end; }
    1 point
×
×
  • Create New...