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

    Lua [OTHire 7.72] Show player equipments on map

    the positions for equipments on display the items are supposed to be shown on every color stroked display (for players and spectators) when the player on the respective color side step in up / d = the center displays _out = the outside displays outd = right oute = left
  2. namco

    Lua [OTHire 7.72] Show player equipments on map

    woah it workd XD ty a lot i'll try to continue the script then return here for the feedback i also had to change if getPlayerSlotItem(cid, slots["head"]) ~= nil then to if getPlayerSlotItem(cid, slots["head"]).itemid ~= 0 then -- EDIT -- there is any way to make the script get all the...
  3. namco

    Lua [OTHire 7.72] Show player equipments on map

    ty for the tip <3 so, i mage this to test only with the head slot and i get the following error when i step in the tile (with item equipped or not): function onStepIn(cid, item, position, fromPosition) local displays = { ["up_oute"] = {neck = {x = 956, y = 943, z = 7}, head = {x = 957, y = 943...
  4. namco

    Lua [OTHire 7.72] Show player equipments on map

    Hello :) I'm having some trouble trying to make this The idea is: When player is @ marked tiles, his equipments are shown on the respective displays. When player leave, the equipments are removed. What I got: (+no clue of what to do XD) error on line 4 ')' expected near ',' function...
  5. namco

    [Half-Solved] "Warning LNK4099: PDB 'lib.pdb' was not found" and BOT protection won't disable

    So I've disabled the bot protection by changing in game.cpp bool Game::checkBotProtection() { #ifdef BOT_PROTECTION // accepts calls comming from a stacktrace containing only C++ functions, // if the stacktrace contains a lua function, then only accept if the engine is processing an...
  6. namco

    [Half-Solved] "Warning LNK4099: PDB 'lib.pdb' was not found" and BOT protection won't disable

    @gugu15 @christx Downloaded, re-downloaded, uninstalled and installed everything related with VS and SDKs a several times. Still can't remove the warnings nor disable the bot protection. @margoh I'm having these warnings for a while and they were not bothering me til I thought the bot...
  7. namco

    [Half-Solved] "Warning LNK4099: PDB 'lib.pdb' was not found" and BOT protection won't disable

    * Compiled with MVS 2017 (Windows 10 SDK/Project toolset v140) * Release Win32 * Source and SDK downloaded today * OTClient runs fine but the warnings are bottering me * Also BOT protection cannot be disabled (even with the file config turned to OFF)
Back
Top