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 17 of 20
«
First
<
7
13
14
15
16
17
18
19
20
>
Showing results 401 to 425 of 500
Search took
0.04
seconds; generated 105 minute(s) ago.
Search:
Posts Made By:
Uleat
Forum:
Support::Windows Servers
08-18-2018, 05:50 PM
Replies:
9
Compile errors in map.cpp
Views:
11,145
Posted By
Uleat
Try doing a cache clear in cmake.
Try doing a cache clear in cmake.
Forum:
Development::Bots
08-18-2018, 05:45 PM
Replies:
28
Bots not attacking on command
Views:
50,297
Posted By
Uleat
This was an oversight on my part. It will be...
This was an oversight on my part.
It will be looked at in the very near future.
Forum:
Development::Database/World Building
08-18-2018, 01:01 AM
Replies:
5
Cabalis Flying Boats
Views:
11,225
Posted By
Uleat
That would explain A LOT!
That would explain A LOT!
Forum:
Development::Database/World Building
08-17-2018, 06:55 PM
Replies:
5
Cabalis Flying Boats
Views:
11,225
Posted By
Uleat
Tbh, I don't even see them on my personal...
Tbh, I don't even see them on my personal server...
I know that boats used to sail on the bottom of the ocean..and that was fixed.
Forum:
Support::Windows Servers
08-17-2018, 06:23 PM
Replies:
3
Newb starting Server from laptop
Views:
7,992
Posted By
Uleat
In addition, if you're going to use your Titanium...
In addition, if you're going to use your Titanium client, be sure to either reinstall it or use a second install for things not p99.
Forum:
Development::Database/World Building
08-17-2018, 12:29 AM
Replies:
5
Cabalis Flying Boats
Views:
11,225
Posted By
Uleat
You sure you're not in Cannabis? :)
You sure you're not in Cannabis? :)
Forum:
Support::General Support
08-14-2018, 06:06 PM
Replies:
4
Will the server work without wifi/internet?
Views:
7,159
Posted By
Uleat
You can play offline..but, I would highly...
You can play offline..but, I would highly recommend setting up and getting it all started and updated while you have a connection.
My test server is localhost.
Forum:
Development::Bug Reports
08-13-2018, 06:33 PM
Replies:
3
Desyncronization When Trying to Put on Gear of Higher Level
Views:
36,797
Posted By
Uleat
This is particular issue arises from a...
This is particular issue arises from a 'membership' feature inserted into UF and later client code.
If you try to equip a piece of gear that is too high for you to wear, the client will still...
Forum:
Support::Windows Servers
08-12-2018, 08:28 PM
Replies:
9
Server don't start on windows
Views:
12,739
Posted By
Uleat
I've seen people setting up vms get this..not...
I've seen people setting up vms get this..not sure how to address it since I don't do vms :(
Forum:
Quests::Q&A
08-10-2018, 09:49 PM
Replies:
7
Updated mob isnt responding
Views:
11,654
Posted By
Uleat
Try targeting the crate and doing a '#summon' .....
Try targeting the crate and doing a '#summon' .. then hail the crate again.
Forum:
Development::Bots
08-10-2018, 09:21 PM
Replies:
4
Limiting Bot Classes
Views:
9,881
Posted By
Uleat
Huppy, try the current head of master branch and...
Huppy, try the current head of master branch and see if that works for you.
Don't forget to run the optional bot script to add the db entries so they can be edited.
...
Forum:
Development::Bots
08-10-2018, 07:27 PM
Replies:
4
Limiting Bot Classes
Views:
9,881
Posted By
Uleat
That's not an unreasonable request :)
That's not an unreasonable request :)
Forum:
Support::Windows Servers
08-10-2018, 05:51 PM
Replies:
6
Some spells not working
Views:
9,190
Posted By
Uleat
Plus, back when EQ first came out, transfer rates...
Plus, back when EQ first came out, transfer rates were typically 28.8K BAUD or less .. so, a 1024-byte block to describe
a spell was very expensive.
Forum:
Quests::Q&A
08-10-2018, 05:45 PM
Replies:
7
Updated mob isnt responding
Views:
11,654
Posted By
Uleat
<cough> script file.
<cough> script file.
Forum:
Spell Support
08-03-2018, 02:15 PM
Replies:
5
Problem with druid spell (skin like series)
Views:
11,342
Posted By
Uleat
Best bet is their website. I believe this...
Best bet is their website.
I believe this download has the spell file in it - and you may need the other files too.
...
Forum:
Support::Windows Servers
08-01-2018, 06:51 PM
Replies:
5
Can't form guild
Views:
8,431
Posted By
Uleat
These are the commands for guild manipulation:...
These are the commands for guild manipulation: https://github.com/EQEmu/Server/blob/master/zone/command.cpp#L222
Forum:
Support::Windows Servers
07-31-2018, 09:04 PM
Replies:
5
Can't form guild
Views:
8,431
Posted By
Uleat
Probably better to do guild creation in-game...
Probably better to do guild creation in-game since more than that table needs to be updated.
Forum:
Support::Windows Servers
07-31-2018, 07:49 PM
Replies:
5
Aug Slot not showing
Views:
8,467
Posted By
Uleat
Technically, they're all older clients :) ...
Technically, they're all older clients :)
Titanium:
- 31 possessions slots
- 16 shared bank slots
- 10 bag slots
- 5 aug slots
SoF:
Forum:
Support::Windows Servers
07-30-2018, 06:06 PM
Replies:
7
server not loading up
Views:
11,338
Posted By
Uleat
Did you add item ids past the max value found...
Did you add item ids past the max value found here: https://github.com/EQEmu/Server/blob/master/common/shareddb.h#L22
That will guarantee a zone crash on start-up every time.
Forum:
Support::Windows Servers
07-29-2018, 06:42 PM
Replies:
7
server not loading up
Views:
11,338
Posted By
Uleat
Did you add an item with an id greater or equal...
Did you add an item with an id greater or equal to the max count?
Your logs can tell you a lot about what is happening.
Forum:
Support::Windows Servers
07-27-2018, 05:12 PM
Replies:
7
Multiple Databases
Views:
18,970
Posted By
Uleat
Just remember that you can't run two servers at...
Just remember that you can't run two servers at the same time from the same address (computer, LAN, WAN.)
There's no problem editing the database not in use.
I actually have two server...
Forum:
Support::Windows Servers
07-23-2018, 06:01 PM
Replies:
4
Setting Up to Compile
Views:
14,483
Posted By
Uleat
https://github.com/EQEmu/eqemu.github.com/tree/mas...
https://github.com/EQEmu/eqemu.github.com/tree/master/downloads - I think is still mostly current...
We do need to see logs to give the most appropriate suggestions, though :)
Forum:
Support::General Support
07-22-2018, 05:20 PM
Replies:
3
can't enter ^bot commands..
Views:
7,776
Posted By
Uleat
There is a redirect in the main command system...
There is a redirect in the main command system that KK is referring to.
^command
simply becomes
#bot command
Forum:
Development::Tools
07-20-2018, 08:50 PM
Replies:
3
Code Dev Tool - opcode_handlers.py
Views:
43,262
Posted By
Uleat
Update to script.. - Added 'ServerTalk'...
Update to script..
- Added 'ServerTalk' opcode parse
- Added a few more 'servers'
- Tweaked inclusion/exclusion code
Forum:
Support::Windows Servers
07-19-2018, 11:48 PM
Replies:
552
Sticky:
Windows Server Installer :: Modular & Scripted
Views:
3,045,402
Posted By
Uleat
You should start your own thread for this problem...
You should start your own thread for this problem and provide more information surrounding the issue.
Showing results 401 to 425 of 500
Page 17 of 20
«
First
<
7
13
14
15
16
17
18
19
20
>
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
02:52 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 - 2026, Jelsoft Enterprises Ltd.
Template by
Bluepearl Design
and
vBulletin Templates
- Ver3.3