Jump to content

Alvins182

Members
  • Posts

    122
  • Joined

  • Last visited

Everything posted by Alvins182

  1. not working as will.
  2. 2863
  3. 2860
  4. have you add the tab? im still using it and its work. -<tab>script<tab>DotaPvP<tab>-1,{
  5. Ok, i observe it, how about the woe dmg?
  6. Here try this. - script DotaPvP -1,{ OnPCKillEvent: set $@PlayerKiller$,strcharinfo(0); set PlayersKilled,PlayersKilled + 1; set @PlayersKilledStreak,@PlayersKilledStreak + 1; message strcharinfo(0),"You have a Killing Spree of "+ @PlayersKilledStreak; message strcharinfo(0),"You killed a total amount of "+ PlayersKilled +" people."; message strcharinfo(0),"The last person you killed was: "+ rid2name(killedrid); getmapxy $@map$,.@x,.@y,0; if (!attachrid(killedrid)) end; set $@PlayerKilled$,strcharinfo(0); if (@PlayersKilledStreak >= 80) callsub L_endStreak,"Beyond Godlike"; if (@PlayersKilledStreak >= 70) callsub L_endStreak,"Godlike"; if (@PlayersKilledStreak >= 60) callsub L_endStreak,"Monster Kill"; if (@PlayersKilledStreak >= 50) callsub L_endStreak,"Wicked Sick"; if (@PlayersKilledStreak >= 40) callsub L_endStreak,"Unstoppable"; if (@PlayersKilledStreak >= 30) callsub L_endStreak,"Mega-kill"; if (@PlayersKilledStreak >= 20) callsub L_endStreak,"Dominating"; if (@PlayersKilledStreak >= 10) callsub L_endStreak,"Killing Spree"; else goto L_endStreak2; L_endStreak: announce $@PlayerKiller$ +" has ended "+ $@PlayerKilled$ +"'s "+ getarg(0) +" streak at "+ $@map$,0; L_endStreak2: message strcharinfo(0),"You have been killed by "+ $@PlayerKiller$;
  7. wait do you want to see woe damage or not see it? - Yes want to see woe damage as for the pvp, you have to narrow it down. Are you wearing customs, casting any skills, gender, magic? - Yes, Not only on pvp.
  8. still cant see dmg, is there any client can do? or diff? ty one thing my client is have Automatic gravity Error when my players is PVPing.
  9. Client patch can see the WOE Dmg. ty
  10. like it! xD
  11. 1563
  12. 1495
  13. 1432
  14. 1383
  15. 880 - 1 = 879
  16. 866
  17. Not bad. 7/10
  18. WELCOME..
  19. so it should be like this: #ifndef PACKETVER //#define PACKETVER 20081126 #define PACKETVER 26 #endif Not like this? #ifndef PACKETVER //#define PACKETVER 20081126 #define PACKETVER 20081126 #endif
  20. Chieco Kawabe - Be Your Girl
  21. next mediafire.. lol
  22. DELETE FROM `login` WHERE DATE_SUB(`lastlogin`, INTERVAL 30 DAY)
  23. It must be gpf not grf
  24. make sure the patchlist.txt is on the web directory.
  25. Problem Fix! Thanks very much friend!
×
×
  • Create New...