

SilvaPereira
Campones-
Total de itens
41 -
Registro em
-
Última visita
Tudo que SilvaPereira postou
-
Boa Noite. Bom , eu tenho um site Gesior , e gostaria de saber como faço pra por os meus dados (minha agencia e conta) para receber o dinheiro do pessoal que DONATA pelo SHOP SYSTEM do site. Porque eu tava testando esses dias o shop , e coloquei 1 real de pontos , e foi direto para um site chamado grimera ( provavelmente da pessoa q criou o Gesior , nao sei ao certo) ... Eu gostaria de configurar com os meus dados o SHOP do site. obs: creio que o nome esta incorreto , por favor arrumem =/
-
vlw lek Rep++ ai , consegui arrumar =P pode mover o topico , foi de total ajuda pra mim !!
-
vlw , brigadao PiabetaMan01 rep++ obs: so + uma duvida , pra onde vao os players deletados da aba "player" exemplo , eu exclui um jogador pelo phpmyadm ! e se eu tentar criar um nome igual , o site diz que esse nome ja existe ... mais eu exclui o jogado !!
-
Estou com um erro no Account Mananger @mysql sempre que eu crio um char no site ... quando vou logar ele aparece lvl 1 150 life 150 mana 0 xp ... gostaria que me ajudassem ... quero saber como faço pra por ele lvl 10 com os atributos de cap , mlevel , life , mana de acordo com o level . E tbm a exp nao esta funcionando ! matei um alguns mobs e nao ganhei xp =X
-
otserv 8.x Alissow Ots 4.11 [11/07/2010] 8.6 Completo!
tópico respondeu ao Alissow de SilvaPereira em OTServ Comum
Mtu bom o ot Rep++++ so 3 perguntas ... 1 - qual nome do dragaozao preto , que esta na ultima foto que voce postou ? 2 - tem como desponibilizar o mapa editor ?? 3 - como faço pra entrar no tp da porta ... nos treiners ? quando eu clico na porta aparece "14:00 Only the worthy may pass." -
8.6 Real Global Map 2.2 By Doohz Rush Atualizado 07/11.
tópico respondeu ao doohrush de SilvaPereira em Lixeira Pública
por favor , arrumem uma soluçao para o problema com os Frags ... ja tentei de tudo , ja abri 2 topicos pedindo ajuda com os frags .. eles nao estao funcionando logo as redskulls e blacksulls tbm nao ... o player pode matar 500 vezes que nao pega frag =/ http://sphotos-e.ak.fbcdn.net/hphotos-ak-ash3/155968_122799891215851_1770324643_n.jpg -
HidekiKty +rep pra ti velho , brigadao !!
-
dúvida [Encerrado] RedSkull ?
tópico respondeu ao SilvaPereira de SilvaPereira em Tópicos Sem Resposta
mkbrabsolute o meu escript seria a pasta frags em talkactions/scripts ?? se for esta aki \/ ( obs: mais uma vez pesso desculpa , pois nao sei usar o "spoiler" ) local config = { useFragHandler = getBooleanFromString(getConfigValue('useFragHandler')), advancedFragList = getBooleanFromString(getConfigValue('advancedFragList')) } function onSay(cid, words, param, channel) if(not config.useFragHandler) then return TRUE end local time = os.time() local times = {today = (time - 86400), week = (time - (7 * 86400))} local contents, result = {day = {}, week = {}, month = {}}, db.getResult("SELECT `pd`.`date`, `pd`.`level`, `p`.`name` FROM `player_killers` pk LEFT JOIN `killers` k ON `pk`.`kill_id` = `k`.`id` LEFT JOIN `player_deaths` pd ON `k`.`death_id` = `pd`.`id` LEFT JOIN `players` p ON `pd`.`player_id` = `p`.`id` WHERE `pk`.`player_id` = " .. getPlayerGUID(cid) .. " AND `k`.`unjustified` = 1 AND `pd`.`date` >= " .. (time - (30 * 86400)) .. " ORDER BY `pd`.`date` DESC") if(result:getID() ~= -1) then repeat local content = { name = result:getDataString("name"), level = result:getDataInt("level"), date = result:getDataInt("date") } if(content.date > times.today) then table.insert(contents.day, content) elseif(content.date > times.week) then table.insert(contents.week, content) else table.insert(contents.month, content) end until not result:next() result:free() end local size = { day = table.maxn(contents.day), week = table.maxn(contents.week), month = table.maxn(contents.month) } if(config.advancedFragList) then local result = "Frags gained today: " .. size.day .. "." if(size.day > 0) then for _, content in ipairs(contents.day) do result = result .. "\n* " .. os.date("%d %B %Y %X at ", content.date) .. content.name .. " on level " .. content.level end result = result .. "\n" end result = result .. "\nFrags gained this week: " .. (size.day + size.week) .. "." if(size.week > 0) then for _, content in ipairs(contents.week) do result = result .. "\n* " .. os.date("%d %B %Y %X at ", content.date) .. content.name .. " on level " .. content.level end result = result .. "\n" end result = result .. "\nFrags gained this month: " .. (size.day + size.week + size.month) .. "." if(size.month > 0) then for _, content in ipairs(contents.month) do result = result .. "\n* " .. os.date("%d %B %Y %X at ", content.date) .. content.name .. " on level " .. content.level end result = result .. "\n" end local skullEnd = getPlayerSkullEnd(cid) if(skullEnd > 0) then result = result .. "\nYour " .. (getCreatureSkullType(cid) == SKULL_RED and "red" or "black") .. " skull will expire at " .. os.date("%d %B %Y %X", skullEnd) end doPlayerPopupFYI(cid, result) else doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You currently have " .. size.day .. " frags today, " .. (size.day + size.week) .. " this week and " .. (size.day + size.week + size.month) .. " this month.") if(size.day > 0) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Last frag at " .. os.date("%d %B %Y %X", contents.day[1].date) .. " on level " .. contents.day[1].level .. " (" .. contents.day[1].name .. ").") end local skullEnd = getPlayerSkullEnd(cid) if(skullEnd > 0) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Your " .. (getCreatureSkullType(cid) == SKULL_RED and "red" or "black") .. " skull will expire at " .. os.date("%d %B %Y %X", skullEnd)) end end return TRUE end -
dúvida [Encerrado] Nao Consigo Deixar On !
tópico respondeu ao SilvaPereira de SilvaPereira em Tópicos Sem Resposta
vlw rokaas +rep pra ti ! -
dúvida [Encerrado] RedSkull ?
tópico respondeu ao SilvaPereira de SilvaPereira em Tópicos Sem Resposta
nao sei fazer "spoiler" mals ai =/ ddk , usando o useRedSkull , agora ele ta pegando injust , mas ainda continua nao pegando redskull e nem black skull =/ Meu config.lua ta assim: accountManager = true namelockManager = true newPlayerChooseVoc = true newPlayerSpawnPosX = 32369 newPlayerSpawnPosY = 32241 newPlayerSpawnPosZ = 7 newPlayerTownId = 2 newPlayerLevel = 8 newPlayerMagicLevel = 0 generateAccountNumber = true redSkullLength = 10 * 24 * 60 * 60 blackSkullLength = 20 * 24 * 60 * 60 dailyFragsToRedSkull = 3 weeklyFragsToRedSkull = 10 monthlyFragsToRedSkull = 20 dailyFragsToBlackSkull = dailyFragsToRedSkull weeklyFragsToBlackSkull = weeklyFragsToRedSkull monthlyFragsToBlackSkull = monthlyFragsToRedSkull dailyFragsToBanishment = dailyFragsToRedSkull weeklyFragsToBanishment = weeklyFragsToRedSkull monthlyFragsToBanishment = monthlyFragsToRedSkull blackSkulledDeathHealth = 40 blackSkulledDeathMana = 0 useBlackSkull = true useRedSkull = true useFragHandler = true advancedFragList = true notationsToBan = 3 warningsToFinalBan = 4 warningsToDeletion = 5 banLength = 3 * 24 * 60 * 60 killsBanLength = 2 * 24 * 60 * 60 finalBanLength = 7 * 24 * 60 * 60 ipBanishmentLength = 7 * 24 * 60 * 60 broadcastBanishments = false maxViolationCommentSize = 200 violationNameReportActionType = 2 autoBanishUnknownBytes = true worldType = "pvp" protectionLevel = 8 pvpTileIgnoreLevelAndVocationProtection = true pzLocked = 30 * 500 huntingDuration = 60 * 1000 criticalHitChance = 7 criticalHitMultiplier = 1 displayCriticalHitNotify = false removeWeaponAmmunition = true removeWeaponCharges = true removeRuneCharges = true whiteSkullTime = 15 * 60 * 1000 noDamageToSameLookfeet = false showHealingDamage = false showHealingDamageForMonsters = false fieldOwnershipDuration = 5 * 1000 stopAttackingAtExit = true oldConditionAccuracy = false loginProtectionPeriod = 10 * 1000 deathLostPercent = 10 stairhopDelay = 2 * 1000 pushCreatureDelay = 2 * 1000 deathContainerId = 1987 gainExperienceColor = 215 addManaSpentInPvPZone = true squareColor = 0 allowFightback = true worldId = 0 ip = "dreambeta.servegame.com" bindOnlyConfiguredIpAddress = false loginPort = 7171 gamePort = 7172 adminPort = 7171 statusPort = 7171 loginTries = 3 retryTimeout = 5 * 1000 loginTimeout = 60 * 1000 maxPlayers = 300 motd = "Bem Vindo ao Server" displayOnOrOffAtCharlist = true onePlayerOnlinePerAccount = true allowClones = false serverName = "Dreameater" loginMessage = "Bem Vindo!" statusTimeout = 5 * 60 * 1000 replaceKickOnLogin = true forceSlowConnectionsToDisconnect = false loginOnlyWithLoginServer = false premiumPlayerSkipWaitList = false sqlType = "sqlite" sqlHost = "localhost" sqlPort = 3306 sqlUser = "root" sqlPass = "" sqlDatabase = "realserver" sqlFile = "realserver.s3db" sqlKeepAlive = 0 mysqlReadTimeout = 10 mysqlWriteTimeout = 10 encryptionType = "plain" deathListEnabled = false deathListRequiredTime = 2 * 60 * 1000 deathAssistCount = 19 maxDeathRecords = 5 ingameGuildManagement = true levelToFormGuild = 25 premiumDaysToFormGuild = 0 guildNameMinLength = 4 guildNameMaxLength = 20 highscoreDisplayPlayers = 10 updateHighscoresAfterMinutes = 15 buyableAndSellableHouses = true houseNeedPremium = false bedsRequirePremium = false levelToBuyHouse = 50 housesPerAccount = 0 houseRentAsPrice = false housePriceAsRent = false housePriceEachSquare = 5000 houseRentPeriod = "never" houseCleanOld = 0 guildHalls = true timeBetweenActions = 200 timeBetweenExActions = 1000 checkCorpseOwner = true hotkeyAimbotEnabled = true maximumDoorLevel = 500 mapName = "realmap" mapAuthor = "Real Team" randomizeTiles = true useHouseDataStorage = false storeTrash = true cleanProtectedZones = true mailboxDisabledTowns = "-1" defaultPriority = "high" niceLevel = 5 coresUsed = "-1" optimizeDatabaseAtStartup = true removePremiumOnInit = false confirmOutdatedVersion = false maxMessageBuffer = 4 bufferMutedOnSpellFailure = false dataDirectory = "data/" allowChangeOutfit = true allowChangeColors = true allowChangeAddons = true disableOutfitsForPrivilegedPlayers = false bankSystem = false saveGlobalStorage = true displaySkillLevelOnAdvance = false spellNameInsteadOfWords = false emoteSpells = false promptExceptionTracerErrorBox = true storePlayerDirection = false monsterLootMessage = 3 monsterLootMessageType = 25 separateViplistPerCharacter = false ghostModeInvisibleEffect = true ghostModeSpellEffects = true idleWarningTime = 14 * 60 * 1000 idleKickTime = 15 * 60 * 1000 expireReportsAfterReads = 1 playerQueryDeepness = 2 maxItemsPerPZTile = 0 maxItemsPerHouseTile = 0 freePremium = false premiumForPromotion = false blessingOnlyPremium = false blessingReductionBase = 30 blessingReductionDecreament = 5 eachBlessReduction = 8 experienceStages = true rateExperience = 50.0 rateExperienceFromPlayers = 0 rateSkill = 40.0 rateMagic = 13.0 rateLoot = 1 rateSpawn = 2 rateMonsterHealth = 1.0 rateMonsterMana = 1.0 rateMonsterAttack = 1.0 rateMonsterDefense = 1.0 minLevelThresholdForKilledPlayer = 0.9 maxLevelThresholdForKilledPlayer = 1.1 rateStaminaLoss = 3 rateStaminaGain = 1 rateStaminaThresholdGain = 12 staminaRatingLimitTop = 41 * 60 staminaRatingLimitBottom = 14 * 60 rateStaminaAboveNormal = 1.5 rateStaminaUnderNormal = 0.5 staminaThresholdOnlyPremium = false experienceShareRadiusX = 30 experienceShareRadiusY = 30 experienceShareRadiusZ = 1 experienceShareLevelDifference = 2 / 3 extraPartyExperienceLimit = 20 extraPartyExperiencePercent = 5 experienceShareActivity = 2 * 60 * 1000 globalSaveEnabled = true globalSaveHour = 8 shutdownAtGlobalSave = false cleanMapAtGlobalSave = false deSpawnRange = 2 deSpawnRadius = 50 maxPlayerSummons = 2 teleportAllSummons = false teleportPlayerSummons = false ownerName = "Doohrush" ownerEmail = "doohz_rush@hotmail.com" url = "http://XTibia.com/" location = "Brazil" displayGamemastersWithOnlineCommand = true adminLogsEnabled = false displayPlayersLogging = true prefixChannelLogs = "" runFile = "" outLogName = "" errorLogName = "" truncateLogsOnStartup = false -
eu tenho uma duvida , meu redskull nao esta funcionando ... esse e o meu config.lua ( obs: ot 8.60 ) redSkullLength = 10 * 24 * 60 * 60 blackSkullLength = 20 * 24 * 60 * 60 dailyFragsToRedSkull = 5 weeklyFragsToRedSkull = 10 monthlyFragsToRedSkull = 20 dailyFragsToBlackSkull = dailyFragsToRedSkull weeklyFragsToBlackSkull = weeklyFragsToRedSkull monthlyFragsToBlackSkull = monthlyFragsToRedSkull dailyFragsToBanishment = dailyFragsToRedSkull weeklyFragsToBanishment = weeklyFragsToRedSkull monthlyFragsToBanishment = monthlyFragsToRedSkull blackSkulledDeathHealth = 40 blackSkulledDeathMana = 0 useBlackSkull = true useFragHandler = true advancedFragList = true e esse esta no talkactions/frags local config = { useFragHandler = getBooleanFromString(getConfigValue('useFragHandler')), advancedFragList = getBooleanFromString(getConfigValue('advancedFragList')) } function onSay(cid, words, param, channel) if(not config.useFragHandler) then return FALSE end local time = os.time() local times = {today = (time - 86400), week = (time - (7 * 86400))} local contents, result = {day = {}, week = {}, month = {}}, db.getResult("SELECT `pd`.`date`, `pd`.`level`, `p`.`name` FROM `player_killers` pk LEFT JOIN `killers` k ON `pk`.`kill_id` = `k`.`id` LEFT JOIN `player_deaths` pd ON `k`.`death_id` = `pd`.`id` LEFT JOIN `players` p ON `pd`.`player_id` = `p`.`id` WHERE `pk`.`player_id` = " .. getPlayerGUID(cid) .. " AND `k`.`unjustified` = 1 AND `pd`.`date` >= " .. (time - (30 * 86400)) .. " ORDER BY `pd`.`date` DESC") if(result:getID() ~= -1) then repeat local content = { name = result:getDataString("name"), level = result:getDataInt("level"), date = result:getDataInt("date") } if(content.date > times.today) then table.insert(contents.day, content) elseif(content.date > times.week) then table.insert(contents.week, content) else table.insert(contents.month, content) end until not result:next() result:free() end local size = { day = table.maxn(contents.day), week = table.maxn(contents.week), month = table.maxn(contents.month) } if(config.advancedFragList) then local result = "Frags gained today: " .. size.day .. "." if(size.day > 0) then for _, content in ipairs(contents.day) do result = result .. "\n* " .. os.date("%d %B %Y %X at ", content.date) .. content.name .. " on level " .. content.level end result = result .. "\n" end result = result .. "\nFrags gained this week: " .. (size.day + size.week) .. "." if(size.week > 0) then for _, content in ipairs(contents.week) do result = result .. "\n* " .. os.date("%d %B %Y %X at ", content.date) .. content.name .. " on level " .. content.level end result = result .. "\n" end result = result .. "\nFrags gained this month: " .. (size.day + size.week + size.month) .. "." if(size.month > 0) then for _, content in ipairs(contents.month) do result = result .. "\n* " .. os.date("%d %B %Y %X at ", content.date) .. content.name .. " on level " .. content.level end result = result .. "\n" end local skullEnd = getPlayerSkullEnd(cid) if(skullEnd > 0) then result = result .. "\nYour " .. (getCreatureSkullType(cid) == SKULL_RED and "red" or "black") .. " skull will expire at " .. os.date("%d %B %Y %X", skullEnd) end doPlayerPopupFYI(cid, result) else doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You currently have " .. size.day .. " frags today, " .. (size.day + size.week) .. " this week and " .. (size.day + size.week + size.month) .. " this month.") if(size.day > 0) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Last frag at " .. os.date("%d %B %Y %X", contents.day[1].date) .. " on level " .. contents.day[1].level .. " (" .. contents.day[1].name .. ").") end local skullEnd = getPlayerSkullEnd(cid) if(skullEnd > 0) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Your " .. (getCreatureSkullType(cid) == SKULL_RED and "red" or "black") .. " skull will expire at " .. os.date("%d %B %Y %X", skullEnd)) end end return TRUE end nao sei o que fazer pra que o redskull no meu ot funcione , por mais que eu mate 50 pessoas ele nao pega 1 injust =/ alguem pode ajudar ?
-
dúvida [Encerrado] Nao Consigo Deixar On !
tópico respondeu ao SilvaPereira de SilvaPereira em Tópicos Sem Resposta
fiz tudo certo no que diz ai em cima , mais continua off o meu servidor para as outras pessoas ... e para mim se eu tentar conectar com o IP GLOBAL.por isso gostira que me adicionacem no skype , que por la eu compartilho a tela e voces me dizem oq eu estou fazendo de errado ! obs: se eu alugar um semi-dedicado , nao a necessidade deu fazer isso , ou há ? -
dúvida [Encerrado] Nao Consigo Deixar On !
um tópico no fórum postou SilvaPereira Tópicos Sem Resposta
entao , eu comecei pelo basico ... fui ate o no-ip.com , coloquei um ip pro meu servidor , fui ate config.lua , coloquei o ip (em numeros) no IP do config ... entao dai fui abrir o ot pra ve se estava ok. Bom nao estava ok , sempre que eu tentava logar , ele dava como OT OFF LINE. fui descobrir com um tempo q por eu usar um roteador eu teria que abrir as portas 7171 e 7172 do meu molden , no caso D-link 524. Abri diversos tutoriais dizendo o que fazer , fiz tudo certo e ainda sim quando tentava abrir o OT dava OT OFF LINE ! gostaria de uma ajuda , para por o servidor on ... se possivel alguem que me adicione no skype (nemsoueu1) ou msn (fernandinhu_1002@hotmail.com) para que seja + facil de ser explicado ! -
meu systema vip ... no caso !buypremium esta assim function onSay(cid, words, param) if getPlayerPremiumDays(cid) <= 30 then if doPlayerRemoveMoney(cid, 2145) == TRUE then doPlayerAddPremiumDays(cid, 30) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Parabens agora voce e Premium Account.") else doPlayerSendCancel(cid, "voce nao tem diamonds o suficiente. 30 dias de Premium Account custam 10 Diamonds") doSendMagicEffect(getPlayerPosition(cid), CONST_ME_POFF) end else doPlayerSendCancel(cid, "Voce Nao Pode Comprar mais que 60 dias de Premium Account.") doSendMagicEffect(getPlayerPosition(cid), CONST_ME_POFF) end return TRUE end so consegui fazer com que de 100 dias passasem pra 30 , agora precisaria que ao inves de remover 22 plariuns ele removesse os 10 diamonds ! queria um acerto nesse script pra que ele possa remover os 10 diamonds do char !! obrigado , quem puder ajudar ai !
-
sou "novo" no xtibia , estava sem ver site/forum por 4 anos =/ gostaria de um script que , quando o player digitasse !vip , ganhasse 30 dias de vip ... olhei em muitos topicos aki no forum ... e nao achei nenhum do tipo que eu quero eu quero um !vip , que ao inves de remover o dinheiro ... remova por item , por exemplo : o npc addoner do jogo , quando voce fala com ele , ele te pede determinados itens para que voce possa fazer o tipo do addon desejado. quando voce ja tem os itens e voce fala "yes" , ele remove os itens (que ele pediu) da sua backpack e te da o addon. eu gostaria disso em um vip system !! no caso escolhi o Diamonds (2145) , gostaria de pedir um script que quando digitado !vip , ele recolheria 10 diamonds da sua backpack/bag/etc e acrescentasse 30 dias de vip !! alguem por favor pode me ajudar ? brigadao aew pra quem puder !
-
[Encerrado] Ot 8.6 Com Woe ( War Of Emperium )
um tópico no fórum postou SilvaPereira Tópicos Sem Resposta
gostaria de um OT 8.6 com WOE ... se possivel um mapa com poucas cidades ... obs: por favor sem ots do Tipo Baiak , Yourotz ... nao gosto muito de teleportes para hunts , mesmo assim obrigado !
-
Quem Está Navegando 0 membros estão online
- Nenhum usuário registrado visualizando esta página.