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

Search results

  1. N

    ActionID in quest reward

    local chests = { [1002] = {prize = 2087} } local status = 12346 -- Storage for quest local questLevel = 30 -- Level to open chest function onUse(cid, item, fromPosition, itemEx, toPosition) local name = getItemNameById(chests[item.uid].prize) local questStatus =...
  2. N

    change item with jewelry

    Hello folks :D I would like to ask a good scripter if this is possible; For example I got this item rainbow shield -> ID (8905) And when I use it with a small emerald [2149] it will change into terran rainbow shield [8909]. And when I use small amethyst [2150] on it it change to spaking...
  3. N

    script from 0.3.5 to 0.3.6

    Hi all, can some one fix this script for me ?? it's not working on tfs 0.3.6 local arena1 = { frompos = {x=51, y=296, z=7}, -- Top Left Corner topos = {x=83, y=310, z=7}, -- Bottom Right Corner exit = {x=67, y=290, z=6} -- Exit } local arena2 = { frompos = {x=34, y=238, z=7}, --...
  4. N

    Php error

    Hi guys, i added a enter page on my website ... titanium-rpg-no-ip.org... sometimes if you go to the page you will see this error: Warning: fopen(config/serverstatus) [function.fopen]: failed to open stream: No such file or directory in C:\xampp\htdocs\Account Page\config-and-functions.php...
  5. N

    [b]Can some one fix that script?[/b]

    local arena = { frompos = {x=121, y=36, z=9}, -- Top Left Corner topos = {x=131, y=43, z=9}, -- Bottom Right Corner exit = {x=126, y=33, z=9} -- Where loser goes } local tpPos = {x=126, y=36, z=9} -- Create Teleport Here local exit = {x=126, y=33, z=9} -- Where Tele Takes You local...
  6. N

    Lua Distance Critical

    Hi again, This is my complete weapon script: items.xml <item id="2352" article="a" name="crystal arrow"> <attribute key="description" value="This arrow seems not suitable for the use with ordinary bows. It seems to be rotting rapidly."/> <attribute key="weight" value="90"/>...
  7. N

    weapon fix

    Hi all, once again i need help ( for noobs) i want to add this effect : to this weapon script: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 1) setCombatParam(combat, COMBAT_PARAM_BLOCKSHIELD, 1) setCombatParam(combat, COMBAT_PARAM_EFFECT...
  8. N

    [Request]lever scipt

    hi all, This is my standart mini arena. 1. Player pos 1 2. Player pos 2 3. Looser kick pos 4. Winner exit pos Can somebody create a scipt for my teleporter ? it is stressfull to fight in arena and while you have to watch that u dont step on TP(pos 4). Now i need a scipt that...
  9. N

    [REQUEST]Arena lever + Teleporter kick

    hi all, This is my standart mini arena. 1. Player pos 1 2. Player pos 2 3. Looser kick pos 4. Winner exit pos Can somebody create a scipt for my teleporter ? it is stressfull to fight in arena and while you have to watch that u dont step on TP(pos 4). Now i need a scipt that...
  10. N

    [Gesior]Citys on xx.php/subtopic=houses

    Hi all, can somebody tell me how i can add the name of the citys where my houses placed at ?? I mean this: thx for your time.
  11. N

    Need Arena Script (TFS 0.3.5)

    hi all, i need a arena scipt for this arena: player can enter arena a pos 1 and 2... If player dies he will teleported to pos 3without dying... so that means he just kicked out of arena. ( with full HP and Mana ) Hope someone can help me.
  12. N

    Door problem

    I dont know how to fix this problem, so could anyone of you prooozz help me please? I got the following problem; At door one you can't set a door ID, at the second you can ? How to make it possible for door 1 to set an ID? Thanks in advance
  13. N

    Arena+ Acc Page Problems

    Hi everybody, im working on a 8.5server projekt and some things wont work. 1. Lost Account Interface \ > Account Page Problems (latest gesior AAC) 2. Gallery / 3. Arena Arena: I need scipt for my arena. but not 1 on 1 arena ... I...
Back
Top