brixu
Newbie
Posts: 13
|
|
« on: March 27, 2012, 11:01:23 pm » |
|
hunter is it possible to color code the port rings: ring or dragons,ring of abyss, ring of gods etc... so its easier to locate and maybe add a secondary ring to each vendor to port group like airplane?
|
|
|
Logged
|
|
|
|
Natedog
|
|
« Reply #1 on: March 28, 2012, 02:34:53 am » |
|
hunter is it possible to color code the port rings: ring or dragons,ring of abyss, ring of gods etc... so its easier to locate and maybe add a secondary ring to each vendor to port group like airplane?
This would be a nice change just for convenience.
|
|
|
Logged
|
|
|
|
Fliker
|
|
« Reply #2 on: March 28, 2012, 03:04:08 am » |
|
/agree +1
hate ending up in wrong zone
|
|
|
Logged
|
|
|
|
Hunter
|
|
« Reply #3 on: March 28, 2012, 01:26:10 pm » |
|
Do you mean change the graphic icon in your inventory window so you can tell which ring is which easier?
Yeah I could do that.
|
|
|
Logged
|
Hunter - EZ Server GM
|
|
|
Duladian
Newbie
Posts: 24
|
|
« Reply #4 on: March 28, 2012, 02:39:38 pm » |
|
I say +1 to the group port. Even if the cost of the ring is say 1 mil I'd still take it over not having one.
|
|
|
Logged
|
|
|
|
hateborne
|
|
« Reply #5 on: March 28, 2012, 05:16:35 pm » |
|
As for the ring graphic, I can probably write queries for that tonight.
As for self vs group, the new druid/wizard ports are to the tiered zones. If they go live, all rings should become self.
-Hate
|
|
|
Logged
|
I'm so sorry Hunter, I tried...
|
|
|
Fliker
|
|
« Reply #6 on: March 28, 2012, 07:56:57 pm » |
|
Awsome, thanks
|
|
|
Logged
|
|
|
|
Hunter
|
|
« Reply #7 on: March 28, 2012, 09:45:21 pm » |
|
If you let me know which rings you want to have which graphics, then I can quickly manually edit that in the database.
For example, tell me that you want the Plane of Dragons ring to have the same icon as the Diamond Wedding Band ... etc
|
|
|
Logged
|
Hunter - EZ Server GM
|
|
|
hateborne
|
|
« Reply #8 on: March 28, 2012, 10:16:03 pm » |
|
Ring of DragonsUPDATE items SET icon = 1060 where id = 100099; Ring of Gods (hohonora)UPDATE items SET icon = 872 WHERE id = 112600; Ring of the AbyssUPDATE items SET icon = 1045 WHERE id = 112598; Ring of AnguishUPDATE items SET icon = 1255 WHERE id = 113400; And on a petty, pleading note...Guardian CharmsUPDATE items SET icon = 1503 WHERE name LIKE 'Guardian\'s Charm%'; UPDATE items SET icon = 1503 WHERE id = 113942; UPDATE items SET icon = 1503 WHERE id = 99028;
-Hate
|
|
|
Logged
|
I'm so sorry Hunter, I tried...
|
|
|
brixu
Newbie
Posts: 13
|
|
« Reply #9 on: March 28, 2012, 10:25:06 pm » |
|
thank you hunter and hateborne appreciate it should make life a little easier on EZ!
|
|
|
Logged
|
|
|
|
Hunter
|
|
« Reply #10 on: March 28, 2012, 10:38:12 pm » |
|
About 1/3 of players online right now still using Titanium. Need to know that at least Titanium players can see graphics of any items Pre-T6. Actually, I'll probably log on my Titanium client now and look at similar items, should give me an idea.
|
|
|
Logged
|
Hunter - EZ Server GM
|
|
|
Hunter
|
|
« Reply #11 on: March 28, 2012, 10:39:35 pm » |
|
Titanium is so painfully slow to load. I got spoiled by Underfoot.
|
|
|
Logged
|
Hunter - EZ Server GM
|
|
|
hateborne
|
|
« Reply #12 on: March 28, 2012, 10:41:32 pm » |
|
Yeah, I tested them all in Titanium. It is my test client since we still have a ton of users on it (myself included).
All the item icons loaded fine.
-Hate
|
|
|
Logged
|
I'm so sorry Hunter, I tried...
|
|
|
Hunter
|
|
« Reply #13 on: March 28, 2012, 10:42:58 pm » |
|
Ok, verified in Titanium all graphics show up.
My concern with an 'invisible' graphic is that I'd get spammed with emails about items disappearing / deleting when in reality they are invisible to the client.
|
|
|
Logged
|
Hunter - EZ Server GM
|
|
|
Hunter
|
|
« Reply #14 on: March 28, 2012, 10:47:59 pm » |
|
You did a typo. Guardian's Upgrade v2 is 112942, not 113942. /shame! [SQL] UPDATE items SET icon = 1060 where id = 100099; Affected rows: 1 Time: 0.078ms
[SQL] UPDATE items SET icon = 872 WHERE id = 112600; Affected rows: 1 Time: 0.038ms
[SQL] UPDATE items SET icon = 1045 WHERE id = 112598; Affected rows: 1 Time: 0.038ms
[SQL] UPDATE items SET icon = 1255 WHERE id = 113400; Affected rows: 1 Time: 0.037ms
[SQL] UPDATE items SET icon = 1503 WHERE name LIKE 'Guardian\'s Charm%'; Affected rows: 50 Time: 0.059ms
[SQL] UPDATE items SET icon = 1503 WHERE id = 112942; Affected rows: 1 Time: 0.059ms
[SQL] UPDATE items SET icon = 1503 WHERE id = 99028; Affected rows: 1 Time: 0.051ms
|
|
|
Logged
|
Hunter - EZ Server GM
|
|
|
|