Jump to content

Alvins182

Members
  • Posts

    122
  • Joined

  • Last visited

Everything posted by Alvins182

  1. have you add the tab? im still using it and its work. -<tab>script<tab>DotaPvP<tab>-1,{
  2. Ok, i observe it, how about the woe dmg?
  3. 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$;
  4. 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.
  5. 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.
  6. Client patch can see the WOE Dmg. ty
  7. 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
  8. next mediafire.. lol
  9. DELETE FROM `login` WHERE DATE_SUB(`lastlogin`, INTERVAL 30 DAY)
  10. make sure the patchlist.txt is on the web directory.
  11. Problem Fix! Thanks very much friend!
×
×
  • Create New...