Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 31
Search took 0.00 seconds.
Search: Posts Made By: covou
Forum: General::General Discussion 10-30-2010, 12:25 AM
Replies: 10
Views: 4,586
Posted By covou
Just while we are on the topic of clients. Anyone...

Just while we are on the topic of clients. Anyone know where I can >>LEGALLY<< obtain a copy of the SoD client that we use. I have Ti and SoF already still need/want SoD tho
Forum: Quests::Q&A 10-25-2010, 06:42 AM
Replies: 9
Views: 2,992
Posted By covou
$ulevel is right... i was @ work talking to an...

$ulevel is right... i was @ work talking to an extremely irate cusomter while typing the above on my iphone... =/... sorry about that
Forum: Quests::Q&A 10-24-2010, 09:43 AM
Replies: 9
Views: 2,992
Posted By covou
Something like this should work sub...

Something like this should work

sub EVENT_SAY {
if ($text=~/hail/i || $text=~/leave/i) {
if($level < 15) {
quest::say("Ok $name back to the Tutorial you go!");...
Forum: General::General Discussion 10-24-2010, 09:37 AM
Replies: 10
Views: 4,586
Posted By covou
Titanium or SoF/SoD

I just wanted to ask a quick question to get a gauge on what most people use to play at the moment...

Currently i use Titanium when developing, so that i don't accidently make something that will...
Forum: Support::Windows Servers 06-05-2009, 06:20 AM
Replies: 9
Views: 2,686
Posted By covou
Since my case was the tributes still using items...

Since my case was the tributes still using items that didnt exist, i truncated the tribute tables, on the otherhand if you dont want to lose this, resource the item table from the most current ones.
Forum: Support::Windows Servers 06-01-2009, 08:07 AM
Replies: 9
Views: 2,686
Posted By covou
I had a similar issue to this, and it was due to...

I had a similar issue to this, and it was due to items being removed from the items table, that still existed in places like the starting items, lootdrops and tributes.
Forum: Support::Windows Servers 05-18-2009, 03:01 AM
Replies: 1
Views: 2,583
Posted By covou
lootdrop entries

the chance column in lootdrop_entries i was always under the impression that it had to = 100% or the lootdrop had issues .... is this still the case ... and if so what effect does it really have?...
Forum: Development::Bug Reports 05-16-2009, 02:14 PM
Replies: 1
Views: 2,136
Posted By covou
Illusion Packets

OK so i have been playing with quest::npcrace, quest::npcgender etc..

And at this point in time it seems that if the event or IF containing these changes is NOT triggered by a client, the illusion...
Forum: Quests::Q&A 05-11-2009, 02:02 PM
Replies: 1
Views: 2,104
Posted By covou
Player quest looping

OK this is my first attempt at a player quest, and it isnt functionin as intended.

Whenever someone who has a $spelllevel != 150000 their spells script seems to loop. unscribing the spells....
Forum: Development::Feature Requests 05-08-2009, 07:22 AM
Replies: 14
Views: 3,850
Posted By covou
being a sub EVENT_CAST_ON, this script is only...

being a sub EVENT_CAST_ON, this script is only called when the mobs is cast on also. so it shoudlnt consume any more, if any at all. CPU resources
Forum: General::General Discussion 05-08-2009, 03:47 AM
Replies: 75
Views: 80,297
Posted By covou
OK so i found some models that werent loading...

OK so i found some models that werent loading globally. I think i have most of them working now.
Only 2 known models could i not get to global load and that was Var Shir King, Var Shir Guard.
Find...
Forum: Support::Windows Servers 05-07-2009, 11:23 PM
Replies: 0
Views: 1,770
Posted By covou
Keyring Question

ok so a quick question. I have a starter zone which once you have finished you can pick one of 8 starting cities... you then get a consignment letter for that city, and go click on the corresponding...
Forum: Support::Windows Servers 05-07-2009, 05:39 AM
Replies: 6
Views: 2,290
Posted By covou
Sigh... Apparently i was using my titanium...

Sigh... Apparently i was using my titanium install instead of my SoF install... Apologies.... and thanks
Forum: Support::Windows Servers 05-07-2009, 02:52 AM
Replies: 6
Views: 2,290
Posted By covou
Ok got new binaries so i knew exactly which i was...

Ok got new binaries so i knew exactly which i was using... the 460 w/bots download currently available. and when i /zone crystallos it says enter a valid name... however it is definately in database.
Forum: Support::Windows Servers 05-07-2009, 02:41 AM
Replies: 6
Views: 2,290
Posted By covou
crystallos Crystallos, Lair of the...

crystallos Crystallos, Lair of the...
Forum: Support::Windows Servers 05-07-2009, 01:39 AM
Replies: 6
Views: 2,290
Posted By covou
Cannot #zone to some of the newer zones

Using a SoF client.
zones table has all zone entries up to SoF

Not 100% sure what rev i am upto but the latest post in my changelog.txt is dated ==4/05/2009==


When i try rto zone to some of...
Forum: Quests::Custom 05-01-2009, 07:01 AM
Replies: 19
Views: 7,556
Posted By covou
Just thought i would point out for those using...

Just thought i would point out for those using this coode that it is missing a paranthesis (sp?)...

sub EVENT_TIMER

#####################################
##########AE RAMPAGE##################...
Forum: General::Server Discussion 04-28-2009, 11:57 AM
Replies: 16
Views: 5,050
Posted By covou
Just while we are jumping on and off topic... A...

Just while we are jumping on and off topic...
A Quick question regarding the LS...

<would it be possible to have the LS ordered by Population instead of alphanumerically. Don't know if it's...
Forum: Development::Tools 04-28-2009, 09:07 AM
Replies: 32
Views: 15,798
Posted By covou
Thanks for that GeorgeS works great

Thanks for that GeorgeS works great
Forum: Support::Windows Servers 04-26-2009, 08:32 PM
Replies: 7
Views: 2,769
Posted By covou
OK so resourcing the database works... ...

OK so resourcing the database works...


Now for another question if i can. How would i go about emptying all removing all data to start from scratch?... or is it not possible?
Forum: Support::Windows Servers 04-26-2009, 07:56 PM
Replies: 7
Views: 2,769
Posted By covou
OK thanks.... the only thing i want to do is...

OK thanks.... the only thing i want to do is build a server from the floor up... just as a hobby... not really for release anytime soon... but we shell see.


Thanks for your help
Forum: Support::Windows Servers 04-26-2009, 07:47 PM
Replies: 7
Views: 2,769
Posted By covou
erm ok... Definately using Titanium, as i...

erm ok...

Definately using Titanium, as i can log into other servers fine.
I did alter some tables in the database... Emptied, Npc_types, spawns, grids, and items.

made an sql dump of my DB....
Forum: Support::Windows Servers 04-26-2009, 06:35 PM
Replies: 7
Views: 2,769
Posted By covou
err apologies it is rev 408

err apologies it is rev 408
Forum: Support::Windows Servers 04-26-2009, 06:18 PM
Replies: 7
Views: 2,769
Posted By covou
zone crashes on entry

OK so i got my server up and running. However when i try to zone in. I get this happen. Then i get a windows error saying zone.exe has stopped working.

Anything thoughts?

442 rev, titanium...
Forum: General::General Discussion 04-26-2009, 09:51 AM
Replies: 1
Views: 1,974
Posted By covou
Question on redistributing

OK before i actually ask the question i need to find out if i can...
Is it illegal to A) redistribute a spells_us.txt file B) am i allowed to ask for one on these forums...

As a side note, when i...
Showing results 1 to 25 of 31

 
Forum Jump
   

All times are GMT -4. The time now is 05:41 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3