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...
Showing results 1 to 21 of 21
Search took
0.00
seconds.
Search:
Posts Made By:
Toriad
Forum:
General::Server Discussion
01-26-2009, 06:00 AM
Replies:
37
New Progression Server
Views:
13,046
Posted By
Toriad
Did the server go down already. :(?
Did the server go down already. :(?
Forum:
Development::GeorgeS's Tools
04-26-2008, 03:54 PM
Replies:
144
NPC and loot editor - update2
Views:
56,428
Posted By
Toriad
Tahts the problem I dont have any DB class/race...
Tahts the problem I dont have any DB class/race combos...
Forum:
Development::GeorgeS's Tools
04-24-2008, 01:30 PM
Replies:
144
NPC and loot editor - update2
Views:
56,428
Posted By
Toriad
Ok, so I did that but now it gives me a mysql...
Ok, so I did that but now it gives me a mysql Syntax error and crashes, when I look at the pulldowns It lists them by their name.
Forum:
Development::GeorgeS's Tools
04-24-2008, 05:15 AM
Replies:
144
NPC and loot editor - update2
Views:
56,428
Posted By
Toriad
Human/Warrior Latest version from his site. ...
Human/Warrior Latest version from his site.
Tools->NPC Editing Tool
Forum:
Development::GeorgeS's Tools
04-24-2008, 05:08 AM
Replies:
144
NPC and loot editor - update2
Views:
56,428
Posted By
Toriad
I'm trying to create a new npc using this but I...
I'm trying to create a new npc using this but I keep gettiing invalid race/class ^_^
Forum:
Support::Windows Servers
04-24-2008, 04:44 AM
Replies:
3
How do I start Clean
Views:
3,262
Posted By
Toriad
Thank you!
Thank you!
Forum:
Support::Windows Servers
04-24-2008, 03:52 AM
Replies:
3
How do I start Clean
Views:
3,262
Posted By
Toriad
How do I start Clean
ITs been awhile since I used the DB's and I want to start with fresh everything minus items, I want to keep the items from PEQ but i want to start with no npc's no quests, no loots, nothing. I forget...
Forum:
Development::Development
02-27-2008, 12:02 PM
Replies:
0
Buglist Wiki
Views:
3,171
Posted By
Toriad
Buglist Wiki
When was the last time the buglist wiki was updated, it seems alot of extraneous bugs are on there, and if anyone can point me to a forum with a list of current bug fixes i would happily update it....
Forum:
Development: Custom Code
02-12-2008, 10:23 PM
Replies:
3
Changing Race/Flymode on a per zone basis
Views:
2,366
Posted By
Toriad
Actually I figured it out, my error wasn't in the...
Actually I figured it out, my error wasn't in the DB it was in actually changing the race... I pulled a moron and didn't know that you could use Client things in client.cpp without calling client..
...
Forum:
Development: Custom Code
02-11-2008, 04:03 PM
Replies:
3
Changing Race/Flymode on a per zone basis
Views:
2,366
Posted By
Toriad
Changing Race/Flymode on a per zone basis
Im trying to make it so you can change the Race of a player, via a db entry on a per zone basis. THE DB part is fine, but I'm having trouble with the race.
IF I use ns->spawn.race. I can only do...
Forum:
Development: Custom Code
02-08-2008, 12:11 PM
Replies:
0
RotCorpse Command
Views:
2,263
Posted By
Toriad
RotCorpse Command
void command_rotcorpse(Client *c, const Seperator *sep) {
Corpse *d;
if (c->GetTarget() && c->GetTarget()->IsPlayerCorpse()) {
d = c->GetTarget()->CastToCorpse();
...
Forum:
Support::General Support
02-04-2008, 12:11 AM
Replies:
2
Can LOGIN but not PlAY
Views:
3,663
Posted By
Toriad
I did that, and its working again, thanks mucho...
I did that, and its working again, thanks mucho man.
Forum:
Support::General Support
02-03-2008, 10:33 PM
Replies:
2
Can LOGIN but not PlAY
Views:
3,663
Posted By
Toriad
Can LOGIN but not PlAY
So I was trying to load up EQ last night and accidently ran the normal link, it downloaded like 4 things before I stoped it, repaired the game install and then attempted to log into RA, I get to...
Forum:
Development::Server Code Submissions
02-03-2008, 11:16 AM
Replies:
8
FIX: Skills not capping properly.
Views:
6,488
Posted By
Toriad
Hmm, Ok maybe I'm just retarded somehow -shrugs-...
Hmm, Ok maybe I'm just retarded somehow -shrugs- sorry for all the trobule, feel free to delete this topic.
Forum:
Development::Server Code Submissions
02-02-2008, 07:23 PM
Replies:
8
FIX: Skills not capping properly.
Views:
6,488
Posted By
Toriad
I didn't mean to say he was incorrect and if...
I didn't mean to say he was incorrect and if thats how it came out I sincerely apologize.
I cannot give more information that that...
I was at level 1 using a 1hslash weapon, i got 11 offense...
Forum:
Development::Server Code Submissions
02-02-2008, 12:10 PM
Replies:
8
FIX: Skills not capping properly.
Views:
6,488
Posted By
Toriad
I have that table, but it still wasn't working......
I have that table, but it still wasn't working... SELECT * FROM peq.skill_caps s;
The old DB query in the code was
//if (RunQuery(query, MakeAnyLenString(&query, "SELECT level, formula,...
Forum:
Development::Server Code Submissions
02-02-2008, 11:05 AM
Replies:
8
FIX: Skills not capping properly.
Views:
6,488
Posted By
Toriad
When I was level one, as long as I used offeense...
When I was level one, as long as I used offeense it kept going up, it never stopped at 10, like the skillcaps table said it should. I was trying to make it so it would. On a side note where is this...
Forum:
Development::Server Code Submissions
02-01-2008, 10:49 PM
Replies:
8
FIX: Skills not capping properly.
Views:
6,488
Posted By
Toriad
FIX: Skills not capping properly.
For me the skills were not capping properly and I found out that the DB query was off at least for PEQ? Maybe I just jumped blindly, if so let me know....
Replace GetSkillCap in database.cpp with...
Forum:
Development::Development
02-01-2008, 03:47 PM
Replies:
0
Known Bug
Views:
3,039
Posted By
Toriad
Known Bug
I was wondering if the skill caps thing was still a bug cause If so I think I found the reason and a solution?
Forum:
Development::Tools
11-19-2006, 11:07 PM
Replies:
6
GeorgeS Npc_Loot_Editor possible problem
Views:
6,001
Posted By
Toriad
On the topic of your amazing tools, I have a...
On the topic of your amazing tools, I have a custom DB with custom columns, is there a way to make your editor compatiable with them without much coding V_V
Forum:
General::General Discussion
10-18-2006, 05:53 AM
Replies:
11
class/race restrictions
Views:
7,105
Posted By
Toriad
Just a thought, Couldn't you just make a zone...
Just a thought, Couldn't you just make a zone with a NPC who when hailed, gives you character options. Where you tell him your class first. And then race, and once he is told the race he sets it and...
Showing results 1 to 21 of 21
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
01:56 PM
.
-- 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