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

Arena Svargrond by Gęsior?

Boomer

Grenadia.eu - Best EVO
Joined
Aug 22, 2009
Messages
97
Reaction score
0
Heloł, potrzebuję pomocy. Chciałem dać Svargrond arene u siebie na OTS, korzystam z jego skryptu lecz jest tam powiedziane żeby wstawić pewne linijki do global.lua. A ja mam najnowszą wersje TFS i nie ma tam tego.
Więc co mam w tym momencie zrobić/gdzie mam to wkleić?
Pozdr Boomer.

Link do skryta: http://otland.net/f81/real-tibia-svargrond-arena-gesior-13148/
 
Na sam koniec w pliku
..data/lib/data.lua
wklej to
Code:
-- arena for 0.3
InitArenaScript = 0
arena_room_max_time = 240
arenaKickPosition = {x=1045, y=1926, z=7} -- pozycja gdy ktos wyjdzie z areny 
arena_monsters = {}
arena_monsters[42300] = 'frostfur' -- first monster from 1 arena
arena_monsters[42301] = 'bloodpaw'
arena_monsters[42302] = 'bovinus'
arena_monsters[42303] = 'achad'
arena_monsters[42304] = 'colerian the barbarian'
arena_monsters[42305] = 'the hairy one'
arena_monsters[42306] = 'axeitus headbanger'
arena_monsters[42307] = 'rocky'
arena_monsters[42308] = 'cursed gladiator'
arena_monsters[42309] = 'orcus the cruel'
arena_monsters[42310] = 'avalanche' -- first monster from 2 arena
arena_monsters[42311] = 'kreebosh the exile'
arena_monsters[42312] = 'the dark dancer'
arena_monsters[42313] = 'the hag'
arena_monsters[42314] = 'slim'
arena_monsters[42315] = 'grimgor guteater'
arena_monsters[42316] = 'drasilla'
arena_monsters[42317] = 'spirit of earth'
arena_monsters[42318] = 'spirit of water'
arena_monsters[42319] = 'spirit of fire'
arena_monsters[42320] = 'webster' -- first monster from 3 arena
arena_monsters[42321] = 'darakan the executioner'
arena_monsters[42322] = 'norgle glacierbeard'
arena_monsters[42323] = 'the pit lord'
arena_monsters[42324] = 'svoren the mad'
arena_monsters[42325] = 'the masked marauder'
arena_monsters[42326] = 'gnorre chyllson'
arena_monsters[42327] = "fallen mooh'tah master ghar"
arena_monsters[42328] = 'deathbringer'
arena_monsters[42329] = 'the obliverator'

function getArenaMonsterIdByName(name)
    name = string.lower(tostring(name))
    for i = 42300, 42329 do
        if tostring(arena_monsters[i]) == name then
            return i
        end
    end
    return 0
end
 
z każdym problemem masz zamiar wpierdalać się na ten board?
dojdź do czegoś sam albo idź na **************
 
z każdym problemem masz zamiar wpierdalać się na ten board?
No a czemu nie? Przecież tu większość ma problem i zostaje on wyjaśniany... Jeśli nie chce nie pomagaj :(. Ja was nie rozumiem, czemu wy nie możecie po prostu powiedzieć tu i tu. Zajęło by wam to (pewnie) parę sekund, a nie "isc sie powiesic", "dojdź do czegoś sam albo idź na **************".
Szkoda że jakoś nie chcecie pomóc, bo taka wielka pomoc to rzeczywiście taki trud że szok.
Szkoda...

#Topic.
Koci dzięki, ale ta arena chyba jest popsuta :/
Głupie tp na arene nie działają...
 
No a czemu nie? Przecież tu większość ma problem i zostaje on wyjaśniany... Jeśli nie chce nie pomagaj :(. Ja was nie rozumiem, czemu wy nie możecie po prostu powiedzieć tu i tu. Zajęło by wam to (pewnie) parę sekund, a nie "isc sie powiesic", "dojdź do czegoś sam albo idź na **************".
Szkoda że jakoś nie chcecie pomóc, bo taka wielka pomoc to rzeczywiście taki trud że szok.
Szkoda...

#Topic.
Koci dzięki, ale ta arena chyba jest popsuta :/
Głupie tp na arene nie działają...
japierdole.jpg

Skad ten biedny skrypt ma wiedziec na jakie wspolrzedne ma cie zteleportować
A ustawileś na srodku każdej areny unique ID??
Pierwsza musi miec 42300 a reszta o jeden numerek wyżej
 
A ustawileś na srodku każdej areny unique ID??
Pierwsza musi miec 42300 a reszta o jeden numerek wyżej
Tak, i nie działa :/.
 
vDk i to było takie trudne, ;*.
Dzięki chodzi perfect!
sry.png
 
Back
Top