Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 209
Search took 0.01 seconds.
Search: Posts Made By: Bandor
Forum: Spell Support 07-29-2015, 08:38 AM
Replies: 8
Views: 4,817
Posted By Bandor
He is talking about the target ring for ground...

He is talking about the target ring for ground spells, such as shammy totems and such. We spent a entire day testing this and from the information I got from all this testing makes zero sense lol....
Forum: General::General Discussion 07-06-2015, 07:51 AM
Replies: 22
Views: 8,374
Posted By Bandor
It's not illegal per say,it IS illegal for anyone...

It's not illegal per say,it IS illegal for anyone on this forum to distribute any copy of EQ without direct permission from DGC. However making/playing a server only becomes illegal if you use any EQ...
Forum: Quests::Q&A 07-05-2015, 05:22 PM
Replies: 4
Views: 4,154
Posted By Bandor
Im assuming this is Lua? Was hoping to do...

Im assuming this is Lua? Was hoping to do something in perl as Lua is greek to me lol. I will admit I didnt think of the items spawning in unreachable area's. Just seems like a ton of work running...
Forum: Quests::Q&A 07-04-2015, 05:33 AM
Replies: 4
Views: 4,154
Posted By Bandor
Random Ground Spawns?

So I have a particular item on my server that is used in many many quests,and turns out this specific item is a ground spawn. In an effort to save myself years of time adding ground spawns everywhere...
Forum: Quests::Q&A 05-23-2015, 10:55 PM
Replies: 12
Views: 3,924
Posted By Bandor
Gotcha,added the last } and now works perfect,ty...

Gotcha,added the last } and now works perfect,ty for the help very much appreciated!
Forum: Quests::Q&A 05-23-2015, 09:42 PM
Replies: 12
Views: 3,924
Posted By Bandor
1) is fine,reads it like any other text have used...

1) is fine,reads it like any other text have used it plenty of times.

2) not really sure what you mean? Mine is almost identical to yours from what I can tell,where should the } be at?
Forum: Quests::Q&A 05-23-2015, 09:13 PM
Replies: 12
Views: 3,924
Posted By Bandor
Lol tried your version,still wouldnt work. Very...

Lol tried your version,still wouldnt work. Very odd lol. This is my full code maybe the problem lies somewhere else?

sub EVENT_SAY {
if($text=~/hail/i) {
if(quest::istaskactivityactive(19, 2))...
Forum: Quests::Q&A 05-23-2015, 09:04 PM
Replies: 12
Views: 3,924
Posted By Bandor
Nope still not working.

Nope still not working.
Forum: Quests::Q&A 05-23-2015, 08:55 PM
Replies: 12
Views: 3,924
Posted By Bandor
I just #reloadquest might work with a restart,Ive...

I just #reloadquest might work with a restart,Ive noticed some quests do that will give it a shot
Forum: Quests::Q&A 05-23-2015, 08:19 PM
Replies: 12
Views: 3,924
Posted By Bandor
No go,he just eats them still :/

No go,he just eats them still :/
Forum: Quests::Q&A 05-23-2015, 05:03 PM
Replies: 12
Views: 3,924
Posted By Bandor
Problem with quest

sub EVENT_ITEM {
if (plugin::check_handin(\%itemcount, 5792 => 1) && plugin::check_hasitem($client, 5333)){
plugin::Whisper("As promised! Here is your new item!");
quest::summonitem(5769);...
Forum: Quests::Q&A 05-12-2015, 01:07 PM
Replies: 2
Views: 3,373
Posted By Bandor
Lol didnt even notice that I did that! Thank you

Lol didnt even notice that I did that! Thank you
Forum: Quests::Q&A 05-12-2015, 11:29 AM
Replies: 2
Views: 3,373
Posted By Bandor
Odd problem

Having a problem with a quest and I can not seem to solve it on my own.


Problem is coming from the give item,whenever you give him one of the items he just returns it. I have took it all the way...
Forum: Quests::Q&A 05-08-2015, 06:00 PM
Replies: 11
Views: 5,835
Posted By Bandor
Thank you Sir. Will be working on this as I can...

Thank you Sir. Will be working on this as I can though it is no where close to the top of my list atm lol.
Forum: Quests::Q&A 05-06-2015, 10:40 PM
Replies: 11
Views: 5,835
Posted By Bandor
Very wierd. When attempting to remove I get no...

Very wierd. When attempting to remove I get no messages or anything. It ask's if I would like to remove I click yes then nothing happens lol. However using SoD client in aug pool with the Solvent it...
Forum: Quests::Q&A 05-06-2015, 01:28 PM
Replies: 11
Views: 5,835
Posted By Bandor
Ok so as an update I have tried solvent after...

Ok so as an update I have tried solvent after solvent after solvent and none will remove anything from any items. Im not sure if this is just my server or what but im on RoF2 client. Distillers work...
Forum: Quests::Q&A 05-04-2015, 04:44 PM
Replies: 11
Views: 5,835
Posted By Bandor
Hmmmm....from my testing only the distillers...

Hmmmm....from my testing only the distillers worked...will try it with a different solvent I suppose
Forum: Quests::Q&A 05-03-2015, 06:37 PM
Replies: 11
Views: 5,835
Posted By Bandor
From my testing It appears only Distiller's work....

From my testing It appears only Distiller's work. I can make the item A distiller and change the required solvent to that item id and it will work,however that isn't what im looking to achieve. I...
Forum: Quests::Q&A 05-03-2015, 04:22 PM
Replies: 11
Views: 5,835
Posted By Bandor
Perfected Augment Distiller's

Trying to get these working as an alternative to normal distiller's. Thinking best way to do this would be some type of quest though Im not sure how to go about doing it. Basically I want it to work...
Forum: Spell Support 04-30-2015, 07:51 PM
Replies: 6
Views: 3,881
Posted By Bandor
Works perfect. So just to clarify this whole mess...

Works perfect. So just to clarify this whole mess there were 0 changes needed to be made aside from my turning on his globals, didnt think to turn them on since there were no global commands in his...
Forum: Spell Support 04-30-2015, 07:45 PM
Replies: 6
Views: 3,881
Posted By Bandor
Oh my. Appears I left globals off on the scriber...

Oh my. Appears I left globals off on the scriber like an idiot lol. Gave it a update and going to try again.
Forum: Spell Support 04-30-2015, 07:32 PM
Replies: 6
Views: 3,881
Posted By Bandor
Yes that helped my a lot Ghanja. Only Question Is...

Yes that helped my a lot Ghanja. Only Question Is I have some spells useable by multiple classes that I dont wan't scriber per say. Basically I have a quest that will reward you with an item and a...
Forum: Spell Support 04-30-2015, 08:39 AM
Replies: 6
Views: 3,881
Posted By Bandor
Anyone have any ideas on this? Starting to hinder...

Anyone have any ideas on this? Starting to hinder my progress a bit.
Forum: Quests::Q&A 04-29-2015, 02:07 PM
Replies: 7
Views: 3,749
Posted By Bandor
If I use EVENT_ENTERZONE would I have to define...

If I use EVENT_ENTERZONE would I have to define the zone? Was hoping to be able to set it up where it just started as soon as a player is logged in.
Forum: Quests::Q&A 04-29-2015, 11:50 AM
Replies: 7
Views: 3,749
Posted By Bandor
So have been messing around with this for a...

So have been messing around with this for a couple days trying to figure out whats up, but it refuses to work for me. It is currently in my global_player is this the correct location or am I missing...
Showing results 1 to 25 of 209

 
Forum Jump
   

All times are GMT -4. The time now is 11:04 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3