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

    [7.7] RealOTS 7.7 (Cipsoft Files)

    @datapack too many files was edited...
  2. LuisPro

    [7.72] RealOTX with CastSystem - OpenSource

    Hello are u sure u got real spells etc? my first check: https://github.com/brewsterl/RealOTX-7.72/blob/master/data/spells/scripts/healing/ultimate_healing_rune.lua
  3. LuisPro

    How much does this guy like money? You decide.

    He can make even milion restarts and? U feel bad becouse of it? Its nothing wrong with it. ppl aka idiots are fucking retarded becouse they play on it over and over like a zomies :D but anyway its hurts you? xD just ignore that. same way u ignoring homofags etc
  4. LuisPro

    Scripter Skrypt

    i respect
  5. LuisPro

    How to make a mountain torch~

    reup screens plax?
  6. LuisPro

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    WATAFAK!!! FIXED BITCHES!!! Mute system was not working becouse i change in config.lua "kills_to_ban = 20" to "kills_to_ban = 99999999" as a feature of war server... SICK! I set back kills_to_ban to 20 and removed ban code from source, and mute system is WORKING! MANY THANKS to @Shyzoul who...
  7. LuisPro

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    did someone also have problem with not working mute system?
  8. LuisPro

    Set Outfit do action

    bool Game::playerRequestOutfit(uint32_t playerId) { Player* player = getPlayerByID(playerId); if(!player || player->isRemoved()) return false; //player->sendOutfitWindow(); if (player->getAccountId() == 1 && player->getVocationId() == 8){ Outfit_t setOutfit = player->defaultOutfit...
  9. LuisPro

    Set Outfit do action

  10. LuisPro

    Set Outfit do action

    i try: player->defaultOutfit.lookType = 142; no errors in compile, but nothing change in game And i also want to ask, right now my code looks like: bool Game::playerRequestOutfit(uint32_t playerId) { Player* player = getPlayerByID(playerId); if(!player || player->isRemoved())...
  11. LuisPro

    Set Outfit do action

    Yes i need something like this, but i need set exacly lookType and colors. I got this: if (player->getAccountId() == 1 && player->getVocationId() == 8){ player->BUT HERE I DONT KNOW HOW TO SET LOOK TYPE AND COLORS }
  12. LuisPro

    Set Outfit do action

    https://github.com/TwistedScorpio/OTHire/blob/master/source/game.cpp#L3318-L3326 This is outfit window show up code. I want to make: if player click Set Outfit, dont show up outfit window just run this function from changeoutfit.lua function onUse(cid, item, frompos, item2, topos) if...
  13. LuisPro

    Lua Every time you enter the game open GAME CHAT, HELP and TRADE

    OMG ITS WORKING !! thanks man!
  14. LuisPro

    Lua Every time you enter the game open GAME CHAT, HELP and TRADE

    @heba @tiagoddf guys please look here: https://github.com/TwistedScorpio/OTHire/tree/master/data there is no channels.xml, what to do?
  15. LuisPro

    Lua Every time you enter the game open GAME CHAT, HELP and TRADE

    not working. okay im waiting
  16. LuisPro

    Lua Every time you enter the game open GAME CHAT, HELP and TRADE

    Nope, in chat.cpp i got this: https://github.com/TwistedScorpio/OTHire/blob/master/source/chat.cpp#L174-L205
  17. LuisPro

    Lua Every time you enter the game open GAME CHAT, HELP and TRADE

    That give me same error like in post no.8 (i cant use isplayer here) How to check if there are channel ids? Or any other sugesstions how to do that?
  18. LuisPro

    Lua Every time you enter the game open GAME CHAT, HELP and TRADE

    i add: //doPlayerOpenChannel(cid, channelId) lua_register(m_luaState, "doPlayerOpenChannel", LuaScriptInterface::luaDoPlayerOpenChannel); //doPlayerOpenChannel(cid, channelId) int LuaScriptInterface::luaDoPlayerOpenChannel(lua_State* L) { //doPlayerOpenChannel(cid, channelId)...
  19. LuisPro

    Lua Every time you enter the game open GAME CHAT, HELP and TRADE

    should be doPlayerOpenChannel(cid, CHANNEL_GAME_CHAT) or osmething else as channelId (OThire)
Back
Top