Okay, I have been a member for awhile but just now since i started crafting in EQ2 have decided to use Xunleashed, Well anyways, i installed the EQ2Crafter, and then read i have to install EQ2Service Scripting, so i downloaded it and only thing i can figure is i'm supposed to put it in my scripts folder, i do that, and looking at the original thread for the service i see the following.
(!empty($user->lang['QUOTE'])) ? $user->lang['QUOTE'] : ucwords(strtolower(str_replace('_', ' ', 'QUOTE'))):
'Example on how to Declare and Use the EQ2 Service Object
'================================================
'Dim oEQ2Service
'on error resume next
'set oEQ2Service= XUScriptPlugin.GetService("EQ2Service.Service")
'if Err.number <> 0 then
' ' EQ2Service didn't load
' XUScriptPlugin.staStatus.Text = "EQ2Service failed to load"
'else
' on error goto 0
' Dim playerName
' playerName = getPlayerName(oEQ2Service)
' XUScriptPlugin.staStatus.Text = "Player's Name is: " & playerName
'end if
'Sleep 5000
'set oEQ2Service = Nothing
Now i'm sorry but i am confused... and the above quoted info.. might as well be in greek to me, i cant even see if this stuff works, cause for some reason If i am able to get a Xunleashed window to come up, it is massibly slanted, and distorted, i have tried putting the persona window behinde it and i still cant interact with it.. so.. yeah i am confused, is there maybe a Xunleashed for dummies post? sorry for any inconvenience,
oh, also.. does the forum have a search option?.. i couldnt find it, maybe its cause i been up a couple days, maybe i'm just that stupid, lol, Thanks in advance for any help, if you need any further information please ask and i will do my best to provide it for you.