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

    Count to 10!

    9
  2. Frostie

    Custom Mount

    u mean like spriting ore just sitting on another monster? If u just want to ride on another monster go to data/XML/mounts.xml and add a code like this: <mount id="55" clientid="24" name="Rotworm" speed="20" premium="yes" /> clientid means looktype:) orcs and minotaurs mounts looking cool
  3. Frostie

    [USA] Cyntara v8 - Evo [10.41]

    I just want to say this is the best Evolution server i ever played :) i hope more players will join soon ^^ Me lvling at Serpent spawns :)
  4. Frostie

    Count to 10!

    3
  5. Frostie

    Count to 10!

    1
  6. Frostie

    Voting #11 The Lord of Time

    1 and 6 are really good but i choose for 6 because it fits better in the theme with the clock shield and hourglass:)
  7. Frostie

    Lua Time between 2 actions in one script (globalevents)

    Not exactly i made this script± local t = { {2160, 1, {x=805, y=817, z=7}, CONST_ME_TELEPORT} } function onThink(interval) local people = getOnlinePlayers() if #people == 0 then return true end for i = 1, #t do local v = t[i] doCreateItem(2486, 1, v[3])...
  8. Frostie

    Lua Time between 2 actions in one script (globalevents)

    Hey guys, i was wondering how to put time between 2 actions in one script like creating an item and remove it in like 2 seconds and add a new item
  9. Frostie

    [USA] Cyntara v8 - Evo [10.41]

    awesome server really good scripts :) sucs i need to go will play tomorrow :p
  10. Frostie

    [USA] Cyntara v8 - Evo [10.41]

    Ill sheck it out :) btw edit the Client: 10.1 to 10.38/41:) since its a typo if im right
  11. Frostie

    Deep Mine - [By Neon]

    Then make ur own it would be a awesome server with ur mapping skills :)
  12. Frostie

    Lua Monster drops container

    Stupid i didn't thought about that :) Thanks alot!:)
Back
Top