Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 76 to 100 of 102
Search took 0.01 seconds; generated 69 minute(s) ago.
Search: Posts Made By: Darkonig
Forum: Development::Server Code Submissions 03-04-2007, 05:03 AM
Replies: 9
Views: 13,397
Posted By Darkonig
zone/tradeskills.cpp // Perform...

zone/tradeskills.cpp


// Perform tradeskill combine
// complete tradeskill rewrite by father nitwit, 8/2004
void Object::HandleCombine(Client* user, const NewCombine_Struct* in_combine, Object...
Forum: Development::Server Code Submissions 03-04-2007, 05:00 AM
Replies: 9
Views: 13,397
Posted By Darkonig
changes made for tradeskills files changed: ...

changes made for tradeskills

files changed:
common/item.h
zone/zonedb.h
zone/client.h
zone/client_packet.cpp
zone/tradeskills.cpp

common/item.h
Forum: Development::Server Code Submissions 03-04-2007, 04:52 AM
Replies: 9
Views: 13,397
Posted By Darkonig
Tradeskill code fix

The current tradeskills code is not working like live code. The code is determining a tradeskill for the container type and as a result allows combines to be done in the wrong containers (ie, pottery...
Forum: Support::General Support 02-21-2007, 07:29 PM
Replies: 0
Views: 4,989
Posted By Darkonig
Need info on tanaan zone objects

I am looking for zone object information on tradeskill combiners that are world objects. I have found info on the old world combiners and cultural combiners (high elf forge, human forge, dark elf...
Forum: Support::Windows Servers 02-16-2007, 01:48 AM
Replies: 9
Views: 9,551
Posted By Darkonig
In loginserver.ini you have [LoginConfig] ...

In loginserver.ini you have
[LoginConfig]
ServerMode=Minilogin
ServerPort=5998

in all the examples I have seen that config means that you want to use a minilogin server instead of the public...
Forum: Support::General Support 02-16-2007, 01:29 AM
Replies: 4
Views: 5,892
Posted By Darkonig
One issue that was posted was the ip address of...

One issue that was posted was the ip address of the login server changed. Is you eqhosts file going for a particular ip address or is it going for Host=eqemulator.net:5998
Forum: Support::Windows Servers 02-13-2007, 04:36 AM
Replies: 10
Views: 9,849
Posted By Darkonig
Sorry for the hijack, had not seen that before....

Sorry for the hijack, had not seen that before. Looked at the page you listed and that is for accessing a 5.1 database from a client below 4.1, not for 5.0 which is what I'm using (5.0.27) which is...
Forum: Support::Windows Servers 02-12-2007, 07:55 PM
Replies: 10
Views: 9,849
Posted By Darkonig
That is only needed if you are converting a...

That is only needed if you are converting a database from 4.x not for loading up a fresh database in 5.x from a dump. Did not use this command on my install and it works great.
Forum: Support::Windows Servers 02-11-2007, 02:43 PM
Replies: 10
Views: 9,400
Posted By Darkonig
There are two major parts to setting up an emu...

There are two major parts to setting up an emu server and both need to be done. The server code is written to work closely with the database and so the database must be setup correctly to work with...
Forum: Support::Windows Servers 02-06-2007, 05:19 AM
Replies: 24
Views: 27,529
Posted By Darkonig
The configs look fine. The only other thing I...

The configs look fine. The only other thing I could suggest is your database may not match the emu version. The link you mentioned from wiki gives a list of alterations to the database that must be...
Forum: Development::Bug Reports 02-05-2007, 12:28 PM
Replies: 2
Views: 5,461
Posted By Darkonig
Further observation shows that it is released...

Further observation shows that it is released when someone zones in or out rather than on zone reset.
Forum: Development::Bug Reports 02-05-2007, 12:05 PM
Replies: 2
Views: 5,461
Posted By Darkonig
world combiner issue

When I make use of a world combiner such as an oven or a pottery wheel, it remembers me so that even when I move away to get more supplies it wont let anyone else use it saying it is in use by...
Forum: Support::Windows Servers 02-05-2007, 05:47 AM
Replies: 24
Views: 27,529
Posted By Darkonig
In regards to it being or not being same problem,...

In regards to it being or not being same problem, you have not posted your loginserver.ini file or your eqemu_config.xml file or your eqhosts.txt file so hard to tell for sure.

Looking through...
Forum: Support::Windows Servers 02-04-2007, 08:04 AM
Replies: 24
Views: 27,529
Posted By Darkonig
I also use MySQL 5.0.27 and installed from that...

I also use MySQL 5.0.27 and installed from that same wiki setup.
http://www.eqemulator.net/forums/showthread.php?t=22354
Forum: Spell Support 02-04-2007, 07:55 AM
Replies: 1
Views: 6,207
Posted By Darkonig
Circle spells kill pets

I have an enchanter character and a druid character. Whenever the enchanter has a pet up and the druid casts a circle spell with him in group so that both chars port to same zone, the pet never shows...
Forum: Support::Windows Servers 02-02-2007, 05:10 AM
Replies: 3
Views: 7,199
Posted By Darkonig
in Loginserver.ini change loginserver=127.0.0.1...

in Loginserver.ini
change loginserver=127.0.0.1
to loginserver=99.99.99.99 (your server ip)

in eqemu_config.xml
change <address>Serving Machines IP</address>
to ...
Forum: Support::General Support 02-02-2007, 02:36 AM
Replies: 5
Views: 18,353
Posted By Darkonig
Thanks for the info Angelox. Posted question in...

Thanks for the info Angelox. Posted question in PEQ forum.
Forum: Support::General Support 02-02-2007, 01:12 AM
Replies: 5
Views: 18,353
Posted By Darkonig
Nektulos Forest Zone Problem - Titanium

I've tried searching for this as suggested in another post on this site which said search for Nektulos Zone Problem and you will find lots of posts telling what's going on. The search returns half a...
Forum: Quests::Q&A 01-31-2007, 01:59 AM
Replies: 3
Views: 8,246
Posted By Darkonig
Ok, I downloaded the binary for 945 and unzipped...

Ok, I downloaded the binary for 945 and unzipped it. Then updated the database with changes since 845. Then copied the maps, plugins, and quest directories, and the config files from the 845 version...
Forum: Quests::Q&A 01-30-2007, 02:32 AM
Replies: 3
Views: 8,246
Posted By Darkonig
Plugins not working

I am running EQEmu server that was installed using the process described in the Wiki page Setting up EQEmu-0.7.0-845 minilogin with mySQL 5.0.24.

I installed everything and server works great, I...
Forum: Support::MiniLogin 01-25-2007, 06:07 PM
Replies: 5
Views: 9,823
Posted By Darkonig
Thank you John Adams and Solid11. I got it...

Thank you John Adams and Solid11. I got it working. After making the changes in MiniLoginConfig I had a typo in my minilogin_ip for the account (192.167.1.47 instead of 192.168.1.47). After making...
Forum: Support::MiniLogin 01-25-2007, 10:47 AM
Replies: 5
Views: 9,823
Posted By Darkonig
I read the wiki info for page titled...

I read the wiki info for page titled MiniLoginConfig by Crabclaw which implies to me that both the host and others on net should be able to connect. However, in his list at bottom of page it does not...
Forum: Support::MiniLogin 01-25-2007, 05:25 AM
Replies: 5
Views: 9,823
Posted By Darkonig
is it supposed to work with lan and host?

I have emu setup locally on my network with minilogin. When I startup the server I can login and play fine from host machine (127.0.0.1). If I shut that down and run eq from another machine on my...
Forum: Quests::Q&A 01-23-2007, 04:01 AM
Replies: 8
Views: 8,265
Posted By Darkonig
Yes, that post covered it bufferofnewbies. That...

Yes, that post covered it bufferofnewbies. That was not the post I had found to resolve it for me, but is the same answer. Took me about a week to resolve as I had setup a quest directory in EMU_ROOT...
Forum: Quests::Q&A 01-22-2007, 12:20 PM
Replies: 8
Views: 8,265
Posted By Darkonig
I think the problem that for some reason, the...

I think the problem that for some reason, the quests directory contains plugins when you unzip the quest download. The plugins directory should not be in the quest directory, it should be at same...
Showing results 76 to 100 of 102

 
Forum Jump
   

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