Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 101 to 125 of 500
Search took 0.04 seconds; generated 82 minute(s) ago.
Search: Posts Made By: animepimp
Forum: Archive::Database/World Building 08-17-2004, 03:01 PM
Replies: 4
Views: 7,402
Posted By animepimp
There aren't any links to a compiled version of...

There aren't any links to a compiled version of 5.7 DR6. It is a Developer Release, hence the DR, which means that it is only meant for developers who know what they are doing and can code and...
Forum: Archive::Development 08-15-2004, 04:02 PM
Replies: 8
Views: 27,588
Posted By animepimp
Shouldn't each instance allow for multiple...

Shouldn't each instance allow for multiple characters? It won't be all that useful if groups can't get into the same instance. Or is it going to allow multiple ones in but belong to a certain...
Forum: Archive::General Support 08-15-2004, 04:00 PM
Replies: 21
Views: 13,665
Posted By animepimp
To log into the other login server you have to...

To log into the other login server you have to patch to live in order to get the newer login process dlls. But the live patch is not compatible with any of the servers so you won't be able to play...
Forum: Archive::General Support 08-15-2004, 03:59 PM
Replies: 7
Views: 6,373
Posted By animepimp
The latest patch is not compatible with the Emu...

The latest patch is not compatible with the Emu servers. You need to wait until the servers get updated. It'll take a while probably.
Forum: Development::Database/World Building 08-15-2004, 01:35 PM
Replies: 15
Views: 16,350
Posted By animepimp
The problem with putting it in the variables...

The problem with putting it in the variables table is that if you make it too high then a lot more code needs to be changed as well. I helped scorp go through this when he changed max level to 130. ...
Forum: Archive::Bugs 08-13-2004, 04:18 PM
Replies: 8
Views: 23,018
Posted By animepimp
Re: Offline Everquest poll

Please go shoot yourself before you make another worthless and retarded topic.
Forum: Archive::General Support 08-11-2004, 02:22 AM
Replies: 5
Views: 6,684
Posted By animepimp
No servers can be played if you ahve fully...

No servers can be played if you ahve fully patched. And don't post the same thing in multiple threads that aren't even related.
Forum: Archive::Server Discussion 08-11-2004, 02:21 AM
Replies: 16
Views: 10,720
Posted By animepimp
If you've patched there is no way to get into the...

If you've patched there is no way to get into the login server, hence no server can support the patch yet.
Forum: Archive::Quests 08-10-2004, 05:20 PM
Replies: 8
Views: 8,122
Posted By animepimp
The only thing that matters for what lines are...

The only thing that matters for what lines are grouped together in one if are the {}s. Anything between them gets grouped together and all spaces and blank lines can be as many or few as you feel...
Forum: Archive::Bugs 08-10-2004, 03:08 AM
Replies: 3
Views: 6,531
Posted By animepimp
The only servers that need "installers" are ones...

The only servers that need "installers" are ones that have custom content. And all of them already have patchers or zip files to easily installl all that content.
Forum: Archive::Quests 08-08-2004, 01:38 PM
Replies: 10
Views: 9,454
Posted By animepimp
quest::me takes some text and prints it to the...

quest::me takes some text and prints it to the player's screen. It doesn't add anything to the front like say does. So if you do quest::me("You hear creepy noises.") the player will jsut see "You...
Forum: Archive::Quests 08-08-2004, 01:24 PM
Replies: 10
Views: 9,454
Posted By animepimp
Currently you would have to have a mob that had a...

Currently you would have to have a mob that had a timer running to do random world emotes. But this could be a untargetable, invisible mob so that it comes from nowhere and can't die. And to do it...
Forum: Archive::General Support 08-08-2004, 12:38 PM
Replies: 3
Views: 5,819
Posted By animepimp
First this is in the wrong forum, this is not a...

