Welcome, Guest. Please login or register.
Did you miss your activation email?
April 25, 2024, 04:40:54 am *

Login with username, password and session length
  Show Posts
Pages: 1 2 3 [4] 5 6 7 8 9 ... 56
46  General Category / General Discussion / Re: Unknown Error Occurred While Joining Server on: August 05, 2016, 06:04:45 pm
That is the login server shitting the bed Cheesy FYI
47  General Category / Guild Recruitment / Re: New guild creation? on: June 17, 2016, 01:04:08 am
9 inch penis is the main requirement too bad I'm 10inches too short... Sad
48  General Category / General Discussion / Re: Icon Numbers on: June 02, 2016, 05:46:36 pm
Want to see icon #s? ... go here!

http://eoc.akkadius.com/EOC2/min.php?Mod=IE&previcon=1
49  General Category / Quest and Guides / Combine HoH tokens macro.. on: May 18, 2016, 04:56:20 am
This is so you don't break your wrist trying to combine all those damn HoH tokens...

Works best if you use more than 1 character if you are in a hurry to combine them. Otherwise just put tokens on one character and just watch a movie or something because it will take awhile if you have tons of tokens Smiley


DO NOT RUN THIS IF YOU HAVE BAGS INSIDE BAGS...
(not sure why but someone else had an error doing this.. just a heads up)

Code:
|112921 - 112927 - T3 IDs
|112931 - 112937 - T4 IDs
#turbo 40
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|||| Place A Magic Box in the 8th bag slot (bottom right)          ||||
|||| Any loss of tokens is not my fault Kappa                      ||||
|||| Written By: Natedog                                           ||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

Sub Main
/if (!${Defined[MagicBoxSlot]}) /declare MagicBoxSlot string outer
/varset MagicBoxSlot ${FindItem[=A Magic Box].InvSlot.Name}

||Lets open all bags!
/if (!${Defined[bag]}) /declare bag int local 0
/if (!${Defined[packnum]}) /declare packnum int 1
/if (!${Defined[tokenid]}) /declare tokenid int 112921
/if (!${Defined[T]}) /declare T int 1
/if (!${Defined[CurrentID]}) /declare CurrentID int outer
/if (!${Defined[ItemName]}) /declare ItemName string outer
/if (!${Defined[TokenItemCount]}) /declare TokenItemCount int outer

/for bag 1 to 8
/if (!${Window[pack${bag}].Open} && ${InvSlot[pack${bag}].Item.Container}) /nomodkey /itemnotify pack${bag} rightmouseup
/next bag

/for tokenid 112927 downto 112921
:retrycombine
/for packnum 1 to 8
/if (!${Window[pack${packnum}].Open} && ${InvSlot[pack${packnum}].Item.Container}) {
/itemnotify pack${packnum} rightmouseup
/delay 6
}

/if (${Window[pack${packnum}].Open} && ${InvSlot[pack${packnum}].Item.Container}) {
/for T 1 to 10
|Find the item by ID...
/if (${InvSlot[pack${packnum}].Item.Item[${T}].ID} == ${tokenid}) {
/varset CurrentID ${InvSlot[pack${packnum}].Item.Item[${T}].ID}
/varset ItemName ${InvSlot[pack${packnum}].Item.Item[${T}].Name}
/varset TokenItemCount ${FindItemCount[${ItemName}]}

/if (${TokenItemCount} < 2) {
|/echo Skipping ID.. ${CurrentID} - ${InvSlot[pack${packnum}].Item.Item[${T}].Name}
/goto :dont_upgrade
/echo Item skipped.. if we got here.. something is WRONG
} else {
|/echo We have .. ${AugmentItemCount} of this item.. ${InvSlot[pack${packnum}].Item.Item[${T}].Name}
/ctrlkey /itemnotify in pack${packnum} ${T} leftmouseup
/delay 6
/call CombineHoHToken
/call FindNextToken
/goto :retrycombine
}
}
/next T
}
/next packnum
:dont_upgrade
/next tokenid

|Close our bags back up...
/for bag 1 to 8
/if (${Window[pack${bag}].Open} && ${InvSlot[pack${bag}].Item.Container}) /nomodkey /itemnotify pack${bag} rightmouseup
/next bag

/return

sub FindNextToken
/if (!${Defined[P]}) /declare P int 1
/if (!${Defined[packnum2]}) /declare packnum2 int 1
/for packnum2 1 to 8
/if (!${Window[pack${packnum2}].Open} && ${InvSlot[pack${packnum2}].Item.Container}) {
/itemnotify pack${packnum2} rightmouseup
/delay 6
}

/if (${Window[pack${packnum2}].Open} && ${InvSlot[pack${packnum2}].Item.Container}) {
/for P 1 to 10
/if (${InvSlot[pack${packnum2}].Item.Item[${P}].ID} == ${CurrentID}) {
/ctrlkey /itemnotify in pack${packnum2} ${P} leftmouseup
/delay 6
/call CombineHoHToken
/return
}
/next P
}
/next packnum2

