I can look into it.
Printable View
appreciate you looking into it, tried to run it this morning and it crashed the client(wizFE). I tried to pull logs to see what caused it but there is nothing of value, just dropped connection.
that worked perfectly. its beautiful, thank you!
Run into an issue with the script.
I had a very low level character that was holding a few things and I didn't really play him. I wanted to start him over, redo the stats and race. I handed off the backpack of stuff he was holding, went to the inn and RETIRED the character. I used the same name as before when I recreated him.
I get him all setup, he's a new race and new profession with the same name.
I get all the items he was holding before back, stuffed them in his lockers and I quit out of the game and went back in. When the script runs it doesn't do this last part for him anymore:
It skips over that part. All my other characters it does that and there are no problems with them. My re-created character is having issues.Code:[inventory-buddy]>look Drubkin
At yourself?
I DELETED the character in the GUI interface, logged him out and back in and the script auto starts, but it still doesn't work correctly for him anymore.
This is how it all looks on screen for him:
When I try to bring up the GUI using ";send inv" with him, nothing happens.Code:############################################################################################################
############################################################################################################
############################################################################################################
Message from ;inventory-buddy
Leave the script running in the background to keep the database up to date.
To bring up the ;inventory-buddy window: while script is running enter ;send inv
To update all information for this character and save/load the database enter ;send update
To just save/load database enter: ;send reload
The database will update your character's locker contents whenever you LOOK in your locker or use a locker manifest.
############################################################################################################
############################################################################################################
############################################################################################################
############################################################################################################
############################################################################################################
############################################################################################################
Message from ;inventory-buddy
The script can't fully update while your character is in roundtime, so try not to induce any roundtime or send any script commands until the update is complete.
############################################################################################################
############################################################################################################
############################################################################################################
[inventory-buddy]>inv full
You are currently wearing:
a bone-clasped forest green backpack (marked)
a flamberge (marked)
an iron wand (marked)
a rune staff (marked)
a rations kit (marked)
a mug of rose petal tea (marked)
a small bee flour pancake (marked)
a loaf of cricket acorn bread (marked)
a travel guide token (marked)
some acantha leaf (marked)
a simple blued steel wristchain (marked)
a crystal amulet (marked)
a waxed black leather pouch (marked)
a pair of glazed leather boots (marked)
some dark silver-buttoned breeches (marked)
a silvery green leather cap (marked)
a silver-edged black leather tunic (marked)
(Items: 17)
>
[inventory-buddy]>glance
You glance down at your empty hands.
>
--- Welcome to LNet. Are you pondering cheesesticks?
[inventory-buddy]>bank account
You currently have the following amounts on deposit:
You currently have no open bank accounts.
You currently have 0 inter-town bank transfer options available.
>
[inventory-buddy]>resource
Health: 30/30 Mana: 29/29 Stamina: 35/35 Spirit: 7/7
>
[inventory-buddy]>experience
Level: 2 Fame: 270
Experience: 5,633 Field Exp: 414/945
Ascension Exp: 0 Recent Deaths: 0
Total Exp: 5,633 Death's Sting: None
Long-Term Exp: 0 Deeds: 0
Exp until lvl: 4,367
PTPs/MTPs: 67/71
Your mind is clear.
You feel a strange sense of serenity and find that you are able to reflect on recent events with uncommon clarity and understanding.
>
[inventory-buddy]>ticket balance
You take a moment to recall the alternative currencies you've collected...
You haven't collected any alternative currencies.
>
############################################################################################################
############################################################################################################
############################################################################################################
Message from ;inventory-buddy
The update is complete.
############################################################################################################
############################################################################################################
############################################################################################################
;inventory-buddy: Data saved.
When I use the verb "LOCKER MANIFEST <TOWN NAME>" nothing gets saved even though he's on a premium account and has content in his lockers.
I even redownloaded the script to see if that would fix my issue, but it didn't.
Any ideas on how to fix this issue? The script still works just fine with all my other characters except for this one that I re-created.
What happens when you do:
;e echo checkname
In game?
>;e echo checkname
--- Lich: exec1 active.
[exec1: Drubkin]
--- Lich: exec1 has exited.
Uploaded a new version that should fix this.
Looks like the problem was when doing BANK ACCOUNT typically when you don't have any bank accounts open it just says "You haven't opened a bank account yet."
For your character it is saying "You currently have the following amounts on deposit:" which triggers the script to look for the line stating "Total:" but for you it is saying "You currently have no open bank accounts." so the script was hanging.