Welcome, Guest. Please login or register.
Did you miss your activation email?
October 01, 2024, 01:42:04 pm *

Login with username, password and session length
  Show Posts
Pages: [1]
1  General Category / User Interfaces / Re: Modified RoF2 Inv With 99,999,999 hp/mana & open bags on: January 12, 2020, 01:56:31 pm
I forget where this UI inv window first came from.  I take no credit for this.

I modified the window size to accommodate large plat amounts (100M+) and the 2 new slots.  I am not about fashion more about function.  If anyone wants to square things up or add to it be my guest. 
2  General Category / User Interfaces / Re: Mq2hud I configured and stuff on: January 11, 2015, 02:06:30 pm
Since ROF I find that all clients that are running Luclin models with a custom hud will crash.
3  General Category / Updates / Re: New Dungeons Late! on: September 12, 2014, 07:34:14 pm
So this is what happens to me. Only the leader gets 10 berries all other toons including leader get a berry on their cursor and dialog stating that they received 10 berries. Reclaim the berries on cursor and it gets added to alt currency. If you click create more than 1 berry on the alt currency tab you will only get one berry and the rest you selected to create are lost. Could be because they arnt stackable?

Also have issues with toons zoning into the 3rd dungeon. The pets made it but the toons didnt had to close the client and restart 3 toons.
4  General Category / Updates / Re: Information about Necro: Death on: September 05, 2014, 02:15:57 pm
Is there a level requirement on this? I have level 3 of all the spells and death 1 and death 2 and I am not able to turn in the blood token. The gnome just keeps telling me to come back later.
5  General Category / General Discussion / Re: Raid Me! on: August 18, 2014, 02:52:38 pm
The following is what I have been using for my HUD/RAID window. It changes the color of the raid members name if they zone(DIE) Green to Blue, if health values change the respective  color changes based on % 100-70 green 70-30 yellow. Also I have an AA xp counter and percentage meter and a nice target info window which includes LOS Distance and Melee range. It is  setup for a raid of at most 18 toons with the Main as Raid leader. This uses MQ2Netbots so make sure you have Grab and send setup properly.

Screenshot:
http://postimg.org/image/mdqv4srr3/


Code:
AApoints=3,4,62,0,255,0,AApoints - ${Me.AAPoints}
AAExp=3,5,74,0,255,0,AAExp - ${Me.PctAAExp}%


2Nameinzone =   3,170,275,0,255,0,${If[${NetBots[${Raid.Member[7]}].Zone}==${NetBots[${Raid.Member[1]}].Zone},${Raid.Member[7]},]}
2Notinzone  =   3,170,275,0,0,255,${If[${NetBots[${Raid.Member[7]}].Zone}!=${NetBots[${Raid.Member[1]}].Zone},${Raid.Member[7]},]}
2HPmid      =   3,230,275,0,255,0,${If[${NetBots[${Raid.Member[7]}].ID},${If[${NetBots[${Raid.Member[7]}].PctHPs}>=70,${NetBots[${Raid.Member[7]}].PctHPs}%,]},]}
2HPtag      =   3,150,275,255,255,255,${If[${NetBots[${Raid.Member[7]}].ID},HP:,]}
2HPlow      =   3,230,275,255,255,0,${If[${NetBots[${Raid.Member[7]}].ID},${If[(${NetBots[${Raid.Member[7]}].PctHPs}>30&&${NetBots[${Raid.Member[7]}].PctHPs}<70),${NetBots[${Raid.Member[7]}].PctHPs}%,]},]}



3Nameinzone =   3,170,290,0,255,0,${If[${NetBots[${Raid.Member[8]}].Zone}==${NetBots[${Raid.Member[1]}].Zone},${Raid.Member[8]},]}
3Notinzone  =   3,170,290,0,0,255,${If[${NetBots[${Raid.Member[8]}].Zone}!=${NetBots[${Raid.Member[1]}].Zone},${Raid.Member[8]},]}
3HPmid      =   3,230,290,0,255,0,${If[${NetBots[${Raid.Member[8]}].ID},${If[${NetBots[${Raid.Member[8]}].PctHPs}>=70,${NetBots[${Raid.Member[8]}].PctHPs}%,]},]}
3HPtag    =   3,150,290,255,255,255,${If[${NetBots[${Raid.Member[8]}].ID},HP:,]}
3HPlow      =   3,230,290,255,255,0,${If[${NetBots[${Raid.Member[8]}].ID},${If[(${NetBots[${Raid.Member[8]}].PctHPs}>30&&${NetBots[${Raid.Member[8]}].PctHPs}<70),${NetBots[${Raid.Member[8]}].PctHPs}%,]},]}

