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 2 of 13
<
1
2
3
4
5
6
12
>
Last
»
Showing results 26 to 50 of 307
Search took
0.01
seconds; generated 46 minute(s) ago.
Search:
Posts Made By:
thepoetwarrior
Forum:
Support::Windows Servers
08-08-2013, 06:01 AM
Replies:
10
Mercenary Crash
Views:
14,098
Posted By
thepoetwarrior
Some where over the years I seem to have missed...
Some where over the years I seem to have missed the sql update to insert these fields at the end of the records in the items table. Anyone know which sql query update file name did it?
`UNK219`,...
Forum:
Support::Windows Servers
08-08-2013, 05:44 AM
Replies:
10
Mercenary Crash
Views:
14,098
Posted By
thepoetwarrior
I had the same error when sourcing that update...
I had the same error when sourcing that update sql, and now my zones crash.
Will see if I can manually alter the table if that will fix it. Not sure what the table should be, maybe will have to...
Forum:
General::General Discussion
06-06-2013, 06:20 AM
Replies:
42
CSHome~new~
Views:
61,304
Posted By
thepoetwarrior
I use cshome as my test zone, to test perl quest...
I use cshome as my test zone, to test perl quest before they go live.
Forum:
General::General Discussion
06-06-2013, 06:18 AM
Replies:
14
Ghosting - how do you fight it?
Views:
12,093
Posted By
thepoetwarrior
Do what Call of Duty does, called Prestige. Game...
Do what Call of Duty does, called Prestige. Game delevels you back to level 1. Usually this is to achieve a reward, may be ranked item. Now player has to go through all the lower level zones again to...
Forum:
Quests::Q&A
05-22-2013, 01:51 AM
Replies:
3
Level of $npc->GetTarget() ?
Views:
8,294
Posted By
thepoetwarrior
Ahh figured it would only get the mobs level,...
Ahh figured it would only get the mobs level, didn't realize that would work on target.
Thanks much!
Forum:
Quests::Q&A
05-22-2013, 12:48 AM
Replies:
3
Level of $npc->GetTarget() ?
Views:
8,294
Posted By
thepoetwarrior
Level of $npc->GetTarget() ?
I know $ulevel gets the level of the player when doing something to the npc like EVENT_SAY but what about when the player isn't doing anything?
More specifically, get the level of a player from...
Forum:
Quests::Q&A
04-19-2013, 04:54 AM
Replies:
9
Stats Calculator.
Views:
9,091
Posted By
thepoetwarrior
Never mind, did GetMR() GetFR() get and seems to...
Never mind, did GetMR() GetFR() get and seems to work.
Wasn't listed on the object client page for quest.
Forum:
Quests::Q&A
04-19-2013, 03:44 AM
Replies:
9
Stats Calculator.
Views:
9,091
Posted By
thepoetwarrior
Any way via perl to get players Resist and Heroic...
Any way via perl to get players Resist and Heroic Resist?
Forum:
Quests::Q&A
04-16-2013, 03:36 AM
Replies:
4
Implementing a leaderboard popup
Views:
9,285
Posted By
thepoetwarrior
Sorry if this derails or hijacks the topic, but...
Sorry if this derails or hijacks the topic, but what would be some other good leaderboard topics or stats to put in?
HP Regen, Mana Regen, other stuff? What would be code to obtain those stats too?
Forum:
Quests::Q&A
04-15-2013, 08:06 PM
Replies:
9
Quest Popup
Views:
11,781
Posted By
thepoetwarrior
Thanks, at least now I know why I was having...
Thanks, at least now I know why I was having issues.
Was searching all over Google for answers and no solution :(
Forum:
Quests::Q&A
04-15-2013, 09:01 AM
Replies:
9
Quest Popup
Views:
11,781
Posted By
thepoetwarrior
Any reason a really big $variable or @array will...
Any reason a really big $variable or @array will not work in popup window?
For example, leaderboards npc, query database limit 10, info in popup window works just fine, but change limit 15 and...
Forum:
Quests::Custom
04-08-2013, 05:18 PM
Replies:
26
New Waypoint Instance Code
Views:
28,742
Posted By
thepoetwarrior
Yeah, probably cause its not connecting with the...
Yeah, probably cause its not connecting with the database.
Its a perl to mysql issue using DBI.
Forum:
Quests::Custom
04-04-2013, 09:53 PM
Replies:
26
New Waypoint Instance Code
Views:
28,742
Posted By
thepoetwarrior
How about to run quest with DBI?
How about to run quest with DBI?
Forum:
Quests::Custom
04-03-2013, 05:43 PM
Replies:
26
New Waypoint Instance Code
Views:
28,742
Posted By
thepoetwarrior
Maybe this can help other people too, so I'll...
Maybe this can help other people too, so I'll post question I got in PM.
I'm not expert with this stuff, perl, mysql, etc, just trial and error for a few years. I'll try to help though.
...
Forum:
Quests::Custom
04-03-2013, 08:03 AM
Replies:
26
New Waypoint Instance Code
Views:
28,742
Posted By
thepoetwarrior
Also, when your in game, type this: #logs...
Also, when your in game, type this:
#logs quest
#reloadquest
Now it'll show you debug info with line numbers where it is broken in the quest file, etc. Helps to figure out where problems are...
Forum:
Quests::Custom
04-03-2013, 08:01 AM
Replies:
26
New Waypoint Instance Code
Views:
28,742
Posted By
thepoetwarrior
I just realized if the script still doesn't work...
I just realized if the script still doesn't work with the correct password, then its cause the perl to mysql thingie isn't install. Had that problem a few years ago, and is simple fix.
Try this...
Forum:
Quests::Custom
04-03-2013, 03:13 AM
Replies:
26
New Waypoint Instance Code
Views:
28,742
Posted By
thepoetwarrior
Updated to version 1.9.9 ...
Updated to version 1.9.9
http://pastebin.com/jbWpGkL3
Now automatically gets your password to log into your database via your config file that you already have in your server directory....
Forum:
Quests::Custom
04-02-2013, 10:04 PM
Replies:
26
New Waypoint Instance Code
Views:
28,742
Posted By
thepoetwarrior
I'm going to add some error check for people that...
I'm going to add some error check for people that try this for the first time and forget change the password, will look something like this when I put out the next source:
...
Forum:
Quests::Custom
04-02-2013, 09:56 PM
Replies:
26
New Waypoint Instance Code
Views:
28,742
Posted By
thepoetwarrior
You can change the item id of your Waypoint...
You can change the item id of your Waypoint click, just search for "hasitem" to quickly find the lines where you can change item ID.
In case you don't want to use clickie to summon pet for adjust...
Forum:
Quests::Custom
04-02-2013, 08:01 AM
Replies:
26
New Waypoint Instance Code
Views:
28,742
Posted By
thepoetwarrior
Updated! Version 1.8.4 ...
Updated!
Version 1.8.4
http://pastebin.com/9B0hWVCC
Changes are listed on the top of the source code.
The biggest change is that the instances now use DBI.
Forum:
Quests::Custom
04-01-2013, 10:12 PM
Replies:
26
New Waypoint Instance Code
Views:
28,742
Posted By
thepoetwarrior
Yes, but don't know why. Any way to force...
Yes, but don't know why.
Any way to force this to update in the quest code?
Forum:
Quests::Custom
04-01-2013, 09:40 PM
Replies:
26
New Waypoint Instance Code
Views:
28,742
Posted By
thepoetwarrior
Well, I confirmed the crosszonesignal does work...
Well, I confirmed the crosszonesignal does work to any player in any zone.
So if the players were not able to invite someone into their instances from another zone, then its because they are not...
Forum:
Quests::Custom
04-01-2013, 09:12 PM
Replies:
26
New Waypoint Instance Code
Views:
28,742
Posted By
thepoetwarrior
Ok, thats good to know, originally assumed and...
Ok, thats good to know, originally assumed and was hoping sent to all zones.
Now to find out why its not.
Is there any rule value to turn on?
Forum:
Quests::Custom
04-01-2013, 06:13 PM
Replies:
26
New Waypoint Instance Code
Views:
28,742
Posted By
thepoetwarrior
Seems crosszonesignalclientbyname() only works if...
Seems crosszonesignalclientbyname() only works if you are in the same zone with the other player, would be nice if it worked across to a different zone.
Might need to use DBI to read the qglobals...
Forum:
Quests::Custom
04-01-2013, 03:12 AM
Replies:
26
New Waypoint Instance Code
Views:
28,742
Posted By
thepoetwarrior
Note the instance code uses all qglobals, no DBI....
Note the instance code uses all qglobals, no DBI.
The GM tool for find/goto how ever does use DBI to get info from the character_ table so you would need to update your db name, user name, and...
Showing results 26 to 50 of 307
Page 2 of 13
<
1
2
3
4
5
6
12
>
Last
»
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:28 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