• 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] Some Scripts

Seumion

★ Spell Maker & Mapper ★
Joined
Feb 24, 2015
Messages
172
Reaction score
2
Hello I'm new here in otland my friend told me otland is the best place to get scripts and other ...and supports and members are helpful,So I decided to come here i want help with some scripts and i hope to get all :(

  • Script when i use it like /attr thing and look at any it make it when any player com on it it says only staff can here or you cant stay here and other when i use /attr thing and look to switch it lead me to another way
  • how can i change characters speed level 8 to fast like highexp ots and make the server fast
  • skull system for levels not frage like top level black skull-the second red skull@limos @dominique @Mark
@Limos
 
Last edited:
Well, Everything you have mentioned im pretty sure has already been made and posted so the search function to find what you are looking for before requesting something thanks.
 
@RosOT don't do replies like this.
If someone find this thread through google, it would be useless.
Sometimes I google stuff and I find threads with 1 reply like "it was posted already" or "google it noob", please don't be one of these guys. Thx in advance.
 
Can u just tell us tfs version xd

1: sorry about that , but no have time to do that . So hope that someone will help you

2: to increase speed of level 8 just go to vocations.xml and check base speed , then increase it . I think max speed is 1500 like admin speed , about fast attack also in vocations.xml u can find something called attackspeed

3: do you mean highscore system based on frags ?
Or what xd
 
Can u just tell us tfs version xd

1: sorry about that , but no have time to do that . So hope that someone will help you

2: to increase speed of level 8 just go to vocations.xml and check base speed , then increase it . I think max speed is 1500 like admin speed , about fast attack also in vocations.xml u can find something called attackspeed

3: do you mean highscore system based on frags ?
Or what xd
yea i mean that

You have to ask @GOD Wille For That ;)

but don't try to copy another ot :)
@Wason its not your business to copy another ot or no you here to help if you won't okay
im not copy another ot its another idea but its highexp so don't speak alot
 
Last edited by a moderator:
Using cryingdamson 0.3.6 (8.60) V8.2
@Evil

He want to get a script like evolera.se Top server going to be Black Skull..etc
@Wason i don't need your help go away

Well, Everything you have mentioned im pretty sure has already been made and posted so the search function to find what you are looking for before requesting something thanks.
if you alright give me that post
 
Last edited by a moderator:
@zbizu sorry for being rude <3/

@Seumion
I can just help you out i guess like i should have from the start but yeah.
Set everyone's speed to 750
Add this to - data\creaturescripts\scripts\login.lua - Under this function onLogin(cid)
Code:
doChangeSpeed(cid, 750)
______________________________________________________________________
Gamemaster tile - once you added it go ingame and say /attr aid, 60001 then try and walk on that tile also you can add it in map editor so its always gamemaster tile.

Put this in data\movements\movements.xml
Code:
<movevent type="StepIn" actionid="60001" event="script" value="gamemaster.lua"/>
data\movements\scripts\Gamemaster.lua
Code:
local access = 3 -- 3 means gamemaster 4 community manager ETC!
function onStepIn(cid, item, position, fromPosition)
if getPlayerGroupId(cid) < access then
doTeleportThing(cid, fromPosition, FALSE)
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "You are not a gamemaster you cannot pass.")
end
return true
end
 
Last edited:
@zbizu sorry for being rude <3/

@Seumion
I can just help you out i guess like i should have from the start but yeah.
Set everyone's speed to 750
Add this to - data\creaturescripts\scripts\login.lua - Under this function onLogin(cid)
Code:
doChangeSpeed(cid, 750)
______________________________________________________________________
Gamemaster tile - once you added it go ingame and say /attr aid, 60001 then try and walk on that tile also you can add it in map editor so its always gamemaster tile.

Put this in data\movements\movements.xml
Code:
<movevent type="StepIn" actionid="60001" event="script" value="gamemaster.lua"/>
data\movements\scripts\Gamemaster.lua
Code:
local access = 3 -- 3 means gamemaster 4 community manager ETC!
function onStepIn(cid, item, position, fromPosition)
if getPlayerGroupId(cid) < access then
doTeleportThing(cid, fromPosition, FALSE)
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "You are not a gamemaster you cannot pass.")
end
return true
end

don't understand.. i mean when anyone make chr level 8 i want that speed too
 
@RosOT you are helpful thanks its work..there is script when i use /attr in game and look at switch it will lead player to another way?
 
Back
Top