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

Action Football field (scripts + maps)

When i have finish the football..
i dont get tp out from there i get this error in console
Code:
[12/09/2009 04:06:07] Lua Script Error: [GlobalEvent Interface] 
[12/09/2009 04:06:07] data/globalevents/scripts/football.lua:onThink

[12/09/2009 04:06:07] luaGetThingPos(). Thing not found

[12/09/2009 04:06:28] Lua Script Error: [MoveEvents Interface] 
[12/09/2009 04:06:28] data/movements/scripts/football.lua:onAddItem

[12/09/2009 04:06:28] luaDoTeleportThing(). Thing not found
bump
bump
 
MAAANY actions/uniques are FOR USERS (they can copy map and scripts), of course I could make script with 233748 positions in config file, but it's waste of time.
(in every my script I use new uids/aids)
With my simple script you copy it to your map and it work (tfs 0.3.4pl2).
I know many other scripts from forum without uids/aids, but little change/bug in map/scripts config let players copy items, make mlvl or any other abuse. I hate scripts that let players abuse bug.
@Chipsen
is it when you play first match on football field? or did you teleport anyone from football field (players on field can't logout [no logout tile])?
do you have in config.lua:
saveGlobalStorage = "yes"
?
@Donio
I didn't see any football script in last 1/2 year. I made it from zero for my otses.
bump <_<
 
when i have finish the football..
I dont get tp out from there i get this error in console
Code:
[12/09/2009 04:06:07] lua script error: [globalevent interface] 
[12/09/2009 04:06:07] data/globalevents/scripts/football.lua:onthink

[12/09/2009 04:06:07] luagetthingpos(). Thing not found

[12/09/2009 04:06:28] lua script error: [moveevents interface] 
[12/09/2009 04:06:28] data/movements/scripts/football.lua:onadditem

[12/09/2009 04:06:28] luadoteleportthing(). Thing not found
bump

bump
 
That's why Gesior's scripts sux, many uniques, actions, storages. Then peoples can't get it work =S

If u are so cool release and show your script then. If not just shut up and do not say how u rox and how Gesior sux cause u havents released it so get lost ?

IhAtESmArTKiDdAsLiKeU


Gesior thanks for releasing script.
 
I dont get tp out from there i get this error in console

[02/10/2009 23:07:21] Lua Script Error: [GlobalEvent Interface]
[02/10/2009 23:07:21] data/globalevents/scripts/football.lua:eek:nThink

[02/10/2009 23:07:21] data/globalevents/scripts/football.lua:2: attempt to get length of global 'football_positions_uids' (a nil value)
[02/10/2009 23:07:21] stack traceback:
[02/10/2009 23:07:21] data/globalevents/scripts/football.lua:2: in function <data/globalevents/scripts/football.lua:1>
[02/10/2009 23:07:21] [Error - GlobalEvents::eek:nThink] Couldn't execute event: football
 
nice script man. I just got one question where I change so my spells and custom spells cannot be castable in the soccer fields?
 
Last edited by a moderator:
Can you make a simple script so that if i put the ball on a tile with aid 45010 then it tps to xxx, yyy, z.
Please? :p
 
wow must have taken some time to script that =o. But great work. like it.
 
I'm getting some errors..

What should I do?

Code:
[16/11/2009 13:45:43] [Warning - Event::loadScript] Cannot load script (data/movements/scripts/football.lua)
[16/11/2009 13:45:43] data/movements/scripts/football.lua:20: 'end' expected (to close 'function' at line 1) near '<eof>'
[16/11/2009 13:45:43] [Warning - Event::loadScript] Cannot load script (data/movements/scripts/football.lua)
[16/11/2009 13:45:43] data/movements/scripts/football.lua:20: 'end' expected (to close 'function' at line 1) near '<eof>'

Thanks in adavance.:)
/Superdude
 
Error in 0.3.6_SVN:
PHP:
[Error - GlobalEvent Interface]
data/globalevents/scripts/Football.lua:onThink
Description:
(luaGetCreatureName) Creature not found

[Error - GlobalEvent Interface]
data/globalevents/scripts/Football.lua:onThink
Description:
data/globalevents/scripts/Football.lua:16: attempt to concatenate a bool
ean value
stack traceback:
        data/globalevents/scripts/Football.lua:16: in function <data/glo
balevents/scripts/Football.lua:1>
[Error - GlobalEvents::think] Couldn't execute event: football

How fix?
 
Back
Top