
Solutions
-
Rusherzin's post in (Resolvido){Pedido} Quest dando storage was marked as the answerBotei duas mensagens, uma quando pegar pela primeira vez, e, outra quando ele tentar pegar novamente..
function onUse(cid) local storage = 88888 if getPlayerStorageValue(cid, storage) ~= 1 then doPlayerSetStorageValue(cid, storage, 1) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Parabéns, você derrotou o boss e ganhou sua aura.") elseif getPlayerStorageValue(cid, storage) == 1 then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Você já pegou a sua aura.") end return TRUE end -
Rusherzin's post in (Resolvido)[bug ao criar conta] was marked as the answerAssim, toda vocação que tiver o seu fromvoc igual ao seu id aparecerá no account manager..
Eu tirei do account manager as vocações com [quest] no nome e você já sabe como tira as outras..
-
Rusherzin's post in (Resolvido)[TALKACTION] Remover item e dar item! was marked as the answerSou péssimo em fazer scripts pequenos, mas, quero ajudar..
talkactions.xml
<talkaction words="!akatsuki" event="script" value="akatsuki.lua"/> akatsuki.lua
function onSay(cid) local ter1 = 11534 local ter2 = 11535 local ter3 = 11536 local ter4 = 11537 local ter5 = 11538 local ter6 = 11539 local ter7 = 11540 local ter8 = 11541 local ter9 = 11542 local ter10 = 11543 local receber1 = 12681 local receber2 = 12682 local receber3 = 12683 local receber4 = 12684 local receber5 = 12685 local receber6 = 12686 local receber7 = 12687 local receber8 = 12688 local receber9 = 12689 local receber10 = 12690 if getPlayerItemCount(cid, ter1) >0 and getPlayerItemCount(cid, ter2) >0 and getPlayerItemCount(cid, ter3) >0 and getPlayerItemCount(cid, ter4) >0 and getPlayerItemCount(cid, ter5) >0 and getPlayerItemCount(cid, ter6) >0 and getPlayerItemCount(cid, ter7) >0 and getPlayerItemCount(cid, ter8) >0 and getPlayerItemCount(cid, ter9) >0 and getPlayerItemCount(cid, ter10) >0 then doPlayerRemoveItem(cid, ter1, 1) doPlayerRemoveItem(cid, ter2, 1) doPlayerRemoveItem(cid, ter3, 1) doPlayerRemoveItem(cid, ter4, 1) doPlayerRemoveItem(cid, ter5, 1) doPlayerRemoveItem(cid, ter6, 1) doPlayerRemoveItem(cid, ter7, 1) doPlayerRemoveItem(cid, ter8, 1) doPlayerRemoveItem(cid, ter9, 1) doPlayerRemoveItem(cid, ter10, 1) doPlayerAddItem(cid, receber1, 1) doPlayerAddItem(cid, receber2, 1) doPlayerAddItem(cid, receber3, 1) doPlayerAddItem(cid, receber4, 1) doPlayerAddItem(cid, receber5, 1) doPlayerAddItem(cid, receber6, 1) doPlayerAddItem(cid, receber7, 1) doPlayerAddItem(cid, receber8, 1) doPlayerAddItem(cid, receber9, 1) doPlayerAddItem(cid, receber10, 1) else doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Você não tem todos os itens necessários") end return TRUE end -
Rusherzin's post in (Resolvido)Ajuda Sql Studio was marked as the answerAbra o programa Sqlite
Selecione a database do seu server, o arquivo é esse ".s3db", por exemplo o "forgottenserver.s3db"
Na parte superior do programa, na aba "Tools", clica e seleciona "Open SQL query editor" ou aperte (ALT + E).
Vai abrir uma janela branca, nela você cola isso:
ALTER TABLE `players` ADD `rep` INTEGER NOT NULL DEFAULT 0 Depois aperta F9.
-
Rusherzin's post in (Resolvido)Potions sumindo was marked as the answerSó consigo pensar que tu estás mexendo no arquivo errado, aqui fica em actions/scripts/liquids/ no pontions.lua.
Veja se esse script que tu mandaste está de fato registrado no actions.xml ou se há outro..
-
Rusherzin's post in (Resolvido){Erro} Distro, items.xml was marked as the answerAcho que agora está certo.. LINK
O seu erro era por uma "/" no final da tag do item por exemplo:
<item id="12934" article="a" name="Caixa eletronico" /> O certo seria:
<item id="12934" article="a" name="Caixa eletronico" > -
Rusherzin's post in (Resolvido)ajuda trocar caveira do pk e da red por outra was marked as the answerNão sei qual é a versão do seu OT, mas pega esse Pic Editor, abra, clique em "Achar" e procure a pasta do seu Client.
Depois, clica em "Extrair" e vai até a pasta do seu Client e vai ter uma pasta chamada images, você abre a imagem "003" e edita ali as 'caveirinhas' depois salva a imagem (não se esqueça do fundo da imagem transparente) e vai no programa e clica em "Compila".
-
Rusherzin's post in (Resolvido)Adicionar vocaçao no acc manager was marked as the answerCreio que seja assim:
No vocations.xml você procura pelas vocações que você quer adicionar ao account manager, ai você vê o id delas.
Por Exemplo:
<vocation id="1" name="Naruto" description="a naruto" needpremium="0" gaincap="25" gainhp="15" gainmana="5" gainhpticks="1" gainhpamount="1" gainmanaticks="2" gainmanaamount="3" manamultiplier="3.0" attackspeed="2000" soulmax="100" gainsoulticks="120" fromvoc="1"> Aí lá no fim tem fromvoc="", para aparecer no account manager você deixa o id da sua vocação.
Se for id = 2 o fromvoc é 2, se for id 3 o from voc é 3..
E os que estiverem com o numero diferente de suas respectivas vocações não irão aparacer no account manager.
-
Rusherzin's post in (Resolvido)Erro Sql - Falta Coluna was marked as the answer1° Abra o programa Sqlite
2° Selecione a database do seu servidor, o arquivo é algo com ".s3db", por Ex: "forgottenserver.s3db"
3° Na parte superior do programa tem a aba "Tools" > "Open SQL Query Editor" ou simplesmente (ALT + E).
4° Vai abrir uma janela , e, nela você cola isso:
ALTER TABLE `players` ADD `rep` INTEGER NOT NULL DEFAULT 0 E aperta F9..
-
Rusherzin's post in (Resolvido)[dúvida] COMO CRIAR ITEM VIP OU EDITAR OS EXISTENTES was marked as the answerNão sei como te explicar, mas, eu aprendi vendo tutoriais.. E, achei estes: AQUI e AQUI
Dá uma olhadinha
-
Rusherzin's post in (Resolvido)script do premiumtile dando erro was marked as the answerTenta esse script:
local npos = {x=132, y=348, z=7} --- posição para onde sera teleportado function onStepIn(cid, item, position, fromPosition, toPosition) if isPremium(cid) then doTeleportThing(cid, npos) doSendMagicEffect(npos,10) else doTeleportThing(cid, fromPosition) doPlayerSendCancel(cid, "Você não é premium.") end return true end Tag:
<movevent type="StepIn" actionid="1568" event="script" value="premiumtile.lua"/> (agora é no ACTION ID)
-
Rusherzin's post in (Resolvido)Como mudar dados da website was marked as the answerProcura em htdocs/, dentro do lastestnews.php. Aredito que seja lá.
-
Rusherzin's post in (Resolvido)quero tirar o site do meu ot / que no caso é mysql was marked as the answer-- Account manager accountManager = true namelockManager = true newPlayerChooseVoc = true newPlayerSpawnPosX = 100 newPlayerSpawnPosY = 40 newPlayerSpawnPosZ = 6 newPlayerTownId = 1 newPlayerLevel = 10 newPlayerMagicLevel = 0 generateAccountNumber = false generateAccountSalt = false -- Rook system useRookSystem = false rookTownId = 1 rookLevelToGetRooked = 5 rookLevelToLeaveRook = 8 -- Unjustified kills useFragHandler = true redSkullLength = 1 * 24 * 60 * 60 blackSkullLength = 2 * 24 * 60 * 60 fragsLimit = 24 * 60 * 60 fragsSecondLimit = 7 * 24 * 60 * 60 fragsThirdLimit = 30 * 24 * 60 * 60 fragsToRedSkull = 6 fragsSecondToRedSkull = 8 fragsThirdToRedSkull = 10 fragsToBlackSkull = 8 fragsSecondToBlackSkull = 10 fragsThirdToBlackSkull = 12 fragsToBanishment = fragsToRedSkull fragsSecondToBanishment = fragsSecondToRedSkull fragsThirdToBanishment = fragsThirdToRedSkull blackSkulledDeathHealth = 40 blackSkulledDeathMana = 0 useBlackSkull = true advancedFragList = false -- Banishments notationsToBan = 3 warningsToFinalBan = 4 warningsToDeletion = 5 banLength = 7 * 24 * 60 * 60 killsBanLength = 7 * 24 * 60 * 60 finalBanLength = 30 * 24 * 60 * 60 ipBanLength = 1 * 24 * 60 * 60 allowedMaxSizePackets = 20 -- Battle worldType = "open" protectionLevel = 50 pvpTileIgnoreLevelAndVocationProtection = true pzLocked = 60 * 1000 huntingDuration = 60 * 1000 criticalHitChance = 7 criticalHitMultiplier = 1 displayCriticalHitNotify = false removeWeaponAmmunition = true removeWeaponCharges = true removeRuneCharges = true whiteSkullTime = 15 * 60 * 1000 noDamageToSameLookfeet = false showHealthChange = false showManaChange = false showHealthChangeForMonsters = false showManaChangeForMonsters = false fieldOwnershipDuration = 5 * 1000 stopAttackingAtExit = false loginProtectionPeriod = 10 * 1000 deathLostPercent = 10 stairhopDelay = 2 * 1000 pushCreatureDelay = 2 * 1000 deathContainerId = 1987 gainExperienceColor = 215 addManaSpentInPvPZone = true recoverManaAfterDeathInPvPZone = false squareColor = 0 allowFightback = true fistBaseAttack = 7 useFairfightReduction = true optionalWarAttackableAlly = false -- Connection config worldId = 0 ip = "192.99.13.42" bindOnlyGlobalAddress = false loginPort = 7171 gamePort = "7172" loginTries = 3 retryTimeout = 5 * 1000 loginTimeout = 60 * 1000 maxPlayers = 1000 spoofPlayers = 0 motd = "Welcome to the Tibia Ot War Server!" displayOnOrOffAtCharlist = false onePlayerOnlinePerAccount = true allowClones = 0 serverName = "Tibia Ot War" serverPreview = true loginMessage = "Welcome to the Tibia Ot War Server!" statusTimeout = 5 * 60 * 1000 replaceKickOnLogin = true forceSlowConnectionsToDisconnect = false loginOnlyWithLoginServer = false premiumPlayerSkipWaitList = true packetsPerSecond = 50 -- RSA rsaPrime1 = "14299623962416399520070177382898895550795403345466153217470516082934737582776038882967213386204600674145392845853859217990626450972452084065728686565928113" rsaPrime2 = "7630979195970404721891201847792002125535401292779123937207447574596692788513647179235335529307251350570728407373705564708871762033017096809910315212884101" rsaPublic = "65537" rsaModulus = "109120132967399429278860960508995541528237502902798129123468757937266291492576446330739696001110603907230888610072655818825358503429057592827629436413108566029093628212635953836686562675849720620786279431090218017681061521755056710823876476444260558147179707119674283982419152118103759076030616683978566631413" rsaPrivate = "46730330223584118622160180015036832148732986808519344675210555262940258739805766860224610646919605860206328024326703361630109888417839241959507572247284807035235569619173792292786907845791904955103601652822519121908367187885509270025388641700821735345222087940578381210879116823013776808975766851829020659073" -- Database sqlType = "Sqlite" sqlHost = "localhost" sqlPort = 3306 sqlUser = "root" sqlPass = "SENHA" sqlDatabase = "DATABSE" sqlFile = "alissowserver.s3db" sqlKeepAlive = 0 mysqlReadTimeout = 10 mysqlWriteTimeout = 10 mysqlReconnectionAttempts = 3 encryptionType = "sha1" -- Deathlist deathListEnabled = true deathListRequiredTime = 1 * 60 * 1000 deathAssistCount = 19 maxDeathRecords = 5 multipleNames = false -- Guilds ingameGuildManagement = false levelToFormGuild = 75 premiumDaysToFormGuild = 0 guildNameMinLength = 4 guildNameMaxLength = 20 -- Houses buyableAndSellableHouses = true houseNeedPremium = false bedsRequirePremium = true levelToBuyHouse = 50 housesPerAccount = 0 houseRentAsPrice = false housePriceAsRent = false housePriceEachSquare = 1000 houseSkipInitialRent = true houseRentPeriod = "never" houseCleanOld = 0 guildHalls = true houseProtection = true levelToOfflineInBed = 8 -- Item usage timeBetweenActions = 200 timeBetweenExActions = 1000 timeBetweenCustomActions = 500 hotkeyAimbotEnabled = true tibiaClassicSlots = true canOnlyRopePlayers = true -- Map mapName = "4funantigo.otbm" mapAuthor = "Aninha" randomizeTiles = true storeTrash = true cleanProtectedZones = true -- Mailbox mailboxDisabledTowns = "" mailMaxAttempts = 20 mailBlockPeriod = 60 * 60 * 1000 mailAttemptsFadeTime = 10 * 60 * 1000 -- Market marketEnabled = true marketOfferDuration = 30 * 24 * 60 * 60 premiumToCreateMarketOffer = false checkExpiredMarketOffersEachMinutes = 60 maxMarketOffersAtATimePerPlayer = 100 -- Process daemonize = false defaultPriority = "high" niceLevel = 5 serviceThreads = 1 coresUsed = "-1" -- Startup startupDatabaseOptimization = true updatePremiumStateAtStartup = true confirmOutdatedVersion = false skipItemsVersionCheck = true -- Spells formulaLevel = 5.0 formulaMagic = 1.0 bufferMutedOnSpellFailure = false spellNameInsteadOfWords = false emoteSpells = false unifiedSpells = true enableCooldowns = true -- Outfits allowChangeOutfit = true allowChangeColors = true allowChangeAddons = true disableOutfitsForPrivilegedPlayers = false addonsOnlyPremium = false -- Miscellaneous dataDirectory = "data/" logsDirectory = "data/logs/" bankSystem = true promptExceptionTracerErrorBox = true maximumDoorLevel = 500 maxMessageBuffer = 4 logPlayersStatements = false tradeLimit = 100 useCapacity = true playerFollowExhaust = 2000 -- Depot defaultDepotSizePremium = 2000 defaultDepotSize = 100 -- Mounts useMounts = true unmountPlayerInPz = true -- VIP list separateVipListPerCharacter = false vipListDefaultLimit = 20 vipListDefaultPremiumLimit = 100 -- Saving-related houseDataStorage = "binary" saveGlobalStorage = true storePlayerDirection = false savePlayerData = true -- Loot checkCorpseOwner = true monsterLootMessage = 3 monsterLootMessageType = 21 -- Ghost mode ghostModeInvisibleEffect = false ghostModeSpellEffects = true -- Limits idleWarningTime = 14 * 60 * 1000 idleKickTime = 15 * 60 * 1000 reportsExpirationAfterReads = 1 playerQueryDeepness = -1 tileLimit = 0 protectionTileLimit = 0 houseTileLimit = 0 -- Premium-related freePremium = false premiumForPromotion = false -- Blessings blessings = true blessingOnlyPremium = false blessingReductionBase = 30 blessingReductionDecrement = 5 eachBlessReduction = 8 pvpBlessingThreshold = 40 fairFightTimeRange = 60 -- Rates experienceStages = true rateExperience = 400.0 rateExperienceFromPlayers = 10.0 rateSkill = 30.0 rateMagic = 10.0 rateLoot = 3.0 rateSpawnMin = 1 rateSpawnMax = 3 -- Monster rates rateMonsterHealth = 1.0 rateMonsterMana = 1.0 rateMonsterAttack = 1.0 rateMonsterDefense = 1.0 -- Experience from players minLevelThresholdForKilledPlayer = 0.9 maxLevelThresholdForKilledPlayer = 1.1 -- Stamina rateStaminaLoss = 1 rateStaminaGain = 3 rateStaminaThresholdGain = 12 staminaRatingLimitTop = 42 * 60 staminaRatingLimitBottom = 14 * 60 staminaLootLimit = 14 * 60 rateStaminaAboveNormal = 1.5 rateStaminaUnderNormal = 0.5 staminaThresholdOnlyPremium = true -- Party experienceShareRadiusX = 30 experienceShareRadiusY = 30 experienceShareRadiusZ = 1 experienceShareLevelDifference = 2 / 3 extraPartyExperienceLimit = 20 extraPartyExperiencePercent = 5 experienceShareActivity = 2 * 60 * 1000 -- Global save globalSaveEnabled = false globalSaveHour = 8 globalSaveMinute = 0 shutdownAtGlobalSave = true cleanMapAtGlobalSave = false closeInstanceOnShutdown = true -- Spawns deSpawnRange = 2 deSpawnRadius = 50 monsterSpawnWalkback = true allowBlockSpawn = true -- Summons maxPlayerSummons = 2 teleportAllSummons = false teleportPlayerSummons = false -- Status statusPort = 7171 ownerName = "Tibia" ownerEmail = "[email protected]" url = "http://www.tibia.com" location = "Brazil" displayGamemastersWithOnlineCommand = false -- Logs disableLuaErrors = false displayPlayersLogging = true prefixChannelLogs = "" runFile = "" outputLog = "" truncateLogOnStartup = false -- Manager managerPort = 7171 managerLogs = true managerPassword = "" managerLocalhostOnly = true managerConnectionsLimit = 1 -- Admin adminPort = 7171 adminLogs = true adminPassword = "" adminLocalhostOnly = true adminConnectionsLimit = 1 adminRequireLogin = true adminEncryption = "" adminEncryptionData = ""
-
Rusherzin's post in (Resolvido)[PEDIDO] Pic Editor was marked as the answerEu uso esse AQUI em 8.54 e é só colocar a imagem no formato e tamanho original que fica certinho.
-
Rusherzin's post in (Resolvido)ERRO DISTRO OTSERV was marked as the answerNão tenho certeza, mas, tenta isso:
ALTER TABLE `players` ADD `exphist8` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist7`, ADD `exphist9` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist8`, ADD `exphist10` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist9`, ADD `exphist11` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist10`, ADD `exphist12` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist11`, ADD `exphist13` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist12`, ADD `exphist14` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist13`, ADD `exphist15` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist14`, ADD `exphist16` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist15`, ADD `exphist17` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist16`, ADD `exphist18` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist17`, ADD `exphist19` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist18`, ADD `exphist20` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist19`, ADD `exphist21` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist20`, ADD `exphist22` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist21`, ADD `exphist23` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist22`, ADD `exphist24` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist23`, ADD `exphist25` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist24`, ADD `exphist26` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist25`, ADD `exphist27` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist26`, ADD `exphist28` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist27`, ADD `exphist29` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist28`, ADD `exphist30` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist29`, ADD `exphist31` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist30`, ADD `onlinetime8` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime7`, ADD `onlinetime9` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime8`, ADD `onlinetime10` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime9`, ADD `onlinetime11` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime10`, ADD `onlinetime12` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime11`, ADD `onlinetime13` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime12`, ADD `onlinetime14` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime13`, ADD `onlinetime15` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime14`, ADD `onlinetime16` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime15`, ADD `onlinetime17` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime16`, ADD `onlinetime18` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime17`, ADD `onlinetime19` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime18`, ADD `onlinetime20` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime19`, ADD `onlinetime21` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime20`, ADD `onlinetime22` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime21`, ADD `onlinetime23` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime22`, ADD `onlinetime24` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime23`, ADD `onlinetime25` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime24`, ADD `onlinetime26` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime25`, ADD `onlinetime27` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime26`, ADD `onlinetime28` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime27`, ADD `onlinetime29` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime28`, ADD `onlinetime30` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime29`, ADD `onlinetime31` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime30`; -
Rusherzin's post in (Resolvido){Ajuda} Items.xml was marked as the answerProcurei um pouco e só o que achei foi isso:
Attributes
incraseMagicPercent (acrescenta dano magico) healthGain (Hp que ganha) healtTicks (Intervalo de heal do Hp) manaGain (Mana que ganha) manaTicks (Intervalo de heal de Mana) absorbPercentPhysical (% que absorve o fisico) absorbPercentEnergy (% que absorve o energia) absorbPercentPoison (% absorve o poison) absorbPercentFire (% absorve o fogo) absorbPercentLifeDrain (% absorve o lifeDrain) invisible (fica invisivel) skillFist (skill de fist) skillDistance (skill de distance) skillSword (skill na sword) skillClub (skill na club) skillAxe (skill no axe) manashield (serve como utamo vita) speed (adiciona velocidade) invisible (adiciona invisibilidade) maxHitPoints (acrescenta Vida) maxHitPointsPercent (acrescenta Vida) maxManaPoints (acrescenta Mana) maxManaPointsPercent (acrescenta mana) soulPoints (acrescenta soul) soulPointsPercent (acrescenta os pontos de soul) magicPoints (acresnta Ml) maiclevelpoints (acrescenta ML) magicPointsPercent (acrescenta ML) absorbPercentAll (Protege contra tudo absorbPercentManaDrain (absorve manaDrain) absorbPercentDrown (absore His acuaticos) suppressDrunk (da Imunidade conta drunk seria Bebado) suppressEnergy (da imunidade contra energia) suppressFire (imunidade contra fire) suppressPoison (iminidade contra posion) suppressLifeDrain (imunidade a life drain) suppressDrown (imunidade a drown) suppressFreeze (imunidade a gelo) suppressDazzle (imunidade contra Holy) suppressCurse (imunidade contra death) duration (duraçao do Item) decayTo (quando o Item se trasforma em outro exemplo o Dead Human ele vai virando eskeleto de acordo com o tempo) description (adicionar uma descrisao no item) floorchange (para deser Scadas sempre adicione Down no atributo) effect (adicionado um efeito) allowpickupable (Não sei) blockprojectile (Não sei) levelDoor (para adicionar lvl door) weaponType (serve para adicionar se e Sword,axe,club,Distance) shootType (adicionando efect do attack exemplo [Smallstone]) range (adicionar a distancia de onde ele ataca) containerSize (adicionar containr em backpack) damage (adicionar o tempo do damage em field) ticks o (tempo que o damage dura) ammoType (o tipo da muniçao como arrow & bolt) slotType (exemplo arma de 2 mao two-handed) armor (adicionar armor no item) attack (adicionar attack no item) hitChance (adicionar a chance do Hit) ammoAction (exemplo para remover o Bolt Ou arrow adicione removecount) defense (adicionar defesa no item) weight (adicionar peso No item) elementFire (adicionar damage de fire no item) elementIce (adicionar damage de ice no item) elementPoison (adicionar elemento de Poison no Item) elementEnergy (adicionar elemento de enrgia no item) elementDeath (adicionar elemento de death no item) elementHoly (adicionar elemento de Holy no item) preventLoss (para que nao perca items serve como uma aol) Slots:
two-handed legs body feet Shield Head Sword Axe Club Distance Não sei se todos realmente existem ou se estão bem explicados, mas você vai tentando usá-los.. Boa sorte
-
Rusherzin's post in (Resolvido)[spells] players usando no protection zone was marked as the answerCreio que seja só alterar aggressive= "0" para aggressive= "1". Ficando assim:
<instant name="ultra damage" words="Danger Attack" lvl="45" mana="1000" aggressive="1" selftarget="1" exhaustion="500" needlearn="0" event="script" value="attack/Danger attack.lua"> <vocation id="1"/> <vocation id="2"/> <vocation id="3"/> Tenta aí
-
Rusherzin's post in (Resolvido)ERRO XAMPP AO CHEGA NO STEP 5 was marked as the answerAcho que é só ir no phpMyAdmin e executar isso:
ALTER TABLE `accounts` ADD `vip_time` int(11) NOT NULL DEFAULT 0; -
Rusherzin's post in (Resolvido)Talkaction Outfit was marked as the answer@Edit Já consegui arrumar, e era falta de atenção minha..
Deixo o script para se alguém um dia precisar..
function onSay(cid, words, param) if getPlayerVocation(cid) == 1 and getPlayerLevel(cid) >= 120 then doPlayerSetVocation(cid, 2) local outfit = {lookType = 8 , lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0, lookAddons = 0} doCreatureChangeOutfit(cid, outfit) doSendMagicEffect(getCreaturePosition(cid), 12) doPlayerSendCancel(cid, "Transformou-se com sucesso!") elseif getPlayerLevel(cid) < 120 then doPlayerSendCancel(cid, "É necessário no mínimo level 120 para transformar-se.") end return true end Reportarei o post para que fechem, obrigado.