Project 1999

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

Closed Thread
 
Thread Tools Display Modes
  #31  
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);

}
}
  #32  
Old 05-25-2014, 10:49 PM
abacab-bansdontwork abacab-bansdontwork is offline
Banned


Join Date: Feb 2014
Posts: 56
Default

From there all you have to do is tinker with warrior crit chance to balance out the obscene spell damage, (up it by 10%) and set the AA's to be free and purchasable at level 1 and that is done via:

UPDATE altadv_vars SET cost = 0
UPDATE altadv_vars SET cost_inc = 0
  #33  
Old 05-25-2014, 10:51 PM
abacab-bansdontwork abacab-bansdontwork is offline
Banned


Join Date: Feb 2014
Posts: 56
Default

Takes like 15 seconds to set the database up, like maybe 20 minutes to fix your merchants; load up two zone.exe files in the launcher table; and then go slay one another.
  #34  
Old 05-25-2014, 10:54 PM
abacab-bansdontwork abacab-bansdontwork is offline
Banned


Join Date: Feb 2014
Posts: 56
Default

I'd use ax_classic since you're just running a small zone server, no need to go through the whole PEQ/EQEMU set up cause that just takes a lot of time.

https://code.google.com/p/axclassic-repack/

Also, make sure you go into 'variables;' and add 'servertype' '1' and 0= normal 1=pvp

Because that was gutted out of Ax_classic
  #35  
Old 05-25-2014, 11:27 PM
Rellapse40 Rellapse40 is offline
Banned


Join Date: Mar 2014
Posts: 902
Default

sounds like i killed u there

u mad lil pussy?
  #36  
Old 05-26-2014, 12:24 AM
no chewie dont no chewie dont is offline
Banned


Join Date: Apr 2014
Location: the cut
Posts: 635
Default

Who Posted?
Total Posts: 38
User Name Posts
Rellapse40 10
abacab-bansdontwork 9
Gaffin 7.0 6
Rettj 2
Colgate 2
no chewie dont 1
Drakaris 1
sunmilk 1
JayN 1
Sektor 1
SamwiseRed 1
Hughman 1
Hashire 1
Kevynne 1

didnt read, any highlights? assuming bad mad thread
  #37  
Old 05-26-2014, 12:39 AM
Rellapse40 Rellapse40 is offline
Banned


Join Date: Mar 2014
Posts: 902
Default

we were talking about a pvp server where was a lot of 1v1 going on

u would not of been interested in fair fights tho
  #38  
Old 05-26-2014, 12:45 AM
BigHurb BigHurb is offline
Banned


Join Date: Feb 2014
Posts: 677
Default

mad faggot con-furmed
  #39  
Old 05-26-2014, 07:07 AM
Gaffin 7.0 Gaffin 7.0 is offline
Banned


Join Date: Feb 2014
Posts: 1,147
Default

Quote:
Originally Posted by Rettj [You must be logged in to view images. Log in or Register.]
Cabs crushbone bg was the first time.relapse ever pvp and I think he went 0-100 before trying red

Good times
loooooool, im gonna try to put one up this weekend if i get time
  #40  
Old 05-28-2014, 10:56 AM
Bardalicious Bardalicious is offline
Planar Protector

Bardalicious's Avatar

Join Date: Jun 2011
Posts: 1,684
Default

Only thing I remember about relapse on cab box was lure proc hammer cleric and then farming himself for tokens after it got the nerf.

At least Gaffin got kills. [You must be logged in to view images. Log in or Register.]
Closed Thread


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 04:23 PM.


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 - 2024, Jelsoft Enterprises Ltd.