Histórico de Curtidas
-
julemar recebeu reputação de
Magalhaes92em comando !save personagemBoa Noite
bom como ja diz ali em cima vou postar um script do comando !save o que ela faz ela salva o seu personagem ,normalmenti essa script tem em uns mapa global e alguns servers mais pra facilita a vida de uns vo postar ela.vamos postar ela logo abaixo passo a passo
Criei um arquivo .lua no talkactions chamado saveyourchar.lua apague tudo que tem dentro dele e add isso
depois adicione em talkactions.xml o seguinte comando:
Bom seu comando !save esta pronto
Obs: bom os creditos nao sao meu,nao sei se ja tem algo desse tipo aqui no tk so postei mesmo pra ajuda ,caso tenha alguma coisa errada avisei.se eu soubesse o de quem era o dono dos creditos eu coloka eu retirei de um mapa global.
-
julemar recebeu reputação de Junior Torres em [8.60] Mega-War OTNossa Bicho, o mapa é bom mais a distro tem muito virus veio se nao tivesse tanto virus acusando no scan la eu baixava troka a distro ai,bom eu ia te dar REP+ mais nem vo se vc disponibiliza uma distro com menos acusaçao de virus eu do REP+.
Mais mudando o assunto ,muito bom o mapa vlw por trazer pra ca pro TK tenta arruma outra distro ai um mapa bom como esse nao mereci uma distrito dessa.
Flw Abraços
-
julemar recebeu reputação de slader34 em comando !save personagemBoa Noite
bom como ja diz ali em cima vou postar um script do comando !save o que ela faz ela salva o seu personagem ,normalmenti essa script tem em uns mapa global e alguns servers mais pra facilita a vida de uns vo postar ela.vamos postar ela logo abaixo passo a passo
Criei um arquivo .lua no talkactions chamado saveyourchar.lua apague tudo que tem dentro dele e add isso
depois adicione em talkactions.xml o seguinte comando:
Bom seu comando !save esta pronto
Obs: bom os creditos nao sao meu,nao sei se ja tem algo desse tipo aqui no tk so postei mesmo pra ajuda ,caso tenha alguma coisa errada avisei.se eu soubesse o de quem era o dono dos creditos eu coloka eu retirei de um mapa global.
-
julemar recebeu reputação de cara de rola em [8.60] Baiak Criado Por VinnyBom trabalho cara mapa ta bom,so que ia ficar melhor se vc tirasse alguns erros que tem na distro quanto a isso o mapa ta legal
REP++
Como voce nao fez o scan eu fiz o scan pra vc ja ta ali o link abaixo:
https://www.virustotal.com/pt/file/c020311552278f0fa4598286be3ce5e89cc0abcaf713f5bda838e92ba15c9d2b/analysis/1381265908/
-
julemar deu reputação a ViitinG em (Resolvido)script de addon para freeFaça um backup deste config.lua e tente usar esse :
-- The Forgotten Server Config -- Account manager accountManager = "yes" namelockManager = "no" newPlayerChooseVoc = "yes" newPlayerSpawnPosX = 160 newPlayerSpawnPosY = 54 newPlayerSpawnPosZ = 7 newPlayerTownId = 1 newPlayerLevel = 10 newPlayerMagicLevel = 1 generateAccountNumber = "no" --startupLight = 40 -- Unjustified kills -- NOTE: *Banishment and *BlackSkull variables are >summed up< -- (dailyFragsToRedSkull + dailyFragsToBanishment) with their -- *RedSkull equivalents. -- Auto banishing works only if useBlackSkull set to negative. -- advancedFragList is not advised if you use huge frags -- requirements. redSkullLength = 200 * 60 * 1000 blackSkullLength = 200 * 60 * 1000 dailyFragsToRedSkull = 20 weeklyFragsToRedSkull = 60 monthlyFragsToRedSkull = 300 dailyFragsToBlackSkull = 25 weeklyFragsToBlackSkull = 70 monthlyFragsToBlackSkull = 350 dailyFragsToBanishment = 50 weeklyFragsToBanishment = 300 monthlyFragsToBanishment = 400 blackSkulledDeathHealth = 40 blackSkulledDeathMana = 0 useBlackSkull = true useFragHandler = true advancedFragList = false -- Banishments -- violationNameReportActionType 1 = just a report, 2 = name lock, 3 = player banishment -- killsBanLength works only if useBlackSkull option is disabled. notationsToBan = 3 warningsToFinalBan = 1 warningsToDeletion = 5 banLength = 7 * 24 * 60 * 60 killsBanLength = 7 * 24 * 60 * 60 finalBanLength = 30 * 24 * 60 * 60 ipBanishmentLength = 2 * 60 * 60 broadcastBanishments = false maxViolationCommentSize = 200 violationNameReportActionType = 2 autoBanishUnknownBytes = false -- Battle -- NOTE: showHealingDamageForMonsters inheritates from showHealingDamage. -- loginProtectionPeriod is the famous Tibia anti-magebomb system. -- deathLostPercent set to nil enables manual mode. worldType = "pvp" protectionLevel = 50 pvpTileIgnoreLevelAndVocationProtection = true pzLocked = 1 * 60 * 1000 huntingDuration = 60 * 300 criticalHitChance = 7 criticalHitMultiplier = 1 displayCriticalHitNotify = false removeWeaponAmmunition = false removeWeaponCharges = true removeRuneCharges = "no" whiteSkullTime = 4 * 60 * 1000 noDamageToSameLookfeet = false showHealingDamage = true showHealingDamageForMonsters = false fieldOwnershipDuration = 5 * 1000 stopAttackingAtExit = false oldConditionAccuracy = false loginProtectionPeriod = 2 * 1000 deathLostPercent = 20 stairhopDelay = 0 * 1000 pushCreatureDelay = 1 * 1000 addonsOnlyPremium = false deathContainerId = 1987 gainExperienceColor = 180 addManaSpentInPvPZone = true squareColor = 0 allowFightback = true -- Connection config worldId = 0 ip = "127.0.0.1" bindOnlyConfiguredIpAddress = false loginPort = 7171 gamePort = 7172 adminPort = 7171 statusPort = 7171 loginTries = 10 retryTimeout = 4 * 1000 loginTimeout = 10 * 1000 maxPlayers = 200 motd = "Bem vindo aoBaiak." displayOnOrOffAtCharlist = false onePlayerOnlinePerAccount = false allowClones = false serverName = "Baiak" loginMessage = "" statusTimeout = 5 * 60 * 1000 replaceKickOnLogin = true forceSlowConnectionsToDisconnect = false loginOnlyWithLoginServer = false premiumPlayerSkipWaitList = false -- Database -- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database. -- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value. sqlType = "sqlite" sqlHost = "localhost" sqlPort = 3306 sqlUser = "root" sqlPass = "" sqlDatabase = "theforgottenserver" sqlFile = "forgottenserver.s3db" sqlKeepAlive = 0 mysqlReadTimeout = 10 mysqlWriteTimeout = 10 encryptionType = "plain" -- Deathlist deathListEnabled = true deathListRequiredTime = 1 * 60 * 1000 deathAssistCount = 5 maxDeathRecords = 5 -- Guilds ingameGuildManagement = true levelToFormGuild = 50 premiumDaysToFormGuild = 0 guildNameMinLength = 5 guildNameMaxLength = 20 -- Highscores highscoreDisplayPlayers = 20 updateHighscoresAfterMinutes = 1 -- Houses buyableAndSellableHouses = true houseNeedPremium = false bedsRequirePremium = false levelToBuyHouse = 50 housesPerAccount = 0 houseRentAsPrice = false housePriceAsRent = false housePriceEachSquare = 2000 houseRentPeriod = "never" houseCleanOld = 0 guildHalls = false -- Item usage timeBetweenActions = 200 timeBetweenExActions = 1000 checkCorpseOwner = false hotkeyAimbotEnabled = true maximumDoorLevel = 500 -- Map -- NOTE: storeTrash costs more memory, but will perform alot faster cleaning. -- useHouseDataStorage usage may be found at README. mapName = "Baiak Barao" mapAuthor = "{ADM} Barao" randomizeTiles = true useHouseDataStorage = false storeTrash = true cleanProtectedZones = true mailboxDisabledTowns = "-1" -- Startup -- NOTE: defaultPriority works only on Windows and niceLevel on *nix -- coresUsed are seperated by comma cores ids used by server process, -- default is -1, so it stays untouched (automaticaly assigned by OS). defaultPriority = "high" niceLevel = 5 coresUsed = "4" optimizeDatabaseAtStartup = true removePremiumOnInit = true confirmOutdatedVersion = false -- Muted buffer maxMessageBuffer = 6 bufferMutedOnSpellFailure = false -- Miscellaneous -- NOTE: promptExceptionTracerErrorBox works only with precompiled support feature, -- called "exception tracer" (__EXCEPTION_TRACER__ flag). -- monsterLootMessage 0 to disable, 1 - only party, 2 - only player, 3 - party or player (like Tibia's) 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 = 27 separateViplistPerCharacter = false -- Ghost mode ghostModeInvisibleEffect = false ghostModeSpellEffects = true -- Limits idleWarningTime = 14 * 60 * 1000 idleKickTime = 15 * 60 * 1000 expireReportsAfterReads = 1 playerQueryDeepness = 2 maxItemsPerPZTile = 0 maxItemsPerHouseTile = 0 maxPlayers = 150 -- Premium-related freePremium = false premiumForPromotion = true -- Blessings -- NOTE: blessingReduction* regards items/containers loss. -- eachBlessReduction is how much each bless reduces the experience/magic/skills loss. blessingOnlyPremium = false blessingReductionBase = 30 blessingReductionDecreament = 5 eachBlessReduction = 8 -- Rates -- NOTE: experienceStages configuration is located in data/XML/stages.xml. -- rateExperienceFromPlayers 0 to disable. experienceStages = "yes" rateExperience = 600 rateExperienceFromPlayers = 0 rateSkill = 80 rateMagic = 40 rateLoot = 20 rateSpawn = 10 -- Monster rates rateMonsterHealth = 1.0 rateMonsterMana = 1.0 rateMonsterAttack = 1.0 rateMonsterDefense = 1.0 -- Experience from players -- NOTE: min~Threshold* set to 0 will disable the minimum threshold: -- player will gain experience from every lower leveled player. -- max~Threshold* set to 0 will disable the maximum threshold: -- player will gain experience from every higher leveled player. --minLevelThresholdForKilledPlayer = 0.9 --maxLevelThresholdForKilledPlayer = 1.1 -- Stamina -- NOTE: Stamina is stored in miliseconds, so seconds are multiplied by 1000. -- rateStaminaHits multiplies every hit done a creature, which are later -- multiplied by player attack speed. -- rateStaminaGain is divider of every logged out second, eg: -- 60000 / 3 = 20000 milliseconds, what gives 20 stamina seconds for 1 minute being logged off. -- rateStaminaThresholdGain is divider for the premium stamina. -- staminaRatingLimit* is in minutes. rateStaminaLoss = 1 rateStaminaGain = 3 rateStaminaThresholdGain = 12 staminaRatingLimitTop = 41 * 60 staminaRatingLimitBottom = 14 * 60 rateStaminaAboveNormal = 1.5 rateStaminaUnderNormal = 0.5 staminaThresholdOnlyPremium = true -- Party -- NOTE: experienceShareLevelDifference is float number. -- experienceShareLevelDifference is highestLevel * value experienceShareRadiusX = 30 experienceShareRadiusY = 30 experienceShareRadiusZ = 1 experienceShareLevelDifference = 2 / 3 extraPartyExperienceLimit = 20 extraPartyExperiencePercent = 5 experienceShareActivity = 2 * 60 * 1000 -- Global save -- NOTE: globalSaveHour means like 01:00, not that it will save every 1 hours, -- if you want such a system please check out data/globalevents/globalevents.xml. globalSaveEnabled = false globalSaveHour = 8 shutdownAtGlobalSave = false cleanMapAtGlobalSave = false -- Spawns deSpawnRange = 2 deSpawnRadius = 50 -- Summons maxPlayerSummons = 4 teleportAllSummons = false teleportPlayerSummons = false -- Status ownerName = "[ADM] Elisios" ownerEmail = "" url = "" location = "Brazil" displayGamemastersWithOnlineCommand = false -- Logs -- NOTE: This kind of logging does not work in GUI version. -- For such, please compile the software with __GUI_LOGS__ flag. adminLogsEnabled = false displayPlayersLogging = true prefixChannelLogs = "" runFile = "" outLogName = "" errorLogName = "" truncateLogsOnStartup = false -
julemar recebeu reputação de Fabio dias em EvoBR - Um Evolutions mais que Perfeito! (8.60)belo trabalho amigo vo baixa aqui vo ve se esta dahora.
-
julemar recebeu reputação de gabriellzin em item vip com id propriabom estou precizando de uma tutorial que ensina como cria um item vip "editado" com id propria pra otserver 8.6 quem me ajuda do REP+.
-
julemar recebeu reputação de Wreymar em Dedicado {Vps}Eles vao te enviar todas essas informaçoes pelo o email desde de como acessar o VPS ate IP e senha vai ter tudo no email que eles vao manda.
Se vc pega um sistema operacional windows é pela conexao de area de trabalho remota
Se for Linux é pelo o Putty
Tbm tem uma Tutorial aqui que achei espero que sirva é pra acessar a conexao remota do windows explicando passo a passo CLICA AQUI
-
julemar deu reputação a Cat em [Resolvido] [SCRIPT] quando loga apareci onlinefunction onLogin(cid) if getPlayerStorageValue(cid, 10010) == -1 then doPlayerSendTextMessage(cid, 22, "O jogador"..getPlayerName(cid).." está online.") setPlayerStorageValue(cid, 10010, 1) end return TRUE end avise se der erro
-
julemar deu reputação a Jamison Collins em [Resolvido] [SCRIPT] quando loga apareci onlineBem, se for o que eu estou pensando, abra o arquivo login.lua na pasta creaturescript, depois de :
function onLogin(cid) você cola isso :
doCreatureSay(cid, "Online!", TALKTYPE_MONSTER) -
julemar deu reputação a joadson em TFS 0.4 with Cast System(Linux/Windows)Olá, como percebi que muitos usuários estavam com problemas em copilar a versão do Jamilson Collins http://www.tibiaking.com/forum/topic/27617-cast-system-tfs-04-86/),
Eu resolvi, editar a sourcer, colocando para ser compatível com linux e windows.
Tinha alguns códigos mal "formulados" gerando os possíveis crashs.
O que vem no conteúdo a seguir contem os seguintes items :
Sourcers com o Cast System(Linux/Windows) Código MySQL para você por na sua database. Talkaction para o player poder executar o comando. Cast.php, que é a página do Cast System com comandos e outros (Compatível com o gesior e em português). Adicione enableCast = "true" (no seu config.lua) Estarei tirando dúvidas em relação as minhas modificações.
Link Copilado 32Bits(Windows) http://www.mediafire.com/?166i4wg4q3te4uc
Scan: https://www.virustotal.com/pt/file/7020fa7a169a390cf5fabaca8a8edbcbe4e4f119e99c7d9dd66c2741227dd293/analysis/1383447449/
OBS> no scan acusou um virus, se alguém duvida de algo, baixe a source e copile por si.
Link Source: http://www.mediafire.com/?w19t81fgivm6j06
Scan: https://www.virustotal.com/pt/file/2f8b21c37316415e5175afaa12d73c43e4c5cfa8dba206cf5a144b2f909aefa7/analysis/1383448112/
Créditos: Summ, Jamilson Collins, Eu por ter modificado é claro =D
Aproveitem, deu um pouco de trabalho para corrigir os problemas.
-
julemar deu reputação a Vodkart em Simple Task 3.008/01/2017
SISTEMA ATUALIZADO PARA 4.0:
Mods:
-
julemar recebeu reputação de Neronos em [8.6] The Forgotten Server 0.3.6 (Crying Damson) V8.1cara o link ta off das sources arruma isso ai
-
julemar recebeu reputação de Neronos em erro na hora de abri o server em vps linnuxé nao deu certo executei os 2 recompilei as sources nao deu
-
julemar deu reputação a joadson em erro na hora de abri o server em vps linnuxse você usar a versão Ubuntu 10.04 execute isso.
apt-get install libboost1.42-dev libboost-system1.42-dev libboost-filesystem1.42-dev libboost-date-time1.42-dev libboost-regex1.42-dev libboost-thread1.42-dev libgmp3-dev liblua5.1-0 liblua5.1-0-dev liblua50 liblua50-dev liblualib50 liblualib50-dev lua50 lua5.1 libsqlite0-dev libsqlite3-dev sqlite3 libmysql++-dev libmysqlclient-dev mysql-client-5.1 mysql-server-5.1 mysql-common libxml2-dev libxml++2.6-dev cpp gcc g++ make automake autoconf pkg-config subversion liblua5.1-sql-mysql-dev liblua5.1-sql-sqlite3-dev zlib1g-dev zlib1g libcrypto++-dev libcrypto++8 se você usar a versão 11.10 use esta
sudo apt-get install autoconf libxml2-dev liblua5.1-0-dev g++ libgmp3-dev libcrypto++9 libboost-system-dev libboost-filesystem-dev libboost-regex-dev libboost-thread-dev libmysqlclient15-dev Pelo menos comigo funcionou, teste com as duas e "recopile" as sourcer
-
julemar deu reputação a IagoNp em como arruma erros na distro 8.6Não é o id amigo.. É só você colocar a saída da house.. Ta escrito assim no RME "Select Exite", coloque na frente das portas das house que esse problema ai resolve!
-
julemar deu reputação a joadson em No pvp retirando RedSkullme mostre esse script que aqui levelprotection.lua os outros não parecem ter nenhuma função relacionado aos skulls...
-
julemar deu reputação a joadson em [Resolvido] script dando item por alavanca e removendose foi o que eu entendi aqui está.
vá no seu data/action/script e crie um arquivo chamado alavanca.lua e coloque isso dentro
function onUse(cid, item, position) if item.itemid == 1945 then doTransformItem(item.uid, 1946) else doTransformItem(item.uid, 1945) end local removeItem = 6527 -- o item que o player terá que ter local AddItem = 105 -- o item que o player vai ganhar if doPlayerRemoveItem(cid, removeItem, 1)then doPlayerAddItem(cid, AddItem, 1) doPlayerPopupFYI(cid, "Coloque aqui o texto que você quiser") else doPlayerPopupFYI(cid, "Coloque aqui a mensagem se caso o player não tiver o item") return false end end e depois vá no seu action,xml e coloque isso dentro
<action uniqueid="2051" script="alavanca.lua"/> depois é só abrir seu mapa com o RME e procurar a alavanca que você quer e colocar UNIQUEID 2051.
testei aqui e o script está sem erros, é simples porém irá te ajudar.
se quiser posso deixar ele mais "detalhado" e fácil de configurar.
-
julemar deu reputação a vinny1999 em [8.60] Baiak Criado Por Vinny:: Baiak Editado Por Vinicius, Sem Bugs. :::
.:: Baiak Criado Por Vinny ::.
InformaçoesÇ
::: O Que ele possui? :::
-- Baiak City
-- Vip 1
-- Vip 2
-- Vip Donate
-- Event Zombie
-- Guild War
-- Woe
-- Evento Bp
-- Sistema Donate Por Alavanca
-- Sem Bugs
-- Fast Attack Equilibrado
-- Promotion Para Vips
-- Monstros Donates
-- Frag Look
::: VIP DONATE :::
-- Bixos Com mais XP
-- Areas Com mais montros
-- Trainers Exclusivos
-- (VIP) no nick.
-- DP exclusivo
-- City exclusiva
-- Houses Exclusivas
-- NPC De Promote
-- Itens VIP adiquiridos por meio da moeda vip coin.
::: EVENTOS :::
-- Event Zombie
-- Woe
-- Guild War
-- Evento Bp
-- Event War
-- Arena PVP
-- Event Boss com área propia para summon
::: COMANDOS BASICOS :::
-- /installvip -- instala a vip no server, creio que nao vai precizar pois ja instalei.
-- /Checkvip - ex : /Checkvip [GOD] , ver quantos dias de vip donate o player tem.
-- /vipdays -- ve os dias de vip donate que voce posui.
-- /addvip -- ex: /addvip [GOD],30 -- coloca 30 dias de vip donate em player.
-- /zombiestart 10 -- inicia o event zumbie, no caso o 10 pois ira precizar de 10 players para o evento começar.
-- !donate -- Ve as informaçoes sobre a donate.
-- !changeoutfit -- muda a addon de todos da guild. voce tem que ser lider da guild.
-- !party -- muda a roupa de todos da party, voce tem que ser lider da party.
CONTA DO GOD:
god/god
ID DA MOEDA VIP :
12372
PRINTS :
Evento boss:
Eventos :
Monstros Donate :
Sala De Itens Vip :
Templo Donate:
Templo :
Downloads :
Downlaod do mapa :
http://www.4shared.com/rar/QjMKFeNm/Baiak_Criado_Por_Vinny.html?
Scan :
https://www.virustotal.com/pt/file/c020311552278f0fa4598286be3ce5e89cc0abcaf713f5bda838e92ba15c9d2b/analysis/1381265908/
Creditos : Vinny1999
skype : viniciusmendesdesousa
Facebook : https://www.facebook.com/viniciusmendesdesousa?ref=tn_tnmn
SE GOSTOU DE UM REP+
-
julemar deu reputação a vinny1999 em Baiak Vinny | Sem Bugs, Mapa EditadoBaiak Rox
8.60
O que há no servidor?
Baiak City VIP 1 VIP 2 New Vip 3, com bixos e caves novas. Castle NPC Rox no templo vendendo As Melhores Armas Potions editadas para melhor PVP Efeitos do heal editados Templo editado para war Para comprar VIP 3 basta falar: !buyvip3 Armas rox disponíveis no npc Rox custando 20kk.
CONTA DO GOD
god/god
Download
http://www.4shared.com/rar/AtY4YSA/Baiak_Rox_860_Criado_Por_Vinic.html?
Scan
https://www.virustotal.com/pt/file/11813d2a47b45cx7464d93a6c324d950938d491580a903fb6cc914c01f1e3571/analysis/1363023684/
Créditos totais à vinny1999
-
julemar deu reputação a Cat em [Resolvido] bug no RMEem servidor/data/itens/itens.otb copie o arquivo itens.otb e cole em RME/data/VERSÃO.
-
julemar deu reputação a Cat em [Resolvido] [BUG] Pisa no tile treiner nao desloga maisexato, ou passo o tool eraser, mas cuida que pode remover alguns itens de baixo.
-
julemar deu reputação a IagoNp em [Resolvido] [BUG] Pisa no tile treiner nao desloga maisAperta S para não ver os Respaws.. Se tiver pintado você aperta T na direita tem um cadeado que é a uma Ferramenta para deixar zona No-Logout, segure Ctrl e clique no tile para retirar..A cor do No-Logout é um verdinho claro, mais se tiver com outra cor é porque tem mais alguma zona configurada como No-PVP ou PVP.. Veja ai!
-
julemar deu reputação a Fodastico em [Resolvido] [BUG] Pisa no tile treiner nao desloga maisConfig.lua
Data/CreatureScript
é isso ai espero ter ajudado!
-
julemar deu reputação a Cat em [Resolvido] [ajuda] Tutorial para criar magias de ataquebom há muitas formas de fazer, se você quer aqueles efeitos tem uma listinha aqui:
CONST_ME_DRAWBLOOD = 0 CONST_ME_LOSEENERGY = 1 CONST_ME_POFF = 2 CONST_ME_BLOCKHIT = 3 CONST_ME_EXPLOSIONAREA = 4 CONST_ME_EXPLOSIONHIT = 5 CONST_ME_FIREAREA = 6 CONST_ME_YELLOW_RINGS = 7 CONST_ME_GREEN_RINGS = 8 CONST_ME_HITAREA = 9 CONST_ME_TELEPORT = 10 CONST_ME_ENERGYHIT = 11 CONST_ME_MAGIC_BLUE = 12 CONST_ME_MAGIC_RED = 13 CONST_ME_MAGIC_GREEN = 14 CONST_ME_HITBYFIRE = 15 CONST_ME_HITBYPOISON = 16 CONST_ME_MORTAREA = 17 CONST_ME_SOUND_GREEN = 18 CONST_ME_SOUND_RED = 19 CONST_ME_POISONAREA = 20 CONST_ME_SOUND_YELLOW = 21 CONST_ME_SOUND_PURPLE = 22 CONST_ME_SOUND_BLUE = 23 CONST_ME_SOUND_WHITE = 24 CONST_ME_BUBBLES = 25 CONST_ME_CRAPS = 26 CONST_ME_GIFT_WRAPS = 27 CONST_ME_FIREWORK_YELLOW = 28 CONST_ME_FIREWORK_RED = 29 CONST_ME_FIREWORK_BLUE = 30 CONST_ME_STUN = 31 CONST_ME_SLEEP = 32 CONST_ME_WATERCREATURE = 33 CONST_ME_GROUNDSHAKER = 34 CONST_ME_HEARTS = 35 CONST_ME_FIREATTACK = 36 CONST_ME_ENERGYAREA = 37 CONST_ME_SMALLCLOUDS = 38 CONST_ME_HOLYDAMAGE = 39 CONST_ME_BIGCLOUDS = 40 CONST_ME_ICEAREA = 41 CONST_ME_ICETORNADO = 42 CONST_ME_ICEATTACK = 43 CONST_ME_STONES = 44 CONST_ME_SMALLPLANTS = 45 CONST_ME_CARNIPHILA = 46 CONST_ME_PURPLEENERGY = 47 CONST_ME_YELLOWENERGY = 48 CONST_ME_HOLYAREA = 49 CONST_ME_BIGPLANTS = 50 CONST_ME_CAKE = 51 CONST_ME_GIANTICE = 52 CONST_ME_WATERSPLASH = 53 CONST_ME_PLANTATTACK = 54 CONST_ME_TUTORIALARROW = 55 CONST_ME_TUTORIALSQUARE = 56 CONST_ME_MIRRORHORIZONTAL = 57 CONST_ME_MIRRORVERTICAL = 58 CONST_ME_SKULLHORIZONTAL = 59 CONST_ME_SKULLVERTICAL = 60 CONST_ME_ASSASSIN = 61 CONST_ME_STEPSHORIZONTAL = 62 CONST_ME_BLOODYSTEPS = 63 CONST_ME_STEPSVERTICAL = 64 CONST_ME_YALAHARIGHOST = 65 CONST_ME_BATS = 66 CONST_ME_SMOKE = 67 CONST_ME_INSECTS = 68 CONST_ME_DRAGONHEAD = 69 CONST_ME_ORCSHAMAN = 70 CONST_ME_ORCSHAMAN_FIRE = 71 CONST_ME_NONE = 255 CONST_ME_LAST = CONST_ME_ORCSHAMAN_FIRE é só substituir os nomes no script pra sair o efeito diferente.
pra criar magias pra players faz o seguinte:
adiciona essa tag no spells.xml
<instant name="Nova" words="nova" lvl="20" mana="1050" prem="1" selftarget="1" exhaustion="40000" groups="4,4000" icon="118" needlearn="0" event="script" value="attack/nova.lua"> <vocation id="2;6"/> </instant> cria em data/spells/scripts/attack um arquivo chamado nova.lua
Aqui você muda o tipo de damage, ice, fire, holy, death, phisycal, etc...
Aqui você poem o nome de um daqueles efeitos da lista eu eu te passei
Aqui você edita o dano que vai dar
Aqui é a área que a magia vai sair