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 4 of 13
<
1
2
3
4
5
6
7
8
>
Last
»
Showing results 76 to 100 of 320
Search took
0.08
seconds; generated 56 minute(s) ago.
Search:
Posts Made By:
paaco
Forum:
Quests::Q&A
10-17-2008, 12:37 AM
Replies:
3
Proper way to write a variable using a percent?
Views:
8,638
Posted By
paaco
Proper way to write a variable using a percent?
I made this what I thought it should be and it completely breaks the quest, can someone tell me the proper format for this in perl?
This is what I currently have, it completely breaks the quest....
Forum:
Support::Windows Servers
10-16-2008, 01:00 AM
Replies:
9
How to change AA starting level
Views:
12,871
Posted By
paaco
It should work. On my server experience isn't...
It should work. On my server experience isn't used. I have the xp modifier set to 0 and you don't even get the "You have Gained XP" message.
Forum:
Support::Windows Servers
10-14-2008, 11:22 PM
Replies:
9
How to change AA starting level
Views:
12,871
Posted By
paaco
In the altadv_vars table there is a field called...
In the altadv_vars table there is a field called 'class_type'. That is the level that every aa is available for purchase. I have no clue whether changing this lower than 51 will work or not. I have...
Forum:
Development::Bug Reports
10-14-2008, 02:45 PM
Replies:
11
looting PVPItem and PVPReward is set to 3
Views:
10,187
Posted By
paaco
Scratch that [10.14. - 14:29:16]...
Scratch that
[10.14. - 14:29:16] [CLIENT__NET_ERR] Paacotestbot: Unhandled incoming opcode: [OpCode OP_WeaponEquip2 (0x63da) Size=8]
[10.14. - 14:29:16] [CLIENT__NET_ERR] Paacotestbot: Unhandled...
Forum:
Development::Bug Reports
10-14-2008, 02:37 PM
Replies:
11
looting PVPItem and PVPReward is set to 3
Views:
10,187
Posted By
paaco
It happens quite frequently. 50/50 probably. You...
It happens quite frequently. 50/50 probably. You get no message in game of an error. It actually gives the "You have looted a PvP Token" message. It actually shows you looting. You right click, item...
Forum:
Development::Bug Reports
10-14-2008, 06:18 AM
Replies:
11
looting PVPItem and PVPReward is set to 3
Views:
10,187
Posted By
paaco
Just wanted to add that this is with Rev 92 on...
Just wanted to add that this is with Rev 92 on the SVN.
Forum:
Quests::Q&A
10-14-2008, 03:51 AM
Replies:
14
Class Specific Headaches
Views:
10,396
Posted By
paaco
fixed using my earlier version of the quest,...
fixed using my earlier version of the quest, replaced all of the == with eq and it works fine.
Forum:
Quests::Q&A
10-14-2008, 03:03 AM
Replies:
14
Class Specific Headaches
Views:
10,396
Posted By
paaco
Using the last code you posted Trevius, I can't...
Using the last code you posted Trevius, I can't seem to figure out why but...
Shadowknight = Quest works 100%
Druid = Nothing happens, Eats the item
Warrior = You get the first reward on the...
Forum:
Development::Bug Reports
10-14-2008, 03:00 AM
Replies:
11
looting PVPItem and PVPReward is set to 3
Views:
10,187
Posted By
paaco
looting PVPItem and PVPReward is set to 3
Just started testing it a little, the zone crash seems to be fixed. The problem I have now is that when you loot a player every now and then it doesn't work. The players always drop the item, but...
Forum:
Quests::Q&A
10-13-2008, 02:26 AM
Replies:
14
Class Specific Headaches
Views:
10,396
Posted By
paaco
Thank you again trev, man I hate when I have to...
Thank you again trev, man I hate when I have to keep posting wrong stuff. I feel dumber with every post :(
Just tested and it appears to work great now. I swear about 5 more minutes with this one...
Forum:
Quests::Q&A
10-13-2008, 02:09 AM
Replies:
14
Class Specific Headaches
Views:
10,396
Posted By
paaco
Giving up for tonight before I throw my computer...
Giving up for tonight before I throw my computer out the window. Still gives me a cleric epic :(
sub EVENT_SAY {
if($text=~/Hail/i) {
quest::say("Hail, $class. I am Luana, The God of Life....
Forum:
Quests::Q&A
10-13-2008, 01:45 AM
Replies:
14
Class Specific Headaches
Views:
10,396
Posted By
paaco
Added the line in and it still just hands me the...
Added the line in and it still just hands me the cleric epic /sigh
sub EVENT_SAY {
if($text=~/Hail/i) {
quest::say("Hail, $class. I am Luana, The God of Life. I am in this world to see...
Forum:
Quests::Q&A
10-13-2008, 01:27 AM
Replies:
14
Class Specific Headaches
Views:
10,396
Posted By
paaco
Thank you Trev, I really do appreciate all the...
Thank you Trev, I really do appreciate all the help you have given me on quests. I swear I'm slowly learning :)
Forum:
Quests::Q&A
10-13-2008, 01:17 AM
Replies:
14
Class Specific Headaches
Views:
10,396
Posted By
paaco
OK realized how noob some of the mistakes in that...
OK realized how noob some of the mistakes in that quest were. This is what I'm tinkering with now. For some reason it hands me the cleric epic no matter what class I am. ( Which is the first epic on...
Forum:
Quests::Q&A
10-13-2008, 01:04 AM
Replies:
14
Class Specific Headaches
Views:
10,396
Posted By
paaco
OK after deciding I was trying to be too complex...
OK after deciding I was trying to be too complex with this quest for my small knowledge of perl I completely rewrote it. This is about the ugliest way I could possibly have written it probably, but...
Forum:
Development::Server Code Submissions
10-12-2008, 11:20 PM
Replies:
11
Critical Affliction AA
Views:
13,115
Posted By
paaco
Man you work quick, and that's definitely a nice...
Man you work quick, and that's definitely a nice addition. Critical Affliction is a pretty huge skill for Dot casters in EQ. Great job man, hope to see more stuff like this.
Forum:
Quests::Q&A
10-12-2008, 01:19 PM
Replies:
14
Class Specific Headaches
Views:
10,396
Posted By
paaco
Found one small syntax error. Fixed it, script...
Found one small syntax error. Fixed it, script still broken though :(
Changed to:
sub EVENT_SAY {
if($text=~/Hail/i) {
quest::say("Hail, $class. I am Luana, The God of Life. I am in this...
Forum:
Quests::Q&A
10-12-2008, 03:36 AM
Replies:
14
Class Specific Headaches
Views:
10,396
Posted By
paaco
Class Specific Headaches
Trying to figure out whats wrong with this. Sorry to ask so many questions lately about quests. I am slowly learning though :( Anyways for this quest she responds to the hail. As soon as you hand the...
Forum:
OpenZone::Bug Reporting
10-12-2008, 02:31 AM
Replies:
4
Zone and Spell Probs
Views:
29,555
Posted By
paaco
Sounds like you are missing the maps files. Make...
Sounds like you are missing the maps files. Make sure they are in eqemu/maps and not eqemu/maps/maps
Forum:
General::General Discussion
10-10-2008, 05:14 AM
Replies:
2
New release
Views:
5,697
Posted By
paaco
This is the newest compiled source you can find...
This is the newest compiled source you can find atm. If you are able to compile The revision is currently at 71. Front page doesn't get updated very often :(
...
Forum:
Quests::Q&A
10-09-2008, 05:15 AM
Replies:
3
Make a mob drop the epic of the class completing a quest
Views:
6,637
Posted By
paaco
Man that sounds confusing, I'll mess around with...
Man that sounds confusing, I'll mess around with it some today and see if I can make it happen. Mostly I was wondering if addloot worked acrossed zones.
Forum:
Quests::Q&A
10-09-2008, 04:59 AM
Replies:
3
Make a mob drop the epic of the class completing a quest
Views:
6,637
Posted By
paaco
Make a mob drop the epic of the class completing a quest
On the server I am developing currently there is an NPC that you hand an item to. When you hand this item to him, he teleports your group to a named mob which is in a different zone. Your group must...
Forum:
Quests::Q&A
10-08-2008, 01:13 AM
Replies:
4
Help with making a quest level requirement
Views:
6,821
Posted By
paaco
Figured out what was wrong...Man I'm a noob lol....
Figured out what was wrong...Man I'm a noob lol. It seems if you have the GM flag up, it will ignore the >= 50 and send you anyways hehe ;p Turned GM off and did a reloadpl and it no longer sends...
Forum:
Quests::Q&A
10-08-2008, 01:05 AM
Replies:
4
Help with making a quest level requirement
Views:
6,821
Posted By
paaco
Yeah that was a typo in the first version, caught...
Yeah that was a typo in the first version, caught it right after posting, changed to your suggestion and it still sends me at lvl 1 :(
Also just a question, does movegrp work? Seems like I...
Forum:
Quests::Q&A
10-08-2008, 12:55 AM
Replies:
4
Help with making a quest level requirement
Views:
6,821
Posted By
paaco
Help with making a quest level requirement
I don't see a thing wrong with this, it does not work correctly though. If anyone sees something broken please point it out for me. This quest is only supposed to send you if you are level 50 or...
Showing results 76 to 100 of 320
Page 4 of 13
<
1
2
3
4
5
6
7
8
>
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
01:25 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