• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

[Request] Scripts & Links

Wason

UnKnow Member
Joined
Jan 12, 2015
Messages
1,249
Reaction score
255
Location
EgypT
Hello Otlanders,

I need to get some scripts for my new server going to start soon so i want to get some scripts to get the server speical of everything and everything new some scripts needed :)

Information:-
tfs64
Tibia 8.60

~~~~~~~~~~
Searching For script that if any monster dead says "OH NO" and i'll change it later :)
Searching For Lottry system >> points not items every 1 hour give 10 Point to anyone online
Searching for War system >> when someone dead he can get 1 Gold nuggets 12 kills get 15 gold nuggets
Searching for paralyze rune when someone use it says "Slow"

Only For now :)
Please try to help me with those scripts ... thanks
 
Last edited:
I find it ironic that your signature says 'PM FOR ANY HELP WITH SCRIPTS !!'.. yet you can't make rather basic scripts like these..

-- Searching For script that if any monster dead says "OH NO" and i'll change it later :)
Make a creaturescript and use orange text on position.
-- Searching For Lottry system >> points not items every 1 hour give 10 Point to anyone online
Check players online, and give +10 to storageID. Allow npc or whatever use the storageID 'points' for spending in their shop.
-- Searching for War system >> when someone dead he can get 1 Gold nuggets 12 kills get 15 gold nuggets
When a player dies, check who did killing blow.. then add item to player.. and give timed storage value. If they reach 12 storage then give 15 items, reset storage.
-- Searching for paralyze rune when someone use it says "Slow"
Check position of player, send orange text.
 
Last edited by a moderator:
I find it ironic that your signature says 'PM FOR ANY HELP WITH SCRIPTS !!'.. yet you can't make rather basic scripts like these..

-- Searching For script that if any monster dead says "OH NO" and i'll change it later :)
Make a creaturescript and use orange text on position.
-- Searching For Lottry system >> points not items every 1 hour give 10 Point to anyone online
Check players online, and give +10 to storageID. Allow npc or whatever use the storageID 'points' for spending in their shop.
-- Searching for War system >> when someone dead he can get 1 Gold nuggets 12 kills get 15 gold nuggets
When a player dies, check who did killing blow.. then add item to player.. and give timed storage value. If they reach 12 storage then give 15 items, reset storage.
-- Searching for paralyze rune when someone use it says "Slow"
Check position of player, send orange text.

Thank you Very Much going to work
 
Back
Top