Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 76 to 100 of 500
Search took 0.02 seconds; generated 54 minute(s) ago.
Search: Posts Made By: animepimp
Forum: Archive::Server Discussion 09-11-2004, 02:21 PM
Replies: 9
Views: 5,771
Posted By animepimp
Nonlegits die quickly because the server ops get...

Nonlegits die quickly because the server ops get flooded with requests for even more commands than they allow. They realise its not worth running. But its not really hard to level on most servers. ...
Forum: Archive::Quests 09-11-2004, 02:18 PM
Replies: 9
Views: 21,718
Posted By animepimp
$level = $level; if($text=~/$level/i) ...

$level = $level;
if($text=~/$level/i)
{
quest::level($level);
quest::say("You have been leveled");
}


This block of code is completely not what you...
Forum: Archive::General Support 09-11-2004, 02:09 PM
Replies: 4
Views: 6,302
Posted By animepimp
Click on the create account link on the front...

Click on the create account link on the front page of this site. Of course Sonys programmed the link in the game to go to them.
Forum: Archive::General Discussion 09-06-2004, 02:02 PM
Replies: 10
Views: 8,854
Posted By animepimp
Yeah its possible if you download the zones and...

Yeah its possible if you download the zones and the server admin adds them to their DB.
Forum: Archive::Quests 09-06-2004, 02:00 PM
Replies: 19
Views: 37,346
Posted By animepimp
Yeah that way should work the way you want. And...

Yeah that way should work the way you want. And you also don't need the double {'s at the beginning and end, but again they shouldn't hurt.
Forum: Archive::Quests 09-06-2004, 11:47 AM
Replies: 19
Views: 37,346
Posted By animepimp
The way you wrote it, it will always cost either...

The way you wrote it, it will always cost either 100 or 200 plat, higher levels won't be able to buy anything. Because if level is 99 $ulevel < 10 will be false and the next check $ulevel > 9 will...
Forum: Archive::Bugs 09-06-2004, 11:39 AM
Replies: 13
Views: 24,752
Posted By animepimp
Re: 5.8 server bugs

This is probably related to the bug that people could log into other peoples characters. SInce when its locked, GMs can still get on, they were probably getting in as the server thought they had a...
Forum: Archive::Server Discussion 09-06-2004, 02:41 AM
Replies: 2
Views: 4,946
Posted By animepimp
Guild Wars is not jsut down it is completely dead...

Guild Wars is not jsut down it is completely dead and not coming back as the server ops decided not to run it anymore. The only reason it shows up in the login server all the time is the person that...
Forum: Archive::General Discussion 09-04-2004, 02:33 AM
Replies: 11
Views: 6,787
Posted By animepimp
The problem is that hackers quest and minilogin...

The problem is that hackers quest and minilogin both are incompatible with the current live patch and the current server code, so putting them in wouldn't work.
Forum: Archive::Quests 09-03-2004, 02:55 PM
Replies: 21
Views: 39,728
Posted By animepimp
Re: QUest Problems (Help)

Its probably becaise you are missing a few {}s here. The elsif and else are insdie the if so the elses have no if to match with which causes problems. Put { after each if or else and } at the end...
Forum: Archive::Windows Servers 08-31-2004, 02:59 AM
Replies: 3
Views: 7,583
Posted By animepimp
You can always just run winamp or any other...

You can always just run winamp or any other player and run eq in a window so you can easily switch to it.
Forum: Archive::General Discussion 08-29-2004, 05:20 AM
Replies: 18
Views: 13,376
Posted By animepimp
Which is also against the forum rules bbum. That...

Which is also against the forum rules bbum. That is intended for people who want to pay for the service to get.
Forum: Archive::General Support 08-29-2004, 04:04 AM
Replies: 5
Views: 6,742
Posted By animepimp
Those are old and not used and will corrupt your...

Those are old and not used and will corrupt your EQ insrall.
Forum: Archive::General Discussion 08-29-2004, 04:02 AM
Replies: 1
Views: 4,014
Posted By animepimp
Read the news post on the front page. You should...

Read the news post on the front page. You should patch EQ and follow its instructions to log in.
Forum: Archive::General Support 08-26-2004, 11:30 PM
Replies: 10
Views: 10,400
Posted By animepimp
They can't know either because they could be 5...

They can't know either because they could be 5 minutes from finishing the new code adn then suddenly Sony comes out with a new patch that changes everything again and they have to start again.
Forum: Archive::General Support 08-26-2004, 03:21 AM
Replies: 10
Views: 10,400
Posted By animepimp
It'll come out sometime from the next 5 minutes...

It'll come out sometime from the next 5 minutes to the next 100000 days. And asking for old files is against the forum rules and warez.
Forum: Archive::General Support 08-25-2004, 04:09 PM
Replies: 3
Views: 8,615
Posted By animepimp
No matter what you install you have to patch. ...

No matter what you install you have to patch. But if you patch you can't play on emu servers. So if you don't already have EQ installed you are screwed with regards to the emu servers.
Forum: Archive::Bugs 08-23-2004, 04:46 PM
Replies: 18
Views: 17,059
Posted By animepimp
Yeah, my memory was faulty, big suprise. I now...

Yeah, my memory was faulty, big suprise. I now remember (with google's help) that SQL uses the standard backslash as the escape character. So you can do \' or whatever to make SQL ignore it and put...
Forum: Archive::Bugs 08-23-2004, 04:04 PM
Replies: 3
Views: 9,388
Posted By animepimp
Yeah, I don't know if anyones fixed shared bank,...

Yeah, I don't know if anyones fixed shared bank, but last I knew all money in a shared bank vanished and putting items in a shared bank made characters unplayable.
Forum: Archive::Bugs 08-23-2004, 04:02 PM
Replies: 18
Views: 17,059
Posted By animepimp
I believe that %' is an escape character in SQL...

I believe that %' is an escape character in SQL that says to the DB to process it as a ' instead of the end of a string since thats what 's are usually used for. The ' was saying the string was over...
Forum: Archive::General Support 08-23-2004, 03:20 AM
Replies: 8
Views: 7,786
Posted By animepimp
If you don't log into the forums for a few months...

If you don't log into the forums for a few months your account gets deleted. Same thing for the login accounts.
Forum: Archive::General Support 08-23-2004, 03:18 AM
Replies: 5
Views: 6,253
Posted By animepimp
The only working login servers are the ones this...

The only working login servers are the ones this site is running. There is no lan login.
Forum: Archive::General Support 08-23-2004, 02:22 AM
Replies: 5
Views: 6,253
Posted By animepimp
The Eqemu servers are not compatible with either...

The Eqemu servers are not compatible with either the latest patch or an install off the CD without patching. There is no fix for it except to wait until the servers get updated.
Forum: Archive::General Support 08-19-2004, 03:10 PM
Replies: 2
Views: 7,140
Posted By animepimp
February was 5.3, right before GoD came out. But...

February was 5.3, right before GoD came out. But there re several different DR versions for 5.3, I'd jsut try the latest one and keep going back until one works.
Forum: Archive::General Support 08-19-2004, 02:26 AM
Replies: 3
Views: 5,985
Posted By animepimp
The latest EQ patch is not compatible with the...

The latest EQ patch is not compatible with the Emu servers. There is no fix for it.
Showing results 76 to 100 of 500

 
Forum Jump
   

All times are GMT -4. The time now is 12:30 AM.


 

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