• 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!

Lua Island of Destiny NPCs - [TFS_11] - 10.76

kushovu

NXA
Joined
Jan 27, 2009
Messages
75
Reaction score
13
Hi everyone!

I have tried so many things here are my details

TFS Version: 1.1
Engine: https://github.com/otland/forgottenserver
Data pack: https://github.com/orts/server

Map Version: 10.76
Map source: https://github.com/orts/world/

Everything was configured for not using Rookgard, after some changes i made it for spawn at rook and at lvl 1
When i got to Oracle and teleport to Island of Destiny, Does not seem quite finished

The ones at the data pack was incomplete

I decided to search but the best that i found was this:
https://otland.net/threads/island-of-destiny-npcs-and-oracle.120126/

However they was outdated (TFS_0.3.6.3429)

Someone can help me converting this LUA files into TFS_11?
 
I should change all Compat.lua?

After made the cange and use that Compat.lua i get this error

Sin_t_tulo4.jpg


Thanks for Reply!
 
It's because of the :eek: smileys, replace this part.
Code:
function onCreatureAppear(cid)       npcHandler:onCreatureAppear(cid)       end
function onCreatureDisappear(cid)     npcHandler:onCreatureDisappear(cid)       end
function onCreatureSay(cid, type, msg)     npcHandler:onCreatureSay(cid, type, msg)     end
function onThink()         npcHandler:onThink()           end
 
I didn't see but exactly that was the problem with The Oracle
The Oracle: http://pastebin.com/akxPq5DE

And at each npc i changed from
Code:
script="data/npc/scripts/ioddruid.lua"
to
Code:
script="ioddruid.lua"

And everything at the Console is OK until i get to this point in the conversation

Code:
10:36 Paladin Narai: Hi Top Volatile. are you interested in paladin vocation, Ok?.
10:36 Top Volatile [8]: ok
10:36 Paladin Narai: Do you Want to become a paladin?
10:36 Top Volatile [8]: yes

An then at the console shows this error

Sin_t_tulo5.jpg


After that i go to The Oracle and when i say Hi i got this error

Sin_t_tulo6.jpg
 
Done!
Is Almost fixed now!
tibia.servers-absolute.com

Seems to be everything Complete but the Oracle Sends you directly to The city and chose vocation, is not sending to Island of Destiny, However that can be changed with another Npc script

When i get to Paladin Narai:
Code:
11:00 Paladin Narai: Hi Top Volatile. are you interested in paladin vocation, Ok?.
11:00 Top Volatile [8]: ok
11:00 Paladin Narai: Do you Want to become a paladin?
11:00 Top Volatile [8]: yes
11:00 Paladin Narai: Say it Proudly: Yes, I Want to Become a paladin!
11:00 Top Volatile [8]: paladin

And then Error again :/

Sin_t_tulo7.jpg
 
Not really replicating, i like Island of Destiny so i wish to implement it

the NPCs are now working, there is another bugs but i'll post it on another post

Thanks for your help!
 
Back
Top