• 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. phern

    Problem with random interval

    bump?
  2. phern

    Problem with random interval

    @up yee saw this script, and not really randomizing anything but the type of effects. It don't have to be on global events. I just wanted to make a script that is repeating the effect every random ammount of time. Is this really impossible to do?
  3. phern

    Problem with random interval

    Naw, Its not working :/ Tried both with erased invertal from globalevents.xml and left as it was.
  4. phern

    Problem with random interval

    Hi there. I am trying to do a script that every random ammount of time (3 to 4 secs) repeats some effect. I've found something like that: local config = { positions = { ["1"] = { x = 1074, y = 1059, z = 8 }, }, } function onThink(cid, interval, lastExecution) for text...
  5. phern

    Storage after killing boss

    not working
  6. phern

    Selling AlysiaOTS Map: 45MB, 8 cities, 80 custom quests

    Number of depots: 197 Number of containers: 53 Number of items with Action ID: 538 Number of items with Unique ID: 217 Creature data: Total creature count: 10434 Total spawn count: 6395 Mean creatures per spawn: 1.63 Town/House data: Total number of towns: 9 Total number of houses: 426 Mean...
  7. phern

    Storage after killing boss

    0.3.6 during the tests, newest after map is done, so it would be good if it works on both
  8. phern

    Storage after killing boss

    Hello. I want to make a script that give you storage after killing boss, but I dont know what to put here: function onDeath(cid, corpse, killer) registerCreatureEvent(cid, "Noisy soul") local creaturename = getCreatureName(cid) if creaturename == 'Noisy Soul' then...
  9. phern

    Block Utevo Res for CMs/GMs/Gods.

    Just change flags for CM/CM at data/xml/group.xml and make sure you got checked "cannot use spells" (Player flags)
  10. phern

    NPC issue

    Its working, thank you
  11. phern

    NPC issue

    Well, I did what you told me, but it still says "13:27 Kalahan: Welcome, Test Two! I have been expecting you." code: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) -- OTServ event handling functions start...
  12. phern

    NPC issue

    Hello, I tried to set NPC greetings to be different if player has certain storage, but I couldnt find the solution <_< For example, if NPC greets player for the first time, it says "hello xxx, i got {task} foe you", and if player arleady took the task, it says "are you {done} yet?" I would...
  13. phern

    Linux not reading houses

    Linux isn't reading half the houses but it works in windows... ideas?
  14. phern

    potions not working

    apparently getItemParent doesn't work in my engine. How can I add this withotu source editing (don't have sources atm)? Is there another function I can use in it's place? :blink:
  15. phern

    [Germany][8.6] Exysia RPG || Giant, custom map! || NOW ONLINE!

    I'm trying to fix the pots, it's because the engine we are using doesn't support a certain function. Trying to find a way around it now... apparently Sam's distro doesn't support getitemparent EDIT: if anyone knows info about it, msg me or wozu
  16. phern

    [Germany][8.6] Exysia RPG || Giant, custom map! || NOW ONLINE!

    Good luck Wozu and trust me everyone the wait will be worth ;)
  17. phern

    map bugged

    How do I remove check?
  18. phern

    map bugs

    Hi, My server was run on 8.54 before and it all worked perfectly. I had it on 8.6 for a while, all worked perfectly. Now I put it back to 8.54 because 8.6 was unstable and well, all the tiles are bugged to absolute shit. The newer tiles 8.54+ (zaoan tiles) are all mixed up and look...
  19. phern

    Whats wrong?

    Make sure the file is in the main directory with raids.xml, not in the /scripts/ folder.
  20. phern

    Linux executeQuery doesn't work?

    i did, nothing... same error
Back
Top