EQEmulator Home
>
EQEmulator Forums
>
Search Forums
Search Results
User Name
Remember Me?
Password
Home
Forums
Register
Members List
Today's Posts
Search
Search Forums
Show Threads
Show Posts
Advanced Search
Go to Page...
Page 1 of 2
1
2
>
Showing results 1 to 25 of 33
Search took
0.00
seconds.
Search:
Posts Made By:
Bamzal
Forum:
Development::Development
08-24-2024, 06:16 AM
Replies:
0
Titanium Client Fix: Female Gyspy/Merchant Model (Race 71)
Views:
16,831
Posted By
Bamzal
Titanium Client Fix: Female Gyspy/Merchant Model (Race 71)
Here is a way to fix/restore the broken Female Gyspy/Merchant Models for Titanium Client:
https://i.imgur.com/HOrzIp5.png
1) Open eqgame.exe in your favorite hex editor (I use HxD) and search...
Forum:
General::Server Discussion
07-28-2024, 04:29 AM
Replies:
0
Classic Coyotes
Views:
12,691
Posted By
Bamzal
Classic Coyotes
While using the existing solution for restoring classic wolves (adding growthplane_chr in globalload, etc), here is a way to take it one step further to restore the long lost coyote/jackal texture:
...
Forum:
Support::Windows Servers
03-06-2015, 01:00 PM
Replies:
25
Cannot continue without a datbase connection
Views:
24,022
Posted By
Bamzal
that windows guide is put together well, and a...
that windows guide is put together well, and a great resource, but I noticed it fell short when describing the config file. It's counterintuitive by telling users to delete the basic config file and...
Forum:
Development::Tools
10-03-2014, 11:25 PM
Replies:
59
Sticky:
EQG Weapon Model Importer v0.1
Views:
188,748
Posted By
Bamzal
This looks like a great tool! Maybe I'll see...
This looks like a great tool! Maybe I'll see siege weapons in EQ afterall!
Forum:
General::General Discussion
10-22-2011, 02:32 PM
Replies:
12
so who changed it haha
Views:
5,674
Posted By
Bamzal
this thread is epic
this thread is epic
Forum:
General::General Discussion
08-12-2011, 08:12 PM
Replies:
5
Website Redo
Views:
4,928
Posted By
Bamzal
getting error cannot display the webpage
getting error cannot display the webpage
Forum:
Support::Windows Servers
05-13-2011, 01:41 AM
Replies:
21
EQEmu\templates .html files don't work?
Views:
15,053
Posted By
Bamzal
I added some code to debug, and everything...
I added some code to debug, and everything suddenly started working as intended. Not sure what exactly changed but it's all good now. Thanks!
eqemu_config.xml
<http port="9080" enabled="true"...
Forum:
General::General Discussion
05-11-2011, 10:58 AM
Replies:
13
I'm looking for Gloves and Gaan.
Views:
6,040
Posted By
Bamzal
Harney.. There's a name i haven't seen since...
Harney.. There's a name i haven't seen since Guildwars 1.0
Forum:
Support::Windows Servers
05-08-2011, 03:29 AM
Replies:
21
EQEmu\templates .html files don't work?
Views:
15,053
Posted By
Bamzal
If thats the case then now I read it as: if...
If thats the case then now I read it as:
if (text && !=0)
Then I would assume it should be:
text = sub_ele->Attribute("telnet");
if (text && strcasecmp(text,"enabled") == 0)...
Forum:
Support::Windows Servers
05-06-2011, 08:04 PM
Replies:
21
EQEmu\templates .html files don't work?
Views:
15,053
Posted By
Bamzal
Looks like the same is done with the TELNET...
Looks like the same is done with the TELNET service also:
text = sub_ele->Attribute("telnet");
if (text && !strcasecmp(text,"enabled"))
TelnetEnabled=true;
Odd
Forum:
Support::Windows Servers
05-06-2011, 07:59 PM
Replies:
21
EQEmu\templates .html files don't work?
Views:
15,053
Posted By
Bamzal
Thanks for the help lerxst. Pretty sure that I...
Thanks for the help lerxst. Pretty sure that I found the issue.
WorldHTTPEnabled=false to begin with, and in the code to check, the logic is reversed so it I would have to fix the logic or else a...
Forum:
General::Server Discussion
05-06-2011, 07:30 PM
Replies:
27
New Server Coming Soon: Altergate (PvP Teams)
Views:
16,091
Posted By
Bamzal
1 ya wtf
1 ya wtf
Forum:
General::General Discussion
05-06-2011, 07:22 PM
Replies:
13
Game UI's
Views:
9,440
Posted By
Bamzal
Isnt that a MQ link? Thx dude u just raped...
Isnt that a MQ link?
Thx dude u just raped my cherry
Forum:
Support::Windows Servers
05-06-2011, 02:07 AM
Replies:
21
EQEmu\templates .html files don't work?
Views:
15,053
Posted By
Bamzal
Is that the only point of failure? Looked fine to...
Is that the only point of failure? Looked fine to me.
Do I need Apache running, special configs, etc?
<?xml version="1.0"?>
<server>
<world>
<shortname>RallonZek</shortname>...
Forum:
Support::Windows Servers
05-06-2011, 01:49 AM
Replies:
21
EQEmu\templates .html files don't work?
Views:
15,053
Posted By
Bamzal
I am having same problem as OP. the pages aren't...
I am having same problem as OP. the pages aren't loading properly. Also the only way I can access them is by launching the http files from the templates folder. If i try accessing via...
Forum:
Support::Windows Servers
04-28-2011, 01:10 AM
Replies:
6
Disable new player models?
Views:
5,265
Posted By
Bamzal
If that is the case and you are using the same...
If that is the case and you are using the same server binaries then it sounds like it is a different variable that is added to the axclassic that is not in the peq db.
Forum:
General::Server Discussion
04-23-2011, 07:28 PM
Replies:
43
A PvP Server
Views:
22,387
Posted By
Bamzal
I reverted the changes yesterday and had no...
I reverted the changes yesterday and had no issues logging in locally. Was trying to test with an external connection but couldn't find a solid open wifi in range. I'll be home in 30 min and will...
Forum:
Support::Windows Servers
04-22-2011, 02:19 AM
Replies:
8
NPC faction half working.
Views:
4,530
Posted By
Bamzal
The npc_faction table consists of: •id: A...
The npc_faction table consists of:
•id: A unique number for each entry in this table
•name: The name of the mob probably
•primaryfaction: The primary faction for the mob (id of the faction from...
Forum:
General::Server Discussion
04-21-2011, 11:31 PM
Replies:
43
A PvP Server
Views:
22,387
Posted By
Bamzal
Did exactly that
Did exactly that
Forum:
General::Server Discussion
04-21-2011, 11:19 PM
Replies:
43
A PvP Server
Views:
22,387
Posted By
Bamzal
Looked at AXclassic first thinking "it sounds...
Looked at AXclassic first thinking "it sounds classic".. it is so far from classic that i had to try PEQ right after logging in. Havent been able to find anything more classic since PEQ, or anything...
Forum:
General::Server Discussion
04-21-2011, 08:10 PM
Replies:
43
A PvP Server
Views:
22,387
Posted By
Bamzal
I'll increase xp rate some more. ...
I'll increase xp rate some more.
Unfortunatly the database I started with, PEQ, is not very classic and there doesn't seem to be many options available. I wish I could get my hands on a classic...
Forum:
General::Server Discussion
04-20-2011, 10:46 PM
Replies:
43
A PvP Server
Views:
22,387
Posted By
Bamzal
When did you guys play? I did increase XP rate...
When did you guys play? I did increase XP rate yesterday X4 - Is that better fer ya?
Cleaned up the name too
Forum:
General::Server Discussion
04-20-2011, 01:57 AM
Replies:
43
A PvP Server
Views:
22,387
Posted By
Bamzal
I am hosting a PvP server to kill time on, before...
I am hosting a PvP server to kill time on, before Red99 is released. Rallon Zek PvP
Check it out!
Forum:
General::General Discussion
04-20-2011, 12:35 AM
Replies:
60
Sticky:
No I can't help you - LOST PASSWORDS
Views:
318,918
Posted By
Bamzal
Since 2003? bro look at my join date. Im...
Since 2003? bro look at my join date. Im oldschool and i never forget passwords =)
Forum:
Support::Windows Servers
03-20-2011, 04:07 PM
Replies:
402
COMPLETE PUBLIC SERVER SETUP - Jan-2011
Views:
528,857
Posted By
Bamzal
Those are the TCP and UDP port numbers that you...
Those are the TCP and UDP port numbers that you should allow pass-through from your router to your server's local IP address.
You need to log onto your routers configuration page - a webpage. You...
Showing results 1 to 25 of 33
Page 1 of 2
1
2
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
General
General::General Discussion
General::Server Discussion
General::News
General::News::Polls
Support
Support::General Support
Idiot Posters
Spell Support
Support::Windows Servers
Support::Linux Servers
Support::Packetcollector
Support::MiniLogin
Quests
Quests::Q&A
Quests::Custom
Quests::Completed
Quests::Submissions
Quests::Plugins & Mods
Quests::need work
Quests::LUA
Development
Development::Development
Development::Bots
Development: Custom Code
Development::Server Code Submissions
Development::Feature Requests
Development::Bugs
Development::Bug Reports
Development::Database/World Building
Development::Tools
Development::GeorgeS's Tools
EQEmu Operations Center
KayotRO
Old Eq
OpenZone
OpenZone:: Q&A
Simple Client
OpenZone::Tutorials
OpenZone::Bug Reporting
Misc
Misc::Off Topic
Misc::Screenshots
Archives
Archive::Support
Archive::General Support
Archive::Windows Servers
Archive::Linux Servers
Archive::Tutorials/Howto's
Tutorials--Outdated Use the Wiki
Tutorial ALL NEW PEOPLE READ THIS
Tutorials::Discussion
Tutorials::Requests
Tutorials::Submissions
Tutorials::Needs work
Archive::Packetcollector
Archive::Development
Archive::Development
Archive::Bugs
Archive::Tools
Archive::Quests
Archive::Database/World Building
EQ2 Development
Archive::Misc
Archive::Off Topic
Archive::Screenshots
OpenEQ
OpenEQ::General Discussion
OpenEQ::Support
OpenEQ::Development
OpenEQ::Bug reporting
OpenEQ::Plugins
All times are GMT -4. The time now is
09:50 AM
.
-- Default Style
---- EQEmulator
EQEmulator
-
Archive
-
Top
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 - 2025, Jelsoft Enterprises Ltd.
Template by
Bluepearl Design
and
vBulletin Templates
- Ver3.3