• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

TalkAction deleted thread

Im a noob so can you say me where to add it ?
Like : data/actions/script/...
I will rep+ you for helping!
Thanks:))
 
I love that script!!!

u should add 3 things:
1. make this script enable while you are out of party. Ex: hunting dragons alone, auto item and gold looting will be awesome!
2. party leader have to say !enableShareLoot to make enable share loot in party
3. white info looks sucks, prefer orange color ;p


bugs:
try to kill invisible monster :)
 
Last edited:
how to roll all items w/o adding all to table?


@ errors

Code:
[25/06/2012 22:34:23] > Loading PartyShare.xml...[Warning - ScriptingManager::loadFromXml] Duplicated lib in mod recipeinfo, previously declared in AlchemySystem.xml
[25/06/2012 22:34:23] [Warning - Actions::registerEvent] Duplicate registered item id: 2217
[25/06/2012 22:34:23] [Warning - Actions::registerEvent] Duplicate registered item id: 8977
[25/06/2012 22:34:23] [Warning - Actions::registerEvent] Duplicate registered item id: 1954
[25/06/2012 22:34:23] [Warning - Actions::registerEvent] Duplicate registered item id: 1965
[25/06/2012 22:34:23] [Warning - MoveEvents::addEvent] Duplicate move event found: 1426
 
find number 1426 and delete the line on movements.xml
Code:
[25/06/2012 22:34:23] [Warning - MoveEvents::addEvent] Duplicate move event found: 1426

replace duplicate item ids or delete lines from AlchemySystem.xml on mods
Code:
25/06/2012 22:34:23] > Loading PartyShare.xml...[Warning - ScriptingManager::loadFromXml] Duplicated lib in mod recipeinfo, previously declared in AlchemySystem.xml
[25/06/2012 22:34:23] [Warning - Actions::registerEvent] Duplicate registered item id: 2217
[25/06/2012 22:34:23] [Warning - Actions::registerEvent] Duplicate registered item id: 8977
[25/06/2012 22:34:23] [Warning - Actions::registerEvent] Duplicate registered item id: 1954
[25/06/2012 22:34:23] [Warning - Actions::registerEvent] Duplicate registered item id: 1965

^^
 
Back
Top