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

    [standalone] Simple Database Manager (for GMs/admins)

    I liked the idea, but the script is weak thanks for sharing
  2. kkk111

    Selling Scripts for sell! By mock

    What is a TV system? ² edit: responded
  3. kkk111

    What is the best version to Menera?

    8.71
  4. kkk111

    Pokemon Online will end

    never needed
  5. kkk111

    Tfs 0.4 - donator

    Use international credit card @pt Aqui ele funciona =D
  6. kkk111

    [Modern AAC] Paxton 7.0

    Beautiful.
  7. kkk111

    Lua Function moveCreatureTo(cid,pos[,mindist[,maxdist]])

    Add STACK True: Stackable player False: Not stackable player Kiss u ass :D
  8. kkk111

    [scroll.lua] TP SCROLL FIX?!

    function onUse(cid, item, fromPosition, itemEx, toPosition) doTeleportThing(cid, {x=714 , y=767 , z=7}) doSendMagicEffect(getPlayerPosition(cid), 10) doRemoveItem(cid, itemEx.uid, 1) doPlayerSendTextMessage(cid, 22, "You got teleported!") return true end
  9. kkk111

    Modern AAC 1.0

    Why is that? UPDATE accounts SET `key` = 'da39a3ee5e6b4b0d3255bfef95601890afd80709';
  10. kkk111

    Creaturescripts - rookgard system ?

    RookSystem function onLogin(cid) RookTown_id = 5 if(getPlayerLevel(cid) < 8) then doPlayerSetVocation(cid, 0) setCreatureMaxHealth(cid, 150) setCreatureMaxMana(cid, 0) doPlayerSetMaxCapacity(cid, 440) doCreatureAddHealth(cid...
  11. kkk111

    Fix/Patch FIX tfs 0.3.6 pl This works for me :)

    Makes 2 months that it already exists in tfs 0.4 DOES NOT WORK Set " ************** " crash <_<
  12. kkk111

    Fix/Patch FIX tfs 0.3.6 pl This works for me :)

    use in house ************ down down down
  13. kkk111

    GlobalEvent TM - Boss Raid System v1.3.0 (Release/Updated)

    don't ask for rep, rep gained by our work<_<
  14. kkk111

    Fix getClientVersion(cid)..

    Pls fix the function. int32_t LuaInterface::luaGetClientVersion(lua_State* L) { //getClientVersion(cid) ScriptEnviroment* env = getEnv(); if(Creature* creature = env->getClientVersion(popNumber(L))) lua_pushnumber(L, creature->clientVersion()); else {...
  15. kkk111

    getCreaturePosition(monster?)

    getCreaturePosition(getCreatureByName('orshabaal'))
  16. kkk111

    CONST_ME_ help

    data/lib/000-constant.lua in TFS 0.4 CONST_ME_DRAWBLOOD = 0 CONST_ME_LOSEENERGY = 1 CONST_ME_POFF = 2 CONST_ME_BLOCKHIT = 3 CONST_ME_EXPLOSIONAREA = 4 CONST_ME_EXPLOSIONHIT = 5 CONST_ME_FIREAREA = 6 CONST_ME_YELLOW_RINGS = 7 CONST_ME_GREEN_RINGS = 8 CONST_ME_HITAREA = 9...
  17. kkk111

    setPlayerGroupId not working

    use talkactions function onSay(cid, words, param) vocations = {3, 4, 7, 8, 11, 12} -- only vocations that can use this command if(isInArray(vocations, getPlayerVocation(cid))) then if(getPlayerGroupId(cid) < 2) then doPlayerSetGroupId(cid, 2)...
  18. kkk111

    Xp vs. Vista

    Windows Seven Ultimate 64 bits
Back
Top