4Nameinzone =   3,170,305,0,255,0,${If[${NetBots[${Raid.Member[9]}].Zone}==${NetBots[${Raid.Member[1]}].Zone},${Raid.Member[9]},]}
4Notinzone  =   3,170,305,0,0,255,${If[${NetBots[${Raid.Member[9]}].Zone}!=${NetBots[${Raid.Member[1]}].Zone},${Raid.Member[9]},]}
4HPnom      =   3,230,305,0,255,0,${If[${NetBots[${Raid.Member[9]}].ID},${If[${NetBots[${Raid.Member[9]}].PctHPs}>=70,${NetBots[${Raid.Member[9]}].PctHPs}%,]},]}
4HPtag      =   3,150,305,255,255,255,${If[${NetBots[${Raid.Member[9]}].ID},HP:,]}
4HPOKlow    =   3,230,305,255,255,0,${If[${NetBots[${Raid.Member[9]}].ID},${If[(${NetBots[${Raid.Member[9]}].PctHPs}>30&&${NetBots[${Raid.Member[9]}].PctHPs}<70),${NetBots[${Raid.Member[9]}].PctHPs}%,]},]}

5Nameinzone =   3,170,320,0,255,0,${If[${NetBots[${Raid.Member[10]}].Zone}==${NetBots[${Raid.Member[1]}].Zone},${Raid.Member[10]},]}
5Notinzone  =   3,170,320,0,0,255,${If[${NetBots[${Raid.Member[10]}].Zone}!=${NetBots[${Raid.Member[1]}].Zone},${Raid.Member[10]},]}
5HPnom      =   3,230,320,0,255,0,${If[${NetBots[${Raid.Member[10]}].ID},${If[${NetBots[${Raid.Member[10]}].PctHPs}>=70,${NetBots[${Raid.Member[10]}].PctHPs}%,]},]}
5HPtag      =   3,150,320,255,255,255,${If[${NetBots[${Raid.Member[10]}].ID},HP:,]}
5HPlow      =   3,230,320,255,255,0,${If[${NetBots[${Raid.Member[10]}].ID},${If[(${NetBots[${Raid.Member[10]}].PctHPs}>30&&${NetBots[${Raid.Member[10]}].PctHPs}<70),${NetBots[${Raid.Member[10]}].PctHPs}%,]},]}

6Nameinzone =   3,170,335,0,255,0,${If[${NetBots[${Raid.Member[11]}].Zone}==${NetBots[${Raid.Member[1]}].Zone},${Raid.Member[11]},]}
6Notinzone  =   3,170,335,0,0,255,${If[${NetBots[${Raid.Member[11]}].Zone}!=${NetBots[${Raid.Member[1]}].Zone},${Raid.Member[11]},]}
6HPnom      =   3,230,335,0,255,0,${If[${NetBots[${Raid.Member[11]}].ID},${If[${NetBots[${Raid.Member[11]}].PctHPs}>=70,${NetBots[${Raid.Member[11]}].PctHPs}%,]},]}
6HPtag      =   3,150,335,255,255,255,${If[${NetBots[${Raid.Member[11]}].ID},HP:,]}
6HPlow      =   3,230,335,255,255,0,${If[${NetBots[${Raid.Member[11]}].ID},${If[(${NetBots[${Raid.Member[11]}].PctHPs}>30&&${NetBots[${Raid.Member[11]}].PctHPs}<70),${NetBots[${Raid.Member[11]}].PctHPs}%,]},]}

7Nameinzone =   3,170,350,0,255,0,${If[${NetBots[${Raid.Member[12]}].Zone}==${NetBots[${Raid.Member[1]}].Zone},${Raid.Member[12]},]}
7Notinzone  =   3,170,350,0,0,255,${If[${NetBots[${Raid.Member[12]}].Zone}!=${NetBots[${Raid.Member[1]}].Zone},${Raid.Member[12]},]}
7HPnom      =   3,230,350,0,255,0,${If[${NetBots[${Raid.Member[12]}].ID},${If[${NetBots[${Raid.Member[12]}].PctHPs}>=70,${NetBots[${Raid.Member[12]}].PctHPs}%,]},]}
7HPtag      =   3,150,350,255,255,255,${If[${NetBots[${Raid.Member[12]}].ID},HP:,]}
7HPlow      =   3,230,350,255,255,0,${If[${NetBots[${Raid.Member[12]}].ID},${If[(${NetBots[${Raid.Member[12]}].PctHPs}>30&&${NetBots[${Raid.Member[12]}].PctHPs}<70),${NetBots[${Raid.Member[12]}].PctHPs}%,]},]}

