Recently, while playing Diablo 2 on a necromancer summoner build, I had an idea, and the idea came to me after drinking 7-8 beers. With an empty scroll, we type in the instructions, and after using the scroll on the summoned monster, the monster will begin to perform these actions
example, we will write the following instructions in the scroll:
move north
move north
move south
move west
say "hello"
wait 3
make smokefart
ps. wait 3 - delay 3 seconds
After using the scroll on the monster, it will begin to perform these actions.
It would be cool, for example, to command the summon to fish and make it a loop instruction.
fishing x=752 y=1250 loop //casting a fishing rod from a given position
Of course, you need to write a small parser in Lua, although I don't know how it is these days, because I haven't created any OpenTibia servers for many years. I prefer to create forum topics with ideas that my sick mind comes up with.
In general, the idea has a slight vibe of robotics and machine programming (summons xD)
example, we will write the following instructions in the scroll:
move north
move north
move south
move west
say "hello"
wait 3
make smokefart
ps. wait 3 - delay 3 seconds
After using the scroll on the monster, it will begin to perform these actions.
It would be cool, for example, to command the summon to fish and make it a loop instruction.
fishing x=752 y=1250 loop //casting a fishing rod from a given position
Of course, you need to write a small parser in Lua, although I don't know how it is these days, because I haven't created any OpenTibia servers for many years. I prefer to create forum topics with ideas that my sick mind comes up with.
In general, the idea has a slight vibe of robotics and machine programming (summons xD)
Last edited: