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

    Teleport System

    Explicación: The player must be on a unique position (in this script you can define multiple unique positions). To find the places, say /tp info, which is given a command to use the system correctly. Info text: *If you want to use this service you must remember that you must be a premium, then...
  2. KylerXX

    Converting one script on 0.4

    If someone can convert this script, to 0.4: http://otland.net/f81/partycheck-guildcheck-146978/
  3. KylerXX

    TalkAction !partycheck - !guildcheck

    Request thread (the idea of the script): http://otland.net/f132/partycheck-guildcheck-142338/ Commands explanations: -!partycheck: -. It should show on Server Log channel how many knights, paladins, druids and sorcerers are in the party, and show the 3 knights with higher level (to know...
  4. KylerXX

    Feature When summon death no corpse (Pokemon Application)

    Is a simply code, but maybe to someone is usefull. Tested on TFS 0.3.6 Go to monster.cpp And under this line Item* corpse = Creature::createCorpse(deathList); Paste this uint8_t effect = 36; if(isSummon()) { const Position& tmp = getPosition()...
  5. KylerXX

    [TFS 0.3.6] C++ problem

    How to convert this code to 0.3.6 to work? std::vector<CreatureEvent*> getAllCreatureEvents(){return m_creatureEvents;} I get this error:
  6. KylerXX

    Selling LUA/c++ Service

    Hello. I will create LUA scripts with source changes. I can work with OTX/TFS (I do not know much the functions and other things of OTServ distribution, but I think this distribution are used of a little percent of people). Scripts will be tested and you will have full support. Payment...
  7. KylerXX

    Lua Function getMonstersOnline()

    getMonstersOnline() luascript.cpp Search: int32_t LuaScriptInterface::luaGetPlayersOnline(lua_State* L) { //getPlayersOnline() ScriptEnviroment* env = getEnv(); AutoList<Player>::iterator it = Player::autoList.begin(); lua_newtable(L); for(int32_t i = 1; it !=...
  8. KylerXX

    [C++] How to convert an uint32_t to string.

    Well, I need this request, if someone knows this please post. <_<
  9. KylerXX

    [C++] [RME] Error on compiling

    Hello guys! My problem is when I try to compile the source code of RME (version 1.1.9), the compiler's error window shows this: In file included from main.cpp:1: main.h:21:21: wx/defs.h: No such file or directory main.h:24:23: wx/wxprec.h: No such file or directory main.h:26:22...
  10. KylerXX

    [C++][TFS 0.3.6] Problem with protocolgame.cpp

    protocolgame.cpp void ProtocolGame::AddCreature(NetworkMessage_ptr msg, const Creature* creature, bool known, uint32_t remove) { if(!known) { msg->AddU16(0x61); msg->AddU32(remove); msg->AddU32(creature->getID()); if(!creature->getStorage(848438, -1)) {...
  11. KylerXX

    Action Grenade

    Well, this is a grenade script, is basically the same system as cs-tibia.com server. function isWalkable(pos, creature, proj, pz)-- by Nord if getTileThingByPos({x = pos.x, y = pos.y, z = pos.z, stackpos = 0}).itemid == 0 then return false end if getTopCreature(pos).uid > 0 and...
  12. KylerXX

    Selling Pet System (Pokemon)

    Details about the product. -> This pack contains: Nick system, evolve system, go/back system, catch system, look pokeball system (when you look the pokeball, the pokeball shows the stats of the pokemon is containing), level system for pokemons, NPC Jeggy(for change or remove the nick of your...
  13. KylerXX

    Selling Pokemon Evolve System (basic system)

    Details about the product. >> This is my evolve system (Pokemon Essence Evolve system), this system do not use stones, the system checks the pokemon level and if the pokemon can be able to evolve. This system has been configured for all pokemons and the levels of the evolve pokemons are...
  14. KylerXX

    [Pokemon] Summon teleport

    Well, I made this script little time ago and seen that pokemon servers are progressing a lot I decided post it. Script work: When your summon (pokemon) is far from you or fallen down a hole teleports to your position. Go to globalevents/scripts/ create a LUA file called teleport.lua and add...
  15. KylerXX

    TalkAction Simply Shop System

    Well, I created a base as example, the scripts works: I want a banana, ok, then I say: /shop banana, quantity Depends on the price you've put the banana, and the amount you asked for, will cost you what you need to cost. local items = { ["item"] = {itemid = 2882, price = 500}, ["item"] =...
  16. KylerXX

    Special Description

    Where I can find the doSetItemSpecialDescription function?
  17. KylerXX

    TalkAction Implementation on the !online command

    Well, when I was bored, I was thinking a one script that is an implementation of !online command. Here is an image: Change the normal !online script to this one: local config = { showGamemasters = getBooleanFromString(getConfigValue('displayGamemastersWithOnlineCommand')) }...
  18. KylerXX

    Action Complete Pokedex System

    Well I was thinking better and I decided that I will publish my pokedex script for free. And I inform that one part of this system it is UNIQUE and there is not published on other place. Features; All pokemon descriptions (1-151). Pokemon list registration. When you get a new pokemon on...
  19. KylerXX

    Action Pokédex Script (With list registration)

    I am selling a script Pokédex with pokemons registration list. The registration list it is a part of pokédex that has never been published! Here is the link: VAPus - Store item :: Pokédex COMPLETE (LIST OF REGISTRY) I sell for 5.00€ If not allowed to publish content like this on this forum...
  20. KylerXX

    Question about one LUA function

    This function: doPlayerSetSpecialDescription(cid, desc) it works too with monsters?
Back
Top