8Nameinzone =   3,170,370,0,255,0,${If[${NetBots[${Raid.Member[13]}].Zone}==${NetBots[${Raid.Member[1]}].Zone},${Raid.Member[13]},]}
8Notinzone  =   3,170,370,0,0,255,${If[${NetBots[${Raid.Member[13]}].Zone}!=${NetBots[${Raid.Member[1]}].Zone},${Raid.Member[13]},]}
8HPnom      =   3,230,370,0,255,0,${If[${NetBots[${Raid.Member[13]}].ID},${If[${NetBots[${Raid.Member[13]}].PctHPs}>=70,${NetBots[${Raid.Member[13]}].PctHPs}%,]},]}
8HPtag      =   3,150,370,255,255,255,${If[${NetBots[${Raid.Member[13]}].ID},HP:,]}
8HPlow      =   3,230,370,255,255,0,${If[${NetBots[${Raid.Member[13]}].ID},${If[(${NetBots[${Raid.Member[13]}].PctHPs}>30&&${NetBots[${Raid.Member[13]}].PctHPs}<70),${NetBots[${Raid.Member[13]}].PctHPs}%,]},]}

Raidgroup2  =   3,150,360,255,0,0,${If[${NetBots[${Raid.Member[13]}].ID},Raid Group 3,]}

9Nameinzone =   3,170,385,0,255,0,${If[${NetBots[${Raid.Member[14]}].Zone}==${NetBots[${Raid.Member[1]}].Zone},${Raid.Member[14]},]}
9Notinzone  =   3,170,385,0,0,255,${If[${NetBots[${Raid.Member[14]}].Zone}!=${NetBots[${Raid.Member[1]}].Zone},${Raid.Member[14]},]}
9HPnom    =   3,230,385,0,255,0,${If[${NetBots[${Raid.Member[14]}].ID},${If[${NetBots[${Raid.Member[14]}].PctHPs}>=70,${NetBots[${Raid.Member[14]}].PctHPs}%,]},]}
9HPtag      =   3,150,385,255,255,255,${If[${NetBots[${Raid.Member[14]}].ID},HP:,]}
9HPlow      =   3,230,385,255,255,0,${If[${NetBots[${Raid.Member[14]}].ID},${If[(${NetBots[${Raid.Member[14]}].PctHPs}>30&&${NetBots[${Raid.Member[14]}].PctHPs}<70),${NetBots[${Raid.Member[14]}].PctHPs}%,]},]}

10Nameinzone=   3,170,400,0,255,0,${If[${NetBots[${Raid.Member[15]}].Zone}==${NetBots[${Raid.Member[1]}].Zone},${Raid.Member[15]},]}
10Notinzone =   3,170,400,0,0,255,${If[${NetBots[${Raid.Member[15]}].Zone}!=${NetBots[${Raid.Member[1]}].Zone},${Raid.Member[15]},]}
10HPnom     =   3,230,400,0,255,0,${If[${NetBots[${Raid.Member[15]}].ID},${If[${NetBots[${Raid.Member[15]}].PctHPs}>=70,${NetBots[${Raid.Member[15]}].PctHPs}%,]},]}
10HPtag     =   3,150,400,255,255,255,${If[${NetBots[${Raid.Member[15]}].ID},HP:,]}
10HPlow     =   3,230,400,255,255,0,${If[${NetBots[${Raid.Member[15]}].ID},${If[(${NetBots[${Raid.Member[15]}].PctHPs}>30&&${NetBots[${Raid.Member[15]}].PctHPs}<70),${NetBots[${Raid.Member[15]}].PctHPs}%,]},]}

11Nameinzone=   3,170,415,0,255,0,${If[${NetBots[${Raid.Member[16]}].Zone}==${NetBots[${Raid.Member[1]}].Zone},${Raid.Member[16]},]}
11Notinzone =   3,170,415,0,0,255,${If[${NetBots[${Raid.Member[16]}].Zone}!=${NetBots[${Raid.Member[1]}].Zone},${Raid.Member[16]},]}
11HPnom     =   3,230,415,0,255,0,${If[${NetBots[${Raid.Member[16]}].ID},${If[${NetBots[${Raid.Member[16]}].PctHPs}>=70,${NetBots[${Raid.Member[16]}].PctHPs}%,]},]}
11HPtag     =   3,150,415,255,255,255,${If[${NetBots[${Raid.Member[16]}].ID},HP:,]}
11HPlow     =   3,230,415,255,255,0,${If[${NetBots[${Raid.Member[16]}].ID},${If[(${NetBots[${Raid.Member[16]}].PctHPs}>30&&${NetBots[${Raid.Member[16]}].PctHPs}<70),${NetBots[${Raid.Member[16]}].PctHPs}%,]},]}

