Search found 7 matches
- Sat Oct 28, 2017 9:02 am
- Forum: LUA Scripting
- Topic: Luna Hell Pass/Contaminated Underpath - Beta 28.10.2017
- Replies: 61
- Views: 789
Re: Luna Hell Pass/Contaminated Underpath - Beta 19.10.2017
Hi, there is also the possibility to auto take and drop quest for MAD Tissue(meat)?
- Tue Oct 17, 2017 9:06 am
- Forum: LUA Scripting
- Topic: Luna Hell Pass/Contaminated Underpath - Beta 28.10.2017
- Replies: 61
- Views: 789
Re: Lunar Hell Pass Script
For choose the correct cannon u have to read "You can hear..." the text u read will say the bob that spawn, so u can choice the right cannon to put. https://board.en.aion.gameforge.com/index.php/Thread/2237-Improving-Hell-Pass-Luna-daily/?pageNo=2 You hear rustling - Put anything up, King Saam's mea...
- Wed May 24, 2017 6:42 pm
- Forum: Downloads
- Topic: AionScript Release 24.05.2017
- Replies: 24
- Views: 840
- Fri Mar 31, 2017 6:06 pm
- Forum: Tutorials
- Topic: Basic Lua Knowledge
- Replies: 19
- Views: 683
Re: Basic Lua Knowledge
It's ok, thanks for your help, i'm not too expert with lua language, i know a bit better c#
XD


- Fri Mar 31, 2017 5:35 pm
- Forum: Tutorials
- Topic: Basic Lua Knowledge
- Replies: 19
- Views: 683
Re: Basic Lua Knowledge
Another question XD
There is a mode to extract also wherehouse inventory, pet inventory?
There is a mode to extract also wherehouse inventory, pet inventory?
- Fri Mar 31, 2017 5:27 pm
- Forum: Tutorials
- Topic: Basic Lua Knowledge
- Replies: 19
- Views: 683
- Fri Mar 31, 2017 3:32 pm
- Forum: Tutorials
- Topic: Basic Lua Knowledge
- Replies: 19
- Views: 683
Re: Basic Lua Knowledge
Hi all, i have a little question, how i can obtain and write into console the list of item inside the inventory? I'm tring this but id does not work local InventoryLst = InventoryList:GetList(); for i, Inventory in InventoryLst do Write(Inventory:GetName() .. " || " .. Inventory:GetAmount()); end i ...