PDA

View Full Version : PEQ Velious Beta 1


fathernitwit
03-11-2005, 04:33 AM
Project EQ has released beta 1 of velious.

http://www.projecteq.net

KhaN
03-11-2005, 07:18 AM
*bow*
As a big Velious fan, im glad to see velious is now in "eqemu", gratz to PEQ and i hope it will continu ;)

Belfedia
03-14-2005, 08:09 AM
Yes many thanks for Peq-team to help us, make a right everquest emulation :)

solid11
03-14-2005, 11:23 AM
It is a happy day for many of us. BTW, how is the bug hunt going on the beta release? Smooth I hope.

fathernitwit
03-16-2005, 04:36 AM
havent gotten a single bug report yet....

sdabbs65
03-16-2005, 08:02 AM
havent gotten a single bug report yet....

zoneing to timorous I get booted back 2 login i will post it asap.


-=edit=- this is a quest bug nevermind <G>.

sysadmin
03-16-2005, 08:16 AM
I can zone in to timorous, but if I camp there I cannot get back on the server.

solid11
03-16-2005, 01:11 PM
havent gotten a single bug report yet....

So is that a good thing or a bad thing Father? =)

mollymillions
03-19-2005, 09:03 PM
Great DB.
There are a few spawns/drops missing that are required for the Monk epic.

Befallen|The Thaumaturgist|Dagger of Marnek{13169}|(http://eqbeastiary.allakhazam.com/search.shtml?id=3516) Erudite, Necromancer, level 18-19, HP = 289 - 309, pos (-485,86) next to Priest_Amiaz

Solusek B|Targin The Rock|Code of Zan Fi{12316}|(http://eqbeastiary.allakhazam.com/search.shtml?id=3682) Human, Monk, level 35, HP = 1675, pos (-532,-355) in the King room on the thrown like seat on the wall (PH="a greater Kobald").

Lower Guk|Raster of Guk|The Idol{12317}|(http://eqbeastiary.allakhazam.com/search.shtml?id=4609) Human, Monk, level 35, HP = 1675, pos (944,-386) next to the pot in the area next to the Elder Room

chardok|An_Iksar_Betrayer|should not drop 'A_Metal_Pipe' (Zan)|(http://eqbeastiary.allakhazam.com/search.shtml?id=5075)
"id","loottable_id","lootdrop_id","spawngroupid","npcname","zone","item_id","name"
"103193","5076","20304","103134","an_iksar_betrayer","chardok","12979","A Metal Pipe"

And a hand in is missing from dreadlands/Brother_Balatin quest
###################################
#Zone: The Dreadlands #
#Short Name: dreadlands #
#Zone ID: 86 #
###################################
#NPC Name: Brother_Balatin #
#NPC ID: Multiple #
#Quest Status: Complete #
###################################
sub EVENT_SAY {
if($text=~/Hail/i){
quest::emote("Brother Balatin turns toward you. A transparent human face materializes upon the skull. As he speaks the smells of rotted rat corpses rushes into your face. You must fight the urge to vomit. What discipline do you [follow]?");
}
if($text=~/follow/i){
quest::say("Then we are one. The rebirth of our circle shall start with you. I have waited decades for your arrival. You should seek the living brothers within Tunaria. When you have earned your garb then you will be [ready for the true drape].");
}
if($text=~/ready for the true drape/i){
quest::say("Seek the broken flute of our master. Taken from us by the Iksar twins of Vistrei. To me they shall come and to me your robe and to you shall come the dawning of the new brotherhood.");
quest::faction(50,-3);
quest::faction(317,7);
}
}
sub EVENT_ITEM {
if ($itemcount{12256} == 1 && $itemcount{12979} == 1 && $itemcount{12980} == 1 ){
quest::summonitem("12970");
quest::exp("200");
}
else {
quest::say("May you have the correct items or lost forever will be all");
}
}
#END of FILE Zone:dreadlands ID:Not_Found -- Brother_Balatin

fathernitwit
03-20-2005, 09:56 AM
bug reports go on the peq forums.

Also please post well formed sql, posts like this tend to sit around a long time because its so much work to put it into the DB.