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

Demon Oak and Shop Admin help

DonHagman

Chill'Reward2014
Joined
Dec 26, 2010
Messages
877
Reaction score
191
Location
Dudeland, Macronesia
Hello!

I got 3 problems, that I would need some help with.


1,
I got a 100% working Demon Oak quest, and you also need to kill 6666 demons as real tibia, to get access to it.
My question is, how do I lower that amount of demons? To 200-300 instead of 6666?



2,
I got Geisor AAC and I can't edit/remove shop items.

The following text shows up:
Code:
Warning: simplexml_load_file() [function.simplexml-load-file]: I/O warning : failed to load external entity "file:///C:/Users/Hagman/Documents/Realmap/C%3A/Users/Hagman/Documents/Realmap/data/items/items.xml" in C:\xampp\htdocs\shopadmin.php on line 95
Could not load items!




3,
My stone skin amulet's and might rings only got 1 charges each. How do I change that to the original charges?


Can anyone please help me out with this 4 problems? Ofc I'll rep++


Thanks in advice
Hagman :ninja:
 
Last edited:
at your first one

LUA:
-- Troll task example
[1] = {questStarted = 1510, questStorage = 65000, killsRequired = 100, raceName = "Trolls", rewards = {{enable = true, type = "exp", values = 200}, {enable = true, type = "money", values = 200}}},

just take your demon task and change " killsRequired = 100" to "killsRequired = 300" instead of 6666
 
at your first one

LUA:
-- Troll task example
[1] = {questStarted = 1510, questStorage = 65000, killsRequired = 100, raceName = "Trolls", rewards = {{enable = true, type = "exp", values = 200}, {enable = true, type = "money", values = 200}}},

just take your demon task and change " killsRequired = 100" to "killsRequired = 300" instead of 6666

You need to change it on the npc file and the creaturescript file.
 
Back
Top