![]() |
|
|
|
#1
|
|||
|
wtshit is that stormhaven?
__________________
IS HERE! | ||
|
|
|||
|
#2
|
|||
|
that was abacabs pvp server
| ||
|
|
|||
|
#3
|
|||
|
lol at those stats and resists.
__________________
Current Games:
Naw | ||
|
|
|||
|
#4
|
|||
|
manaburn = 1 shoted hehe
| ||
|
|
|||
|
#6
|
|||
|
naw
| ||
|
|
|||
|
#7
|
|||
|
Warrior headcrush, best skill in game.
| ||
|
|
|||
|
#8
|
|||
|
what source did you use cab, if u dont ima do it
| ||
|
|
|||
|
#9
|
||||
|
Quote:
Just run these SQL commands: UPDATE start_zones SET zone_id = 189, x = -120.25, y = -62.53, z = 18.36, start_zone = 189, bind_x = -120.25, bind_y = -62.53, bind_z = 18.36 where zone_id IS NOT NULL; UPDATE zone SET peqzone = 0 UPDATE zone SET min_level = 70 (for everything but tutorialb and crushbone) then just delete all the mobs, spawn some merchants, fill them up; turn PvP on, create a PvP Token item, set pvp loot to that item GtG Nizzar_the_Crippled script: sub EVENT_SAY { if($text=~/Hail/i){ quest::say("Add YOUR text here"); } } sub EVENT_ITEM { $random_result = 0; my $random_result = int(rand(5000)); #tokens if($itemcount{66616} && $random_result<200 ){ quest::summonitem(66616,quest::ChooseRandom(1,1,1, 2,2,5,10,15,20));quest::givecash(1,1,1,10);quest:: addpvppoints(1); } #random armor elsif($itemcount{66616} && $random_result>601 && $random_result<1300){ quest::summonitem(quest::ChooseRandom(ringmail/leather armor ID's here));quest::givecash(1,1,1,10);quest::addpvppoin ts(1); } #Sellables elsif($itemcount{66616} && $random_result>800 && $random_result<801){ quest::summonitem(quest::ChooseRandom(Random merchant fodder));quest::givecash(1,1,1,10);quest::addpvppo ints(1); } #Random food elsif($itemcount{66616} && $random_result>802 && $random_result<803){ quest::summonitem(16880);quest::givecash(1,1,1,100 );quest::addpvppoints(1); } #potions elsif($itemcount{66616} && $random_result>804 && $random_result<1500){ quest::summonitem(quest::ChooseRandom(Potion ID's go here));quest::givecash(1,1,1,10);quest::addpvppoin ts(1); } #stat items elsif($itemcount{66616} && $random_result>1501 && $random_result<2500){ quest::summonitem(quest::ChooseRandom(random clickies));quest::givecash(1,1,1,10);quest::addpvp points(1); } #Big coin elsif($itemcount{66616} && $random_result>4800){ quest::summonitem(random item);quest::givecash(1,1,1,10);quest::addpvppoint s(1); } } | |||
|
|
||||
![]() |
|
|