Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 251 to 275 of 500
Search took 0.03 seconds; generated 81 minute(s) ago.
Search: Posts Made By: Angelox
Forum: Support::Windows Servers 10-21-2008, 06:18 PM
Replies: 7
Views: 7,916
Posted By Angelox
Try this one INSERT INTO doors VALUES...

Try this one
INSERT INTO doors VALUES (9,8,"tox","POKTELE500",2324.96,-582.532,-47.8143,120,58,0,0,0,0,0,0,0,"poknowledge",35.9378,594.484,-145,384,0,0,100,0);
INSERT INTO doors VALUES...
Forum: Support::Windows Servers 10-20-2008, 08:40 AM
Replies: 7
Views: 7,916
Posted By Angelox
I thought so, you know, I removed all that for a...

I thought so, you know, I removed all that for a reason - since PEQ is really so far ahead of AX_CLASSIC; light years ahead in zones like POP, etc. I just got a bug to do custom work in some of the...
Forum: Support::Windows Servers 10-19-2008, 03:52 PM
Replies: 7
Views: 7,916
Posted By Angelox
What database are you using?

What database are you using?
Forum: Support::MiniLogin 10-19-2008, 11:01 AM
Replies: 23
Views: 85,283
Posted By Angelox
I don't know which zip you're talking about, but...

I don't know which zip you're talking about, but Minilogin is for LAN or the client can be with the same machine as the server , so you don't need internet or even a LAN.
What I have posted at my...
Forum: General::Server Discussion 10-18-2008, 03:05 PM
Replies: 2
Views: 5,301
Posted By Angelox
Just so you know why no help from here ; nobody...

Just so you know why no help from here ; nobody in any position in these forums has any kind of control or say, as to what goes on in the servers or the login server.
So we can't help even if we...
Forum: Development::Development 10-17-2008, 06:25 PM
Replies: 8
Views: 9,566
Posted By Angelox
I used memblur alot with a enchanter I had - had...

I used memblur alot with a enchanter I had - had this enchanter for years. I was always under the impression memblur was also charisma related ( that could be wrong).
Anyways, for an enchanter,...
Forum: Support::Linux Servers 10-14-2008, 06:45 AM
Replies: 24
Views: 22,664
Posted By Angelox
I think you got your reply cut in half - happened...

I think you got your reply cut in half - happened to me on this very same thread
Forum: Support::Linux Servers 10-13-2008, 07:27 AM
Replies: 24
Views: 22,664
Posted By Angelox
Now they clobber me!

I wonder if anyone might know what or why the cause for this. I tried other versions of gcc with the same results, and this only happens on on of my pcs, and even will sometimes go through with the...
Forum: Development::Bots 10-11-2008, 09:56 AM
Replies: 6
Views: 19,606
Posted By Angelox
This is good, I wasn't thinking about that...

This is good, I wasn't thinking about that either. Better not to have bots attack while client is idle.
Forum: Development::Development 10-07-2008, 06:39 PM
Replies: 52
Views: 48,846
Posted By Angelox
The official source is just as experimental as...

The official source is just as experimental as the SVN - I haven't seen anything go wrong yet with the new SVN except we got nice things like keyrings, Bot code, task system, etc. Not to mention the...
Forum: Development::Development 10-07-2008, 04:49 PM
Replies: 52
Views: 48,846
Posted By Angelox
I thought the new SVN that everyone's using was...

I thought the new SVN that everyone's using was the solution to this problem.
Forum: Development::Development 10-07-2008, 03:43 PM
Replies: 34
Views: 24,934
Posted By Angelox
I just made a core update with my PEQ database...

