Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

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
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
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
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
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
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
Views: 8,294
Posted By thepoetwarrior
Question 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
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
Views: 9,091
Posted By thepoetwarrior
Question 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
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
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
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
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
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
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
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
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
Views: 28,742
Posted By thepoetwarrior
Thumbs up 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
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
Views: 28,742
Posted By thepoetwarrior
Smile 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
Views: 28,742
Posted By thepoetwarrior
Smile 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
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
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
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
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
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

 
Forum Jump
   

All times are GMT -4. The time now is 02:28 AM.


 

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