Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 76 to 100 of 175
Search took 0.01 seconds; generated 60 minute(s) ago.
Search: Posts Made By: jkennedy
Forum: Quests::Q&A 01-17-2010, 09:51 PM
Replies: 5
Views: 7,244
Posted By jkennedy
on my code i changed the remove to a 0 and it...

on my code i changed the remove to a 0 and it still doesnt work
Forum: Quests::Q&A 01-17-2010, 09:41 PM
Replies: 5
Views: 7,244
Posted By jkennedy
anyone know if this works

quest::collectitems(item_id, remove)

it wont collect the item on my server heres what i use

sub EVENT_SAY {

if($text=~/Hail/i) {

quest::say("What kind Of Credit's Are you...
Forum: Support::General Support 01-17-2010, 07:19 PM
Replies: 8
Views: 7,108
Posted By jkennedy
np glad i could help ya

np glad i could help ya
Forum: Quests::Q&A 01-17-2010, 02:50 PM
Replies: 1
Views: 6,601
Posted By jkennedy
Need a lil help

i have a code that works but i wanna make it so that it will check how many items are handed in and put out the points for that many items or maybe i should change it so that u hail and it takes the...
Forum: Support::General Support 01-17-2010, 02:47 PM
Replies: 8
Views: 7,108
Posted By jkennedy
i just ran into this lastnight when doing sof...

i just ran into this lastnight when doing sof install make sure u compeletly delete the folder that u had eq in the uninstall will not delete all of it
Forum: Support::General Support 01-17-2010, 12:20 AM
Replies: 8
Views: 7,108
Posted By jkennedy
he said he reinstalled

he said he reinstalled
Forum: Quests::Q&A 01-16-2010, 10:27 PM
Replies: 7
Views: 7,327
Posted By jkennedy
you all helped me alot and im grateful for it

you all helped me alot and im grateful for it
Forum: Quests::Q&A 01-16-2010, 07:47 PM
Replies: 12
Views: 10,003
Posted By jkennedy
think i got it think since i was using the...

think i got it think since i was using the lowercase f it wouldnt saving right but i change to uppercase and works fine thanks again for all ur guys help
Forum: Quests::Q&A 01-16-2010, 07:13 PM
Replies: 12
Views: 10,003
Posted By jkennedy
can someone test this on there server for me and...

can someone test this on there server for me and see if it works maybe its my server or plugins files or somthing
Forum: Support::General Support 01-16-2010, 04:13 PM
Replies: 3
Views: 5,371
Posted By jkennedy
A. we may need to know what server you play one ...

A. we may need to know what server you play one and if they have a forums for there server go there
Forum: Quests::Q&A 01-16-2010, 03:58 PM
Replies: 12
Views: 10,003
Posted By jkennedy
sub EVENT_SAY { if ($text=~/hail/i) { ...

sub EVENT_SAY {
if ($text=~/hail/i) {
quest::say("Here. is your flag for The Ascent");
quest::setglobal("MM",1,5,"f"); }
}


this is my new one and i made sure the mobs are...
Forum: Quests::Q&A 01-16-2010, 02:53 PM
Replies: 12
Views: 10,003
Posted By jkennedy
that still wont work i have the flag which is...

that still wont work
i have the flag which is set to an id then the charid is mine the npc id is 0 and zoneid is 0 name is MM value 1 and exp date is null and the npc is set to qglobal 1 so i have...
Forum: Quests::Q&A 01-16-2010, 01:13 PM
Replies: 12
Views: 10,003
Posted By jkennedy
this what what im using now

[/ode] sub EVENT_SAY {
if ($text=~/hail/i) {
if (!defined($qglobals{MM})) {
quest::say("You must kill lord Mith Mar to talk to me $name.");
}}
if ($text=~/hail/i) { if...
Forum: Quests::Q&A 01-16-2010, 12:51 PM
Replies: 7
Views: 7,327
Posted By jkennedy
ahh thank you both so much ill try that later...

ahh thank you both so much ill try that later when i get a chance'
Forum: Quests::Q&A 01-15-2010, 11:25 PM
Replies: 12
Views: 10,003
Posted By jkennedy
now with that command that u said how would i add...

now with that command that u said how would i add a iftext hail to it and npc is set to global commands

and the npc player and zone is set to 0 which is this npc this player and this zone
Forum: Quests::Q&A 01-15-2010, 10:11 PM
Replies: 12
Views: 10,003
Posted By jkennedy
please help i cant figure this out

ok this is my code and it doesnt seem to wanna work please help sub EVENT_SAY {
if ($text=~/hail/i && $MM == 0) {
quest::say("You must kill lord Mith Mar to talk to me $name.");
}
if...
Forum: Quests::Custom 01-15-2010, 08:12 PM
Replies: 8
Views: 11,303
Posted By jkennedy
i had the quest working earlier but then idk what...

i had the quest working earlier but then idk what happened its not changing maxlevel to 72 when i turn in again but it does 71 when i do it the first time
Forum: Quests::Q&A 01-15-2010, 11:18 AM
Replies: 7
Views: 7,327
Posted By jkennedy
Ok i figured out how to check them just wondering...

Ok i figured out how to check them just wondering why this quest right here will set the epic1.5 value 1 and not do the rest of the quest sub EVENT_SAY { if ($text=~/hail/i) {
quest::say("How...
Forum: Quests::Q&A 01-15-2010, 10:11 AM
Replies: 7
Views: 7,327
Posted By jkennedy
ok i got sub EVENT_SAY { if ($text=~/hail/i...

ok i got sub EVENT_SAY {
if ($text=~/hail/i && $flyer == 1) {
quest::say("May you travel with the Fives' blessing, $name.");
}
if ($flyer == 0) {
if ($text=~/Hail/i) {
...
Forum: Quests::Q&A 01-15-2010, 09:19 AM
Replies: 7
Views: 7,327
Posted By jkennedy
qglobal's

ok this is trevius's quest i used it to check my qglobal's but i cant seem to get them to keep it this quest just keeps giving the person level 71 any idea's of why my qglobal's wont work? sub...
Forum: Quests::Q&A 01-15-2010, 09:16 AM
Replies: 8
Views: 10,907
Posted By jkennedy
bthomsen0312 got it right and thank you

bthomsen0312 got it right and thank you
Forum: Quests::Custom 01-14-2010, 11:16 PM
Replies: 8
Views: 11,303
Posted By jkennedy
i know this is a really old post but im trying to...

i know this is a really old post but im trying to use trevius's script to do a level 70-75 as a test i want to change stuff around and it well end up being a quest for an item just a multipart quest...
Forum: Quests::Q&A 01-14-2010, 05:13 PM
Replies: 19
Views: 19,186
Posted By jkennedy
sub EVENT_SAY { if ($text =~/Hail/i) ...

sub EVENT_SAY
{
if ($text =~/Hail/i)
{
quest::say ("Welcome to Citadel Of the Warlord , $name. Would you like me to [Scribe] your spells? Maybe you would like Your (Meditate)...
Forum: Quests::Q&A 01-14-2010, 05:11 PM
Replies: 19
Views: 19,186
Posted By jkennedy
i changed it from buffs to donator and still isnt...

i changed it from buffs to donator and still isnt working
Forum: Quests::Q&A 01-14-2010, 04:43 PM
Replies: 19
Views: 19,186
Posted By jkennedy
there we go sorry

there we go sorry
Showing results 76 to 100 of 175

 
Forum Jump
   

All times are GMT -4. The time now is 02:08 PM.


 

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