12Nameinzone=   3,170,430,0,255,0,${If[${NetBots[${Raid.Member[17]}].Zone}==${NetBots[${Raid.Member[1]}].Zone},${Raid.Member[17]},]}
12Notinzone =   3,170,430,0,0,255,${If[${NetBots[${Raid.Member[17]}].Zone}!=${NetBots[${Raid.Member[1]}].Zone},${Raid.Member[17]},]}
12HPnom     =   3,230,430,0,255,0,${If[${NetBots[${Raid.Member[17]}].ID},${If[${NetBots[${Raid.Member[17]}].PctHPs}>=70,${NetBots[${Raid.Member[17]}].PctHPs}%,]},]}
12HPtag     =   3,150,430,255,255,255,${If[${NetBots[${Raid.Member[17]}].ID},HP:,]}
12HPlow     =   3,230,430,255,255,0,${If[${NetBots[${Raid.Member[17]}].ID},${If[(${NetBots[${Raid.Member[17]}].PctHPs}>30&&${NetBots[${Raid.Member[17]}].PctHPs}<70),${NetBots[${Raid.Member[17]}].PctHPs}%,]},]}

13Nameinzone=   3,170,445,0,255,0,${If[${NetBots[${Raid.Member[18]}].Zone}==${NetBots[${Raid.Member[1]}].Zone},${Raid.Member[18]},]}
13Notinzone =   3,170,445,0,0,255,${If[${NetBots[${Raid.Member[18]}].Zone}!=${NetBots[${Raid.Member[1]}].Zone},${Raid.Member[18]},]}
13HPnom     =   3,230,445,0,255,0,${If[${NetBots[${Raid.Member[18]}].ID},${If[${NetBots[${Raid.Member[18]}].PctHPs}>=70,${NetBots[${Raid.Member[18]}].PctHPs}%,]},]}
13HPtag     =   3,150,445,255,255,255,${If[${NetBots[${Raid.Member[18]}].ID},HP:,]}
13HPlow     =   3,230,445,255,255,0,${If[${NetBots[${Raid.Member[18]}].ID},${If[(${NetBots[${Raid.Member[18]}].PctHPs}>30&&${NetBots[${Raid.Member[18]}].PctHPs}<70),${NetBots[${Raid.Member[18]}].PctHPs}%,]},]}


LOS=         3,275,10,50,255,0,${If[${Target.ID} && ${Target.LineOfSight},Target in LoS,]}
NOLOS=       3,275,10,255,30,0,${If[${Target.ID} && !${Target.LineOfSight},Target NOT in LoS,]}
TargetDist=  3,275,22,255,255,255,${If[${Target.ID},Target Distance: ${Target.Distance},]}
maxmelee=3,275,34,255,255,255,${If[${Target.ID},Melee Range: ${Target.MaxRange},]}
maxmeleehit=3,275,46,255,255,255,${If[${Target.ID},Hit Distance: ${Target.MaxRangeTo},]}
targethealth=  3,275,58,50,255,0,${If[${Target.ID},Target hp: ${Target.CurrentHPs},]}
 
6  General Category / General Discussion / Re: UW and essances on: April 06, 2013, 09:15:09 pm
I think what some people are thinking and not communicating is that perhaps it is time to institute a new type of currency. Essences are used for everything. Currently one type of essence has no equivalent value to other essences (I suppose you could sell for plat and exchange).  

When new items come out such as soa and uw there should be a new rare drop implemented to coincide with said item. This new currency could be addloot coded so that it had a variable drop rate in all tiers. This would prevent people from stockpiling essences when news of a new item is coming. This would also create a market for all tiers of players to sell this item instead of selling just the tier essence they are in.  

This is just what I think. Im not saying this should be done just ideas. I like this server and what Hunter and other contributers are doing to make it fun.

THANKS
7  General Category / Updates / Re: Waypoints (Merged) on: March 31, 2013, 10:29:43 am
If spam timer goes active will drop chance be increased in certain zones (tacvi for instance)?   Is it possible for free instance to not have aspam timer. I would imagine not very many free instance items circulation (maybe).
8  General Category / Suggestions / Re: To-Do List for Hate? on: March 15, 2013, 07:52:30 am
To be honest i think that this server is in need of more cowbell!
9  General Category / Updates / Re: Waypoints (Merged) on: March 08, 2013, 08:19:41 pm
If you're boxing you are more than likely using mq2. Instead of using say commands youcan issue /notify LargeDialogWindow LDW_YesButton leftmouseup that will click yes on the large window currently used to destroy an instance. Can just put /bca in front and all the boxes will click yes. Hope that helps
10  General Category / Suggestions / Re: Bazaar? on: February 28, 2013, 04:08:39 pm
I have to agree with fugitive on this. With all the changes that went active for "lag mitigation", I would hate to add lag just to have people afk to sell some items. The auction channel is the way to go.
Pages: [1]
TinyPortal v1.0 beta 4 © Bloc