First this is in the wrong forum, this is not a support forum. But its saying this because it can't find zone.exe. Make sure it is in the same directory as world.exe and boot5zones.
Forum: Archive::Quests 08-08-2004, 12:01 PM
Replies: 31
Views: 26,513
Posted By animepimp
But how would the code know that the item is not...

But how would the code know that the item is not used by the quest? It just passes stuff to the quest and never knows if the variables get used or not.
Forum: Archive::Quests 08-08-2004, 11:49 AM
Replies: 31
Views: 26,513
Posted By animepimp
I guess we need a quest method that can...

I guess we need a quest method that can manipulate the items the NPC is carrying. This would be useful for clearing their inventory in this case and also adding new loot if a certain quest is...
Forum: Archive::Quests 08-08-2004, 02:55 AM
Replies: 7
Views: 8,788
Posted By animepimp
It doesn't work to give them 252 in a skill that...

It doesn't work to give them 252 in a skill that needs to be activated, but you can give them 252 in other skills and have it work. Like if you give them 252 in dual weild and then use #equip to...
Forum: Archive::General Support 08-07-2004, 12:50 PM
Replies: 13
Views: 9,008
Posted By animepimp
The latest patch is not compatible with the Emu...

The latest patch is not compatible with the Emu servers. There is no fix for it. You need to wait until the servers are updated.
Forum: Archive::Quests 08-06-2004, 02:36 PM
Replies: 31
Views: 26,513
Posted By animepimp
Guess I'm jsut getting my languages confused,...

Guess I'm jsut getting my languages confused, sorry. I know 5 different programming languages and sometimes it all gets smeared together.
Forum: Archive::Quests 08-06-2004, 03:51 AM
Replies: 31
Views: 26,513
Posted By animepimp
I know that "0000" will wokr perfectly fine, but...

I know that "0000" will wokr perfectly fine, but "$item4" will not. Because if 1234 is stored in $item4 then putting ($item4) will be treated as (1234) but putting ("$item4") will search for...
Forum: Archive::Quests 08-05-2004, 04:18 PM
Replies: 31
Views: 26,513
Posted By animepimp
if($item1 > 0){quest::summonitem("$item1");} ...

if($item1 > 0){quest::summonitem("$item1");}
if($item2 > 0){quest::summonitem("$item2");}
if($item3 > 0){quest::summonitem("$item3");}
if($item4 > 0){quest::summonitem("$item4");}

This part...
Forum: Archive::General Discussion 08-04-2004, 03:23 PM
Replies: 12
Views: 6,275
Posted By animepimp
Since you just did everything the guide said that...

Since you just did everything the guide said that means you patched to live and won't be able to play ebcause the servers aren't compatible. But even if you didn't patch you still wouldn't be able...
Forum: Archive::General Support 08-04-2004, 04:38 AM
Replies: 22
Views: 15,397
Posted By animepimp
The OS is unimportant, XP or 98 or what ever is...

The OS is unimportant, XP or 98 or what ever is perfectly fine. You don't need a server type OS to run a server, that just lets you run more server functions that have nothing to do with the Emu. ...
Forum: Archive::General Support 08-04-2004, 01:54 AM
Replies: 11
Views: 7,439
Posted By animepimp
You have to wait until the servers get updated. ...

You have to wait until the servers get updated. It may be a while.
Forum: Archive::General Support 08-04-2004, 01:50 AM
Replies: 2
Views: 5,592
Posted By animepimp
Unless you are stupid enough to go telling Sony...

Unless you are stupid enough to go telling Sony that you play here because they say in their EULA that they will delete your account if you do. But it doesn't happen because they cant find out...
Forum: Archive::Quests 08-03-2004, 02:51 PM
Replies: 19
Views: 16,278
Posted By animepimp
Well I'd say your second quest is failing because...

Well I'd say your second quest is failing because /morons/i{quest:: is missing a ), should be /morons/i){quest::. Check the output of zone.exe after you zone into there, it will tell you if a quest...
Showing results 101 to 125 of 500

 
Forum Jump
   

All times are GMT -4. The time now is 12:05 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 - 2026, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3