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

Search results

  1. Falacchi

    Help fix lua error with npc mission.

    Try use this code: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  2. Falacchi

    Solved Anti mc

    What is your VIP system? if, for example, you have the command to check the VIP player for: player: isVip () then your code will look like this: local AccForIp = 2 function onLogin(player) local mc = 0 for _, check in ipairs(Game.getPlayers()) do if player:getIp() ==...
  3. Falacchi

    AAC [GESIOR AAC] How do i enable vocations instead of rookgard & Dawnport?

    ur DB is correct, Try delete Rook Sample and create new character after
  4. Falacchi

    AAC [GESIOR AAC] How do i enable vocations instead of rookgard & Dawnport?

    Hello xD You need to check if the character sample of your database is starting level 8 and etc ...
  5. Falacchi

    Login LUA Error.. :/ "attempt to call global 'isInArray' (a nil value)"

    i use: MyAAC Official Website – Official site of the MyAAC. The best AAC in the world! the best!
  6. Falacchi

    Login LUA Error.. :/ "attempt to call global 'isInArray' (a nil value)"

    I tried to help what I could xD Propagate this spirit of helping people, We'll be great if we all go like this.
  7. Falacchi

    Login LUA Error.. :/ "attempt to call global 'isInArray' (a nil value)"

    Do you use windows or linux? it is very simple to compile, just follow the steps
  8. Falacchi

    Login LUA Error.. :/ "attempt to call global 'isInArray' (a nil value)"

    is RL MAP, you need to compile more everything you need to know will find in the README of the page that I sent above. However it is in Portuguese, if it is not your usual language you will have to translate. More works very well and is constantly updated and updated.
  9. Falacchi

    Solved NPC addoner dont give addons

    any error on console?
  10. Falacchi

    Login LUA Error.. :/ "attempt to call global 'isInArray' (a nil value)"

    The best pack I know 10 ~ 11.50 It's OTX GitLab link: Erick Nunes Mello Mattos / Otxserver-Global · GitLab
  11. Falacchi

    Login LUA Error.. :/ "attempt to call global 'isInArray' (a nil value)"

    On this site they also do not tell you what the server base is. I guess it's the sources that's in trouble. It would be very important to know what the basis is, to have a north on a more stable solution. Did you compile the executable or did it come with the pack?
  12. Falacchi

    Login LUA Error.. :/ "attempt to call global 'isInArray' (a nil value)"

    Which server do you use? datapack? tfs ? If possible put the link where you downloaded
  13. Falacchi

    Login LUA Error.. :/ "attempt to call global 'isInArray' (a nil value)"

    My understanding of it is not enough. run this on your sql ALTER TABLE `players` ADD `marriage_status` bigint(20) UNSIGNED NOT NULL DEFAULT '0'
  14. Falacchi

    Login LUA Error.. :/ "attempt to call global 'isInArray' (a nil value)"

    1° Error (SQL): You will have to go to phpMyADMIN and execute these commands in SQL (one at a time): CREATE TABLE `z_ots_guildcomunication` ( `id` int(11) NOT NULL, `name` varchar(255) NOT NULL, `type` varchar(255) NOT NULL, `action` varchar(255) NOT NULL, `param1` varchar(255) NOT...
  15. Falacchi

    Login LUA Error.. :/ "attempt to call global 'isInArray' (a nil value)"

    The first error is regarding SQL The second error will require that you post the following script: data / actions / scripts / other / teleport.lua Note: Place the tag [!!! code] and [!!! / code] (without exclamations)
  16. Falacchi

    Login LUA Error.. :/ "attempt to call global 'isInArray' (a nil value)"

    Replace this code and test. local events = { 'ElementalSpheresOverlords', 'BigfootBurdenVersperoth', 'Razzagorn', 'Shatterer', 'Zamulosh', 'The Hunger', 'The Rage', 'Eradicator', 'Eradicator1', 'Rupture', 'World Devourer', 'Tarbaz', 'Shulgrax', 'Ragiaz', 'Plagirath', 'Mazoran', 'Destabilized'...
  17. Falacchi

    Login LUA Error.. :/ "attempt to call global 'isInArray' (a nil value)"

    Post your script: data / creaturescripts / scripts / others / login.lua
Back
Top