Important notes
- I am playing official RoM
- I have done the following to update the content: addrupdate, gitupdate, latest #d303Fix (or at least i think so).
I have been facing some problems with these 3 minigames scripts (i basically have the original .xml):
- Andor Training (viewtopic.php?t=5169&hilit=andor&sid=63 ... c76cc254a0)
- Ancient Treasure (viewtopic.php?t=3589&hilit=treasure)
- Survival Malatinas Game (viewtopic.php?t=3134&hilit=survivalr5)
Andor Training
The game starts correctly but once the targets appear, the bot does nothing and crashes with: "AndorTraining_onload.lua:3: attempt to perform arithmetic on field 'pawnAttackable_offset' (a nil value)". I tried the next:
- Change some code functions with the help of Gemini. I managed to make it not crash, but still the character doesn't target the mobs and does nothing.
Ancient Treasure
The character tries to bypass the roof by teleporting in Z direction but even when all the body crossed it, after moving with swim function, the position resets to default and you spawn next to Luke Xavi swimming on the air. Then the script goes on and the character get stuck in a wall. I tried the next:
- Tried to add commands like "sit" and so to "save" the position after crossing the roof so the character doesn't get teleported back. Didn't work at all.
Survival Game
- Something had to change within these years because i remember this script to work perfectly and now for some reason it is not doing "double check" on treasure openings. If you get interrupted by the explosion, it jumps to another tile and leaves it closed (making the minigame incomplete then).
Does anyone have any fix or can help fixing these scripts?
Thank you so much.