• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Question - Loot events?

Joined
Feb 24, 2005
RedCents
2,154¢
Any ideas on how to avoid/remove the link gibberish around items you loot?

Rich (BB code):
#Event Looted		"--You have looted a #1#.--"

Sub Event_Looted(string Line, string Item)
	/bc ${Item}
/return


Rich (BB code):
002731000000000000000000000000000000000000000000A0592F28Fire Emerald
 
if that string is always the same length try

Rich (BB code):
/bc ${Item.Right[${Math.Calc[${Item.Length}-57]}]}
 
if that string is always the same length try

Rich (BB code):
/bc ${Item.Right[${Math.Calc[${Item.Length}-57]}]}

That was the first pass I took, I'll take a second look. I swore I had items with 56-58chars, but I want to verify it wasn't an issue with the DC2 special char.
 
Are you using Redguides version of EQBC Plugin and server? Older versions of the server would not recognize the link and new one should.
 
Are you using Redguides version of EQBC Plugin and server? Older versions of the server would not recognize the link and new one should.

Yea, I try to build around the stock vanilla stuff, so I can have others benefit.

The -57 works for now.
 
Question - Loot events?

Users who are viewing this thread

Back
Top
Cart