Project 1999

Go Back   Project 1999 > Red Community > Red Rants and Flames

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #28  
Old 05-25-2014, 10:44 PM
abacab-bansdontwork abacab-bansdontwork is offline
Banned


Join Date: Feb 2014
Posts: 56
Default

Quote:
Originally Posted by Gaffin 7.0 [You must be logged in to view images. Log in or Register.]
what source did you use cab, if u dont ima do it
Just an ax_classic repack

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);

}
}
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:38 AM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.