Error:Top-Level Object 'Target' returned TRUE but gave no data typ @${Target.Name} I think since the Target Change the isxeq wont return the correct data type and my poor C++ skills can't seem to figure this one out I'm afraid :( Anyone skilled might like to help converting the Target type ?? Thanks...
Yet another little utility snippet. Debuff info is a little script that lets you see what debuffs and how much time is left on them each mob has. It detects when you cast a debuff and sends that to all is sessions(they need to be running the script of course) the spells and their remaining time will...
small sample code and a basic object for passing player data between sessions/computers and a small player object to hold the data. function main() { echo start! declare players collection:player script declare com comms script while 1 { com:pulse wait 20 echo ............................. echo ${co...
Made this today to make a node list for the zones Im hunting/Farming/TS in. For those that havent seen the ISX solution to pathfiles this should be something to envy :roll: It works some thing like this.. You add a node (x,y,z) with a unique name and connect it to another named node, you keep doing ...