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

Recent content by Cris2387

  1. C

    tile that teleports you to temple if you don't have a certain storage id

    =) i have a castle war thing and some people log out characters inside the castle and when other people dominate the castle they simply log in, and can go to the end with the teleport thats inside the castle and kill the monsters, then pull the lever '-' so i want to make a script that works in...
  2. C

    making water, and lava a protection zone by default?

    i have a spell that when the player uses it, it makes magic walls around him and they use the spell to trap other people in a square so they can kill him :) and when they do that the player that uses the spell gets pzlock meaning they cant enter the pz xd i made a quest thats non-pvp and when...
  3. C

    is this normal?

    okay i did this : i copied this line of code : player->addInFightTicks(pzLock); and i put it here bool success = true; CreatureEventList combatAreaEvents = const_cast<Creature*>(caster)->getCreatureEvents(CREATURE_EVENT_COMBAT_AREA); for(CreatureEventList::iterator it =...
  4. C

    is this normal?

    what should i look for? does it have to do with the sources? im willing to edit that
  5. C

    players don't get pzlock when attacking pk player

    when in war, sometimes people attack a pk and run to depot ._. so how can i do it so that once they attack a player thats pk, they get pzlock?
  6. C

    is this normal?

    i have this one :) http://www.tibiaking.com/forum/topic/8827-war-system-guild-war-com-escudos-completo/
  7. C

    is this normal?

    i added a war system to my server and it works, you can invite people to guild and do wars, but when a person with a green shield attacks someone with a red shield, the green person gets pk :l, i want people to just get pz lock and not skull so how can i fix this? or is it normal?
  8. C

    Runes not working in non-pvp areas

    i made a quest, and when people go and try to use runes like the magic wall rune, and the wild growth rune, other items appear instead of the actual walls, for example if someone uses the mw a paper appears lol? and when they use the wgr a lever appears and they dont disappear :l people are...
  9. C

    Website error :(!

    thank guys for your help, i fixed this by reinstalling uniformserv =)
  10. C

    Website error :(!

    Notice: Undefined index: sqliteDatabase in C:\Website\www\config-and-functions.php on line 23 Notice: Undefined index: useMD5Passwords in C:\Website\www\config-and-functions.php on line 25 Notice: Undefined index: passwordType in C:\Website\www\config-and-functions.php on line 25 Notice...
  11. C

    Can i share database?

    my vps is too slow since is the only one i can afford ;( and its really hard to edit database stuff in my vps because is super laggy i was wondering if its possible to share database for example: i would be able to access database from my computer :) and edit stuff there is that possible? if so how?
  12. C

    Can someone edit this spell for me?

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGYBALL) setCombatParam(combat, COMBAT_PARAM_CREATEITEM, 1497) local arr = { {1, 1, 1, 1, 1, 0}, {1, 0, 0, 0, 1, 0}, {1, 0, 2, 0, 1, 0}, {1, 0, 0, 0, 1, 0}, {1, 1, 1, 1, 1, 0} } local area =...
  13. C

    Players dont get red battle swords after killing players !

    in my server when someone kills a player they dont get red swords so what they do at wars, they stay close to dp and after they kill someone they run back to dp xD! how can i fix this?
  14. C

    Solved xampp not working on vps

    br o i fixed this by changing the port for xampp
  15. C

    vps website problem

    i have vps windows 2012 server and i had problems with xampp i couldnt use port 80 so i changed it to port 12 then i installed gesior acc and when i try to join the website with my servers ip adress it sends me to this page : see for yourself herobiba.tk
Back
Top