/return

Sub CombineHoHToken
|Make sure bag is open.. (it should be...)
/if (!${Window[${MagicBoxSlot}].Open} && ${InvSlot[${MagicBoxSlot}].Item.Container}) /nomodkey /itemnotify ${MagicBoxSlot} rightmouseup
/if (!${Defined[slot]}) /declare slot int 0
/varset slot ${Math.Calc[${FindItem[A Magic Box].Items}+1]}
/if (${slot} > 2) {
/autoinventory
/declare fixit int 1
:fixbox
/for fixit 1 to 10
/delay 5
/shiftkey /itemnotify in ${MagicBoxSlot} ${fixit} leftmouseup
/delay 5
/autoinventory
/next fixit
/if (${FindItem[A Magic Box].Items} > 0) {
/goto :fixbox
} else {
/goto :endcombine
}
}
/itemnotify in ${MagicBoxSlot} ${slot} leftmouseup
/delay 6

/if (${slot} == 2) {
/combine ${MagicBoxSlot}
/delay 1s
/autoinventory
/delay 15
}
:endcombine
/return

50  General Category / General Discussion / Re: Zone connects/Server Lag on: April 17, 2016, 05:50:59 pm
This has nothing to do with the new netcode changes. Server stress is causing your return_items plugin to fail a key check of the "stop_return"


If the lag is caused from the netcode stuff.. then I guess it could contribute to the hangs of zones causing dupes from the code mentioned :p

51  General Category / General Discussion / Re: Private Login Server on: April 01, 2016, 03:38:44 pm
2. the server number for EZ in EQemu (that change ever damm day) wont effect autologin in MQ2 any more


If you know how to script you can make it auto-fix itself after you log in 1 toon
52  General Category / General Discussion / Re: Easter Event? on: March 27, 2016, 12:46:19 am
April 1st triple loot? /nod /nod
53  General Category / Updates / Re: Donations Offline on: March 21, 2016, 11:32:23 pm



Donation successful.
54  General Category / User Interfaces / Re: Custom EZ HUD mod on: March 14, 2016, 11:47:42 am
That UI gives me flashbacks of people playing WoW with too many fucking addons lol..

55  General Category / User Interfaces / Re: Custom EZ HUD mod on: March 03, 2016, 01:08:35 pm
That GM check... lol
56  General Category / Updates / Re: Updates - Donations, Upcoming AA Update, T10 Testing etc. on: February 18, 2016, 09:55:27 am
Hi Hunter,

Its have been a couple of years I had to leave playing on EZ due to family and heath reasons. 
I had 6 characters running (beastlord, mage, warrior, paladin, ...) but can't find none of them.
Can you help me to re-establish connection ? 
You can use my personal e-mail Smiley

With kind regards,
Alrazor (player from Belgium)


Search your everquest folder for this ...   

*_characters
 



The text I removed is the account name. This should at least tell you what accounts you were using to play.
57  General Category / Suggestions / Re: Broken Stuff Repair Shop v2.0 on: January 25, 2016, 09:12:09 pm
Sounds like the check item is skippig the final bank slots. If EZ uses the base check item plugin.. it is incomplete and needs to be updated for those slots.

Code:

#checks to see if player has item
#useage plugin::check_hasitem($client, itemid);
sub check_hasitem {
    my $client = shift;
    my $itemid = shift;

my @slots = (0..30, 251..340, 2000..2023, 2030..2270, 2500..2501, 2531..2550, 9999);
foreach $slot (@slots) {
if ($client->GetItemIDAt($slot) == $itemid) {
return 1;
}

for ($i = 0; $i < 5; $i++) {
if ($client->GetAugmentIDAt($slot, $i) == $itemid) {
return 1;
}
}
    }
return 0;
}

1;
script from Kinglykrab on the forums (this one doesn't check corpses however but EZ doesn't uses corpses)

that is the slots range that should be checked.  (old check_hasitem did not check the new bank slots)
58  General Category / General Discussion / Re: I forgot what I did.... on: January 08, 2016, 08:57:14 pm
Have you tried the stuff listed here...

http://www.eqemulator.org/forums/showthread.php?t=25327



(posted this in the wrong section earlier lol)
59  General Category / General Discussion / Re: Macro Questing on: January 08, 2016, 08:34:41 pm
You can tell a client to loot a specific NPC for a specific item.. with MQ2 but that might be pushing the "allowed" mq2 stuff :p
60  General Category / General Discussion / Re: I Been really really good this year... on: January 03, 2016, 02:37:18 pm
I was waiting for the part where they puke into each others mouth.. it never happened... weak!
Pages: 1 2 3 [4] 5 6 7 8 9 ... 56
TinyPortal v1.0 beta 4 © Bloc