Jump to content

Limestone

Members
  • Posts

    647
  • Joined

Everything posted by Limestone

  1. //= --- //= MvP Rank Improved v1.0 //= --- //= This Rank will count every MvP you kill, //= to be more clear, will count every mob //= defined inside the array ".mobid[0]", //= so, if you add the poring ID will count in the rank //= you can modify and ad miniBoss because this array //= only have all MvPs, that's the idea, only MvPs... //= --- - script Rank MvP -1,{ OnInit: // Script Configuration setarray .mobid[0],1511,1647,1785,1630,1399,1039,1874,2068,1272,1719,1046,1389,1112,1115,1957,1418,1871,1252,1768,1086,1688,1646, 1373,1147,1059,1150,1956,2022,1087,1190,1038,1157,1159,1502,1623,1650,1583,1708,1312,1751,1685,1648,1917,1658; // MvP Ids set .a, 0; // Broadcast who killed the MvP and wich MvP and wick Map [0 Off - 1 On] set $@top, 5; // Max. Top Rank (Hihgly recommended between 5~10, more maybe bug the server (limited variables) end; OnNPCKillEvent: // Script execution for (set .@c, 0; .@c < getarraysize(.mobid); set .@c, .@c + 1) if (killedrid == .mobid[.@c]) set .@s, 1; // If a MvP if (!.@s) end; if (.a) // If announce On announce "The user [" +strcharinfo(0) +"] has killed a [" +getmonsterinfo(killedrid,0) +"] in the map [" +strcharinfo(3) +"]",bc_blue|bc_all; set MvP, MvP + 1; callfunc ("MvPRank",MvP,strcharinfo(0)); end; } // End Script prontera,141,180,7 script MvP Rank 404,{ // NPC que mostrará el Rank mes "[ MVP Rankings ]"; for (set .@c, 0; .@c < $@top; set .@c, .@c + 1) mes "#^FF0000" +(.@c + 1) +"^000000 [ ^0000FF" +getd("$topmvp" +.@c +"$") +"^000000 ] with ^FF0000" +getd("$topmvp" +.@c) +"^000000 MvP killed."; close; } // End if function script MvPRank { set @mvptotal, getarg(0); set @nomb$, getarg(1); for (set .@c, 0; .@c < $@top; set .@c, .@c + 1) { if (@mvptotal >= getd("$topmvp" +.@c)) { if (strcharinfo(0) == getd("$topmvp" +.@c +"$")) { setd "$topmvp" +.@c, @mvptotal; setd "$topmvp" +.@c +"$", @nomb$; return; } else { if (getd("$topmvp" +(.@c + 1) +"$") == "") { setd "$topmvp" +.@c, @mvptotal; setd "$topmvp" +.@c +"$", @nomb$; return; } else { setd "$topmvp" +(.@c + 1), getd("$topmvp" +.@c); setd "$topmvp" +(.@c + 1) +"$", getd("$topmvp"+.@c+"$"); setd "$topmvp" +.@c, @mvptotal; setd "$topmvp" +.@c +"$", @nomb$; return; } // End if } // End if } // End if } // End loop return; } // End function Please Help me on this script, i want to put Rank Reset if GM lvl 99, if not a GM 99, the menu will not show. Thanks
  2. can i request this npc for example: i'll bet for 100k z, then i will get random zennies and items like, 4 elunium, 4 oridecon, 250k z, 500k, and the jackpot prize is 1 million zeny. then the npc will announce if the player gets the jackpot prize.. thank you.
  3. @EvilPuncker HAHA.. LOL
  4. kung marunong ka mag open ng GRF mo.. hanapin mo sa grf mo ung "clientinfo.xml" tapos Dun mo maki2ta yan at para maedit
  5. is the body relocation skill is ok in this client?
  6. if you want no click delay but have mounts (except for Lion Mount) choose 11-24-2012 client..
  7. @ziu.. is there English Version of this Script?
  8. try to use Body Relocation.. hahah
  9. is there a 2012 client that is stable already? no skill effect bugs "ex: Body Relocation Effect", no click delays thanks
  10. in your /config/application.php Find: 'Donations' => array( then add "//" //'Donations' => array( //'Purchase' => array('module' => 'purchase'), //'Donate' => array('module' => 'donate'), //}, ), Hope it Helps
  11. @Jhedzkie can you share to us your .tga file of SProtect? xD
  12. 2495
  13. 2485
  14. 2483
  15. 2480
  16. 2467
  17. As the title says, if someone willing to make or to share this script to us, SUPER DUPER Thank you! here's the Example: http://www.eathena.ws/board/lofiversion/index.php?t260812.html
  18. 2435
  19. Nice! you're GOD in Src LOL
  20. 2391
  21. 2361
  22. // When set to yes, the damage field in packets sent from woe maps will be set // to -1, making it impossible for GMs, Bots and Hexed clients to know the // actual damage caused by attacks. (Note 1) hide_woe_damage: no Set it to Yes
  23. Nice and Cool Patch!
  24. 2338
×
×
  • Create New...