Tudo que vinaraserver postou
-
[duvida] IP fixo rep+
galera tenho uma empresa e abro o ot aqui mesmo.. porem tenho ot ja des da versão 7.6 jogo com amigos posto na net e sempre lota os ots em media de 80 player com ot aberto em meu pc mesmo.. agora estou com um problema o ip muda em torno de 3~4 dias.. as vezes acaba mudando 2~3x no mesmo dia.. queria manter esse ip fixo ( de numeros ) existe como ? pesquisei na net n acho resposta construtiva.. e como aqui se trata disso talvez tenha algum 'macete'..
-
pedido NPC simples
obrigado pela ajuda mano. mais acabei usando sistema de craftar item.. colocando la 3 itens puxando a alavanca e talz..
-
[duvida] site mysql
sei mexer com site ja tive ot donate e etc etc... porem abri um ot pra joga com uns amigos e a database dele eh .s3db todo 1/1 sem site queria saber se eh possivel eu abrir o site nesse ot e se consigo usar as mesmas acc (uma vez tentei e lembro q a database nao conseguia ler o arquivo .s3db)
-
pedido NPC simples
preciso de um npc simples que porem nao tenho um npc q pegue 2 items + dinheiro e ele da outro item
-
script: item que perde velocidade pedido
galera criei um shield no meu ot.. porem com boa % de def e esse shield queria q força-se os players a usar somente em quest ou trap.. pelo fato de ele da um def otima conta ALL coloquei a tag de speed la em itens e n funfo, acredito que tenha q ser uma action... tive a ideia de tentar pegar o utito tempo san e poder editar ele, ou a paralyze rune... mais n manjo montar kk consegui porem.. quando coloco o item ele bug eu tiro ele e ele volta velocidade.. dai tiro e coloco de volta ele fica o dobro mais lerdo mais tipo uma paralyze q pra anda 1sqm demora uns 8 segundos kkkkkk em movements/script function onEquip(cid, item, slot) local outfit = {lookType = 104} -- looktype doCreatureSay(cid, "The Nightmare shield equipped.", 19) doSetCreatureOutfit(cid, outfit, -1) doSendMagicEffect(getCreaturePosition(cid), 34) doChangeSpeed(cid, -500) -- speed almenta return TRUE end function onDeEquip(cid, item, slot) doRemoveCondition(cid, CONDITION_OUTFIT) doChangeSpeed(cid, 500) -- speed volta doSendMagicEffect(getCreaturePosition(cid), 34) doCreatureSay(cid, "Hmmm.", 19) return TRUE end
-
remover item ajuda simples
fecho mano vlw mesmo
-
remover item ajuda simples
function onSay(cid, words, param) if doPlayerRemoveMoney(cid, 0) == TRUE then doPlayerAddItem(cid,2343, 1) pos = getPlayerPosition(cid) doSendAnimatedText(pos, "BLESSED", TEXTCOLOR_RED) elseif(doPlayerRemoveMoney(cid,0) == FALSE) then doPlayerSendCancel(cid, "Você nao tem dinheiro.") end return TRUE end alguem poderia arruma essa script clica com ele nao esta removendo o item 2342.. queria por pra remover o 2342 e 2160, 1000000 n manjo de script tentei por o doplayerremoveitem mais n sei como fazer para ele conferir, se n tiver nao fazer a funçao..
-
Acc manager hack (magebomb), não achei nenhum que funcione!
testei todos os script e n deu.. fora isso ja vi outros na internet q tb nao deu.. testei agora com a dica do nextbr e funfo simples teste vc mesmo vai com god aonde o acc manager loga.. e cria um lixeiro /i 1777 abre os mc e quando rodar o item de acc manager o proximo nao loga diz q nao existe posição.. no meu caso tem parede atras tb.. loga apenas 5 acc manager
-
acc manager nao loga no site
up
-
acc manager nao loga no site
galera segui esse tutorial e coloquei o acc manager... cria conta tudo ok.. mais a conta criada no 1/1 nao loga no site..
-
[bug] bixo nao anda em cima de corpo
up
-
[bug] bixo nao anda em cima de corpo
obrigado por tentar ajudar mano, preciso mesmo arrumar isso.. mais com as sources nunca mexi, e nao achei esse arquivo alem da data tem a pasta docs segue imagem da pasta: http://postimg.org/image/gxu7b22ob/ http://postimg.org/image/m9x1iri17/ obs: baixei dev-C++, andei dando uma lida sobre.. abri todos os arquivos que achei, porem nao achei nada a respeito * if(!creature->canWalkthrough(*cit))
-
[bug] bixo nao anda em cima de corpo
up
-
[bug] bixo nao anda em cima de corpo
bom dia, estou com um ot on.. arrumei ele todo as quests.. todos bugs que estou achando.. e me deparei com um que nao acho a resposta... quando o player mata um bixo o outro que ta vivo nao passa em cima.. ( isso acaba com as quests )
-
como abrir dois servidores ot!
coloquei essas informações porem.. na hora de logar nao aparece o char liberei porta 7373 e 7474 tudo ok -- Connection config worldId = 1 ip = "10.1.1.2" bindOnlyConfiguredIpAddress = true loginPort = 7373 gamePort = 7474 adminPort = 7373 statusPort = 7373 ( e o ot tem sim os players só fiz uma copia do meu ot e estou tentando abrir outro igual como test )
-
[ajuda] char nao aparece
ajuda ai hj tive um ideia.. e eu tenho um ot. 1/1 online como dito antes... e colo falei tambem baixei mais ot e todos eles davam o mesmo problema de dizer q nao tem conta.. mesmo colocando uma database q ja esta em uso com contas on.. fiz uma copia do meu ot liberei as portas 7373 conforme coloquei acima o ipconfig.. e simplesmente deu o mesmo problema.. nem o 1/1 aparece o char -- Connection config worldId = 1 ip = "10.1.1.2" bindOnlyConfiguredIpAddress = false loginPort = 7373 gamePort = 7374 (tambem liberei a 7474 e coloquei aqui e testei conforme vi em um tutorial) adminPort = 7373 statusPort = 7373
-
[ajuda] char nao aparece
aqui esta o mysql sqlType = "mysql" sqlHost = "localhost" sqlPort = 3306 sqlUser = "root" sqlPass = "*****" sqlDatabase = "otserver" sqlFile = "otserver.s3db" sqlKeepAlive = 0 mysqlReadTimeout = 5000 mysqlWriteTimeout = 5000 encryptionType = "sha1" caso precise de mais algo aqui esta o resto ainda nem configurei... só mudei a porta (7474) pq estou com um outro aqui aberto... accountManager = "false" namelockManager = "no" newPlayerChooseVoc = "yes" newPlayerSpawnPosX = 160 newPlayerSpawnPosY = 54 newPlayerSpawnPosZ = 7 newPlayerTownId = 1 newPlayerLevel = 8 newPlayerMagicLevel = 0 generateAccountNumber = "no" redSkullLength = 180 * 60 * 1000 blackSkullLength = 240 * 60 * 1000 dailyFragsToRedSkull = 10 weeklyFragsToRedSkull = 100 monthlyFragsToRedSkull = 300 dailyFragsToBlackSkull = 20 weeklyFragsToBlackSkull = 120 monthlyFragsToBlackSkull = 480 dailyFragsToBanishment = 0 weeklyFragsToBanishment = 0 monthlyFragsToBanishment = 0 blackSkulledDeathHealth = 40 blackSkulledDeathMana = 0 useBlackSkull = true useFragHandler = true advancedFragList = false notationsToBan = 3 warningsToFinalBan = 1 warningsToDeletion = 5 banLength = 3 * 24 * 60 * 60 killsBanLength = 1 * 24 * 60 * 60 finalBanLength = 5 * 24 * 60 * 60 ipBanishmentLength = 9999 * 24 * 60 * 60 broadcastBanishments = false maxViolationCommentSize = 200 violationNameReportActionType = 2 autoBanishUnknownBytes = false worldType = "open" protectionLevel = 100 pvpTileIgnoreLevelAndVocationProtection = true pzLocked = 30 * 1000 huntingDuration = 45 * 1000 criticalHitChance = 7 criticalHitMultiplier = 1 displayCriticalHitNotify = false removeWeaponAmmunition = false removeWeaponCharges = false removeRuneCharges = "false" whiteSkullTime = 2 * 60 * 1000 noDamageToSameLookfeet = false showHealingDamage = true showHealingDamageForMonsters = false fieldOwnershipDuration = 5 * 1000 stopAttackingAtExit = false oldConditionAccuracy = false loginProtectionPeriod = 0 * 1000 deathLostPercent = 10 stairhopDelay = 0 * 1000 pushCreatureDelay = 0 * 500 deathContainerId = 1987 gainExperienceColor = 18 addManaSpentInPvPZone = true squareColor = 0 allowFightback = true worldId = 1 ip = "10.1.1.2" bindOnlyConfiguredIpAddress = false loginPort = 7373 gamePort = 7474 adminPort = 7373 statusPort = 7373 loginTries = 10 retryTimeout = 2 * 1000 loginTimeout = 5 * 1000 maxPlayers = 1000 motd = "*Bem Vindo ao Hollister OT.*" displayOnOrOffAtCharlist = true onePlayerOnlinePerAccount = false allowClones = false serverName = "Hollister OT" loginMessage = "Bem-Vindo ao Hollister OT Server!" statusTimeout = 10 * 100 replaceKickOnLogin = true forceSlowConnectionsToDisconnect = false loginOnlyWithLoginServer = false premiumPlayerSkipWaitList = false sqlType = "mysql" sqlHost = "localhost" sqlPort = 3306 sqlUser = "root" sqlPass = "069911" sqlDatabase = "otserver" sqlFile = "otserver.s3db" sqlKeepAlive = 0 mysqlReadTimeout = 5000 mysqlWriteTimeout = 5000 encryptionType = "sha1" deathListEnabled = true deathListRequiredTime = 1 * 60 * 1000 deathAssistCount = 19 maxDeathRecords = 5 ingameGuildManagement = true levelToFormGuild = 100 premiumDaysToFormGuild = 0 guildNameMinLength = 4 guildNameMaxLength = 20 highscoreDisplayPlayers = 100 updateHighscoresAfterMinutes = 2 buyableAndSellableHouses = true houseNeedPremium = false bedsRequirePremium = false levelToBuyHouse = 100 housesPerAccount = 1 houseRentAsPrice = false housePriceAsRent = false housePriceEachSquare = 10000 houseRentPeriod = "weekly" houseCleanOld = 0 guildHalls = false timeBetweenActions = 200 timeBetweenExActions = 1000 checkCorpseOwner = false hotkeyAimbotEnabled = true maximumDoorLevel = 500 mapName = "Baiak Yurots.otbm" mapAuthor = "Hollister World OT Server" randomizeTiles = true useHouseDataStorage = false storeTrash = true cleanProtectedZones = true mailboxDisabledTowns = "-1" defaultPriority = "high" niceLevel = 5 coresUsed = "-1" optimizeDatabaseAtStartup = true removePremiumOnInit = true confirmOutdatedVersion = false maxMessageBuffer = 10 bufferMutedOnSpellFailure = false dataDirectory = "data/" allowChangeOutfit = true allowChangeColors = true allowChangeAddons = true disableOutfitsForPrivilegedPlayers = false bankSystem = true saveGlobalStorage = true displaySkillLevelOnAdvance = false spellNameInsteadOfWords = false emoteSpells = true promptExceptionTracerErrorBox = true storePlayerDirection = false monsterLootMessage = 3 monsterLootMessageType = 25 separateViplistPerCharacter = false ghostModeInvisibleEffect = true ghostModeSpellEffects = true idleWarningTime = 1 * 60 * 1000 idleKickTime = 2 * 60 * 1000 expireReportsAfterReads = 1 playerQueryDeepness = 2 maxItemsPerPZTile = 0 maxItemsPerHouseTile = 0 freePremium = true premiumForPromotion = false blessingOnlyPremium = false blessingReductionBase = 30 blessingReductionDecreament = 5 eachBlessReduction = 8 experienceStages = true rateExperience = 250 rateExperienceFromPlayers = 0 rateSkill = 80 rateMagic = 35 rateLoot = 7 rateSpawn = 4 rateMonsterHealth = 1.0 rateMonsterMana = 1.0 rateMonsterAttack = 1.0 rateMonsterDefense = 1.0 minLevelThresholdForKilledPlayer = 0.9 maxLevelThresholdForKilledPlayer = 1.1 rateStaminaLoss = 0 rateStaminaGain = 10 rateStaminaThresholdGain = 12 staminaRatingLimitTop = 40 * 60 staminaRatingLimitBottom = 14 * 60 rateStaminaAboveNormal = 1.0 rateStaminaUnderNormal = 1.0 staminaThresholdOnlyPremium = false experienceShareRadiusX = 30 experienceShareRadiusY = 30 experienceShareRadiusZ = 1 experienceShareLevelDifference = 2 / 3 extraPartyExperienceLimit = 20 extraPartyExperiencePercent = 5 experienceShareActivity = 2 * 60 * 1000 globalSaveEnabled = false globalSaveHour = 24 shutdownAtGlobalSave = true cleanMapAtGlobalSave = false deSpawnRange = 2 deSpawnRadius = 50 maxPlayerSummons = 2 teleportAllSummons = false teleportPlayerSummons = false ownerName = "Hollister World OT Server" ownerEmail = "[email protected]" url = "http://HollisterOT.servegame.com/" location = "Brazil" displayGamemastersWithOnlineCommand = false adminLogsEnabled = true displayPlayersLogging = true prefixChannelLogs = "" runFile = "" outLogName = "" errorLogName = "" truncateLogsOnStartup = false
-
[ajuda] char nao aparece
OBS: acabei de colocar uma database ja com algumas senhas e que havia player.. mesmo assim na hora de logar no jogo ele diz q nao tem char na conta...
-
[ajuda] char nao aparece
boa noite.. entao tenho um ot baiak 8.6.. porem pretendo abrir outro um com site e talz... porem baixei 3 ot hj faço tudo ok no xampp abro ot anexo tudo ok.. database..mysql arrumo config.lua tudo ok ot abre.. site on... cria char.. porem.. na hora de logar todos eles diz q nao criei o char.. a conta deu ok só o char q nao.. fui baixando outros ot achando q poderia ser algo do proprio ot ou do site...mais pelo visto nao..
-
simples mais n acho aqui
galera tenho um ot 1/1 porem soh os comandos !rank e talz e n tem os deathlist queria um site pra poder aparecer o rank os deathlist e essas coisas.. porem n me preocupo com criar conta pelo site e nao acho por aqui algo do tipo.. alguem tem um tutorial ai para me colar que servi-se ?
-
negocio simples mais n acho aqui
galera tenho um ot 1/1 porem soh os comandos !rank e talz e n tem os deathlist queria um site pra poder aparecer o rank os deathlist e essas coisas.. porem n me preocupo com criar conta pelo site e nao acho por aqui algo do tipo.. alguem tem um tutorial ai para me colar que servi-se ?
-
house + stamina (bug+pedido)
sim mano.. baiak 8.6 The Forgotten Server
-
house + stamina (bug+pedido)
local config = { deathListEnabled = getBooleanFromString(getConfigInfo('deathListEnabled')), sqlType = getConfigInfo('sqlType'), maxDeathRecords = getConfigInfo('maxDeathRecords') } config.sqlType = config.sqlType == "sqlite" and DATABASE_ENGINE_SQLITE or DATABASE_ENGINE_MYSQL function onDeath(cid, corpse, lastHitKiller, mostDamageKiller) if(config.deathListEnabled ~= TRUE) then return end local hitKillerName = "field item" local damageKillerName = "" if(lastHitKiller ~= FALSE) then if(isPlayer(lastHitKiller) == TRUE) then hitKillerName = getPlayerGUID(lastHitKiller) else hitKillerName = getCreatureName(lastHitKiller) end if(mostDamageKiller ~= FALSE and mostDamageKiller ~= lastHitKiller and getCreatureName(mostDamageKiller) ~= getCreatureName(lastHitKiller)) then if(isPlayer(mostDamageKiller) == TRUE) then damageKillerName = getPlayerGUID(mostDamageKiller) else damageKillerName = getCreatureName(mostDamageKiller) end end end db.executeQuery("INSERT INTO `player_deaths` (`player_id`, `time`, `level`, `killed_by`, `altkilled_by`) VALUES (" .. getPlayerGUID(cid) .. ", " .. os.time() .. ", " .. getPlayerLevel(cid) .. ", " .. db.escapeString(hitKillerName) .. ", " .. db.escapeString(damageKillerName) .. ");") local rows = db.getResult("SELECT `player_id` FROM `player_deaths` WHERE `player_id` = " .. getPlayerGUID(cid) .. ";") if(rows:getID() ~= -1) then local amount = rows:getRows(true) - config.maxDeathRecords if(amount > 0) then if(config.sqlType == DATABASE_ENGINE_SQLITE) then for i = 1, amount do db.executeQuery("DELETE FROM `player_deaths` WHERE `rowid` = (SELECT `rowid` FROM `player_deaths` WHERE `player_id` = " .. getPlayerGUID(cid) .. " ORDER BY `time` LIMIT 1);") end else db.executeQuery("DELETE FROM `player_deaths` WHERE `player_id` = " .. getPlayerGUID(cid) .. " ORDER BY `time` LIMIT " .. amount .. ";") end end end end data\creaturescripts\scripts\playerdeath.lua
-
house + stamina (bug+pedido)
primeiramente obrigado mano era isso mesmo da house q precisava... e em questao da stamina.. o ot fica mt tempo on e tem mt area de hunt secreta e talz (n curto portal) entao os cara se enfia em buraco e deixa bot direto e bot eh livre dai fica foda kkkk quero fazer eles perde rank e talz ter q fica off
-
house + stamina (bug+pedido)
galera tenho um ot... ja desde 2012 e voltei a hostiar e tem 2 coisas q preciso arrumar house > alguma script q faça com que o player perca a house se ficar uns 30dias of ( pq ja abri esse ot e ele ficou mais de 1 ano on sem reset, e mt house parada ) stamina > quando player morre esta voltando stamina full.. achei alguns tópicos na net, porem nem um resolvido.. (nao tem e nem vou colocar sistema de algum item para ficar full stamina ) (New Slayer Yurots 8.6)