I just made a core update with my PEQ database here, which is about a week old. You should be able to run it and keep your account/character info, although you will loose your bot data (you can back...
Forum: Development::Bots 10-06-2008, 07:23 PM
Replies: 842
Views: 2,622,569
Posted By Angelox
I'm trying, but in the C programming dept, I'm a...

I'm trying, but in the C programming dept, I'm a far cry from what you all are.
I can see all the code and have some idea of how it works, the rest is puzzle work, back tracking what everyone has...
Forum: Development::Database/World Building 10-06-2008, 05:55 PM
Replies: 8
Views: 8,884
Posted By Angelox
Here's a quick way (for PEQ database); KOS no...

Here's a quick way (for PEQ database);
KOS no assist
UPDATE npc_types SET npc_faction_id=19471 WHERE (ID>=215000 AND ID<=215999);

or KOS with assist;
UPDATE npc_types SET npc_faction_id=19472...
Forum: Development::Bots 10-06-2008, 03:34 PM
Replies: 842
Views: 2,622,569
Posted By Angelox
Lets see if it all fits; DROP TABLE IF...

Lets see if it all fits;

DROP TABLE IF EXISTS `tasks`;
CREATE TABLE `tasks` (
`id` int(11) unsigned NOT NULL,
`duration` int(11) unsigned NOT NULL,
`title` varchar(100) NOT NULL,
...
Forum: Development::Bots 10-06-2008, 02:40 PM
Replies: 842
Views: 2,622,569
Posted By Angelox
Devs have added/changed many tables , get the...

Devs have added/changed many tables , get the sql Cavedude placed in the /source/utils/sql/ part of the SVN and go through it make sure you got them all in.
I've had similar problems due to missing...
Forum: Development::Bots 10-06-2008, 02:36 PM
Replies: 842
Views: 2,622,569
Posted By Angelox
What I meant was, Instead of the Bot constantly...

What I meant was, Instead of the Bot constantly casting group wolf or lev (and lev-laced spells) on you, you could command when needed (make it choose able). But since I'm just a 'spoke on your...
Forum: Development::Bots 10-06-2008, 09:42 AM
Replies: 842
Views: 2,622,569
Posted By Angelox
Congdar; How do you feel about adding a few...

Congdar;

How do you feel about adding a few more spells as bot commands?

#bot groupwolf ( don't always want to be a wolf)
#bot levitate (I hate bobbin' around like a cork in a pond all the...
Forum: Development::Development 10-05-2008, 02:27 PM
Replies: 34
Views: 24,934
Posted By Angelox
You probably need a windows version of SVN client...

You probably need a windows version of SVN client - I think sourceforge has some , try looking there first, well if you're using windows, Linux should have it integrated in the system.
The Linux...
Forum: Development::Development 10-05-2008, 02:24 PM
Replies: 34
Views: 24,934
Posted By Angelox
I included the changelog.txt, together with a few...

I included the changelog.txt, together with a few other files I thought you might need.
Forum: Development::Development 10-05-2008, 09:16 AM
Replies: 69
Views: 95,000
Posted By Angelox
Ok thanks, I still have my azone.ini file, and...

Ok thanks, I still have my azone.ini file, and will re-make the maps and post the new ones during the week.
Forum: Development::Development 10-05-2008, 09:10 AM
Replies: 34
Views: 24,934
Posted By Angelox
I moved the download posts...

I moved the download posts (http://www.eqemulator.net/forums/showthread.php?t=26376) and locked that thread, so you can easily find them. I quickly tested the executables, they look to be ok.
If...
Forum: Development::Development 10-04-2008, 09:52 PM
Replies: 1
Svn
Views: 9,202
Posted By Angelox
Here's the binaries package posted to date...

Here's the binaries package posted to date mentioned with SVN . Will update occasionally.
Executables Located at the Official SVN (http://code.google.com/p/projecteqemu/downloads/list)

They work...
Forum: General::News 10-04-2008, 09:52 PM
Replies: 1
SVN
Views: 8,417
Posted By Angelox
Here's the binaries package posted to date...

Here's the binaries package posted to date mentioned with SVN . Will update occasionally.
Executables Located at the Official SVN (http://code.google.com/p/projecteqemu/downloads/list)

They work...
Forum: Development::Bots 10-04-2008, 06:47 PM
Replies: 842
Views: 2,622,569
Posted By Angelox
Congdar; What about those short term spells,...

Congdar;
What about those short term spells, such as Yaulp ; why not take them out too? seems they just spam a lot.
Showing results 251 to 275 of 500

 
Forum Jump
   

All times are GMT -4. The time now is 07:35 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