You know you need at least 3 inventory slots free otherwise it doesn't loot the boxQuote:
Paraly, sorry to bug you again with the luna daily, but the chars don't use the blue key. Have you tested it and it worked? Maybe you made the script for EU and they have a different name/ID for it (similar to the Cippo Aether Jelly, that we have on NA and it has a different name on EU).
I saw the script and it does have the code right before the command end_instance so it must be a problem with the item ID
_IFInventoryContains=185000292,1;
maybe this is wrong.
_IFInventoryContains=185000292,1; WaitForResponse=Found Key in inventory; #ELSE WaitForResponse=Haven't found the key in inventory; #ENDIF
_IFMemPtrRead=%AddrSlots,%OffsetSlots,BYTE,>%Var15; <-- only loots chest when at least 3 inventory slots free
_IFMemPtrRead=%AddrSlots,%OffsetSlots,BYTE,<%Var15; <-- only loots chest when at least 3 inventory slots free
I had an exit button at an earlier version of the script, however i check few things tomorrow then I might add it againQuote:
paraly I do not know if it is possible but even so I will ask, is it possible to add an auto leave button of the instance as it is in fallen poet?
Quote:
I had an exit button at an earlier version of the script, however i check few things tomorrow then I might add it again
Going back to COE is probably impossible by script, first when you leave from COE you are teleported to Norsvold/Illuma City. To go back in you need to go to Tower entrance first which changes locations and even if it didn't, those cities are infested with enemies.Quote:
paraly with the COE exit button and it is possible to make the char back inside the tower of eternity entrance?
because we have to stay going until every time the char comes out kkkkk this is very annoying kkkk
I sometimes exaggerate kkkkkkkkkk if there's no way no problem
Now it loots it, it needed that > to be changed to <Quote:
Change it toCode:_IFMemPtrRead=%AddrSlots,%OffsetSlots,BYTE,>%Var15; <-- only loots chest when at least 3 inventory slots free
or just download the latest luna scriptCode:_IFMemPtrRead=%AddrSlots,%OffsetSlots,BYTE,<%Var15; <-- only loots chest when at least 3 inventory slots free
Quote:
Going back to COE is probably impossible by script, first when you leave from COE you are teleported to Norsvold/Illuma City. To go back in you need to go to Tower entrance first which changes locations and even if it didn't, those cities are infested with enemies.
Now it loots it, it needed that > to be changed to <
If you use the "Leave instance" button from the rank window inside CoE you end up back in iluma / norsvoldQuote:
paraly with the COE exit button and it is possible to make the char back inside the tower of eternity entrance?
because we have to stay going until every time the char comes out kkkkk this is very annoying kkkk
I sometimes exaggerate kkkkkkkkkk if there's no way no problem
I just checked the Fallen Poeta script again and it still opens the Rank window at the end, this window has a "Leave instance" button which you can useQuote:
but then if possible as he said create an exit button like in FP that when you finish appears leave button leave, so you do not have to wait for the exit time
but is it possible to add the button in Coe?Quote:
If you use the "Leave instance" button from the rank window inside CoE you end up back in iluma / norsvold
I just checked the Fallen Poeta script again and it still opens the Rank window at the end, this window has a "Leave instance" button which you can use
Just add this line below this code at the CoE scriptQuote:
ta I'm kind of slow even I assume, should I add this code in that localdo script?
Thanks in advance.
#IF=%POSITION,247.116/1479.996/826.528; WaitForResponse=Success; #ELSE WaitForResponse=Ended with Error; #ENDIF
can I use this script to give leave of any instance?Quote:
Just add this line below this code at the CoE script
Code:#IF=%POSITION,247.116/1479.996/826.528; WaitForResponse=Success; #ELSE WaitForResponse=Ended with Error; #ENDIF
Yes, just be sure you always have at least 2 lines at the Script Editor otherwise it doesn't startQuote:
can I use this script to give leave of any instance?
example I am la within an instance with a personal I just wanted to quit and just put this code in the editor and give play? will it generate the leave window?
FrameAction=301,STATE,SHOW; Delay=5;