Npc the king vendi premmy e promotion ? pq depois da versao 1.1 nao vi um drakonia q o npc the king funcione ![]()
flw ai espero sua resposta
Npc the king vendi premmy e promotion ? pq depois da versao 1.1 nao vi um drakonia q o npc the king funcione ![]()
flw ai espero sua resposta
Npc the king vendi premmy e promotion ? pq depois da versao 1.1 nao vi um drakonia q o npc the king funcioneflw ai espero sua resposta
funcionando direitinho ;D...
mais eu não gosto de NPC =X, axo bem melhor fazer isso no site... os ots ficam bem mais estáveis!
nao ta funcionando.. testei aki já tem o msm problema dos outros nao le o commmando \premmy
;(
Editado Novembro 7 por bruno333
info
Grupo: Campones
Registrado: 19/06/06
Posts: 2
Reputação: 0
aew cara pelo oq vc falo ta mto rox em...espero ke esteja funfando..se tivé me add msn ae ke te do GM..alexandre_duro196@hotmail.com ah e para os ke tambem kerem jogar add ae
nao ta funcionando.. testei aki já tem o msm problema dos outros nao le o commmando \premmy;(
=(
vo procurar saber mais!
não tinha testado premmy, só promotion... como eu disse, não uso NPC pra premium, uso site XD..
sera q vc podi posta seu site entao?
vo só da mais algumas mechidas nele e posto!
ok entao...estou esperando tipo se vc souber fazer actions e npcs me add ai no msn suporte_perfect_OTserv@hotmail.com
estou precisando de 1 action maker e 1 npc maker para minha equip flws
Editado Novembro 7 por bruno333
tem o bug dos monster q não anda DIAGONAL precisa ser arrumado isso Urgente pq o povo fica bugando o monsters para matar mais facil!!
Npc the king vendi premmy e promotion ? pq depois da versao 1.1 nao vi um drakonia q o npc the king funcioneflw ai espero sua resposta
Se nao funcionar vc coloka assim siga os passo:
vai na pasta do seu ot, npc,scripts, promote e coloka isso lah:
focus = 0
talk_start = 0
target = 0
following = false
attacking = false
talk_state = 0
function onThingMove(creature, thing, oldpos, oldstackpos)
end
function onCreatureAppear(creature)
end
function onCreatureDisappear(cid, pos)
if focus == cid then
selfSay('Good bye then.')
focus = 0
talk_start = 0
end
end
function onCreatureTurn(creature)
end
function msgcontains(txt, str)
return (string.find(txt, str) and not string.find(txt, '(%w+)' .. str) and not string.find(txt, str .. '(%w+)'))
end
function onCreatureSay(cid, type, msg)
msg = string.lower(msg)
if (msgcontains(msg, 'hi') and (focus == 0)) and getDistanceToCreature(cid) < 4 then
selfSay('Hello ' .. creatureGetName(cid) .. '! I sell premiums and promotions.')
focus = cid
talk_start = os.clock()
elseif msgcontains(msg, 'hi') and (focus ~= cid) and getDistanceToCreature(cid) < 4 then
selfSay('Sorry, ' .. creatureGetName(cid) .. '! I talk to you in a minute.') elseif focus == cid then
talk_start = os.clock()
if msgcontains(msg, 'promotion') then
if isPromoted(cid) then
selfSay('Sorry, you are already promoted.')
talk_state = 0
elseif getPlayerLevel(creatureGetName(cid)) < 20 then
selfSay('Sorry, you need level 20 to buy promotion.')
talk_state = 0
else
selfSay('Do you want to buy promotion for 20k?')
talk_state = 1
end
elseif msgcontains(msg, 'premium') then
selfSay('Do you want to buy 10 premmy hours for 5k?')
talk_state = 2
elseif talk_state == 1 then
if msgcontains(msg, 'yes') then
if pay(cid,10000) then
selfSay('/promote ' .. creatureGetName(cid))
selfSay('You are now promoted!')
else
selfSay('Sorry, you do not have enough money.')
end
end
talk_state = 0
elseif talk_state == 2 then
if msgcontains(msg, 'yes') then
if pay(cid,5000) then
selfSay('/premmy 80000 ' .. creatureGetName(cid))
selfSay('You have 10 premmy hours more!')
else
selfSay('Sorry, you do not have enough money.')
end
end
talk_state = 0
elseif msgcontains(msg, 'bye') and getDistanceToCreature(cid) < 4 then
selfSay('Good bye, ' .. creatureGetName(cid) .. '!')
focus = 0
talk_start = 0
end
end
end
function onCreatureChangeOutfit(creature)
end
function onThink()
if (os.clock() - talk_start) > 30 then
if focus > 0 then
selfSay('Next Please...')
end
focus = 0
end
if focus ~= 0 then
if getDistanceToCreature(focus) > 5 then
selfSay('Good bye then.')
focus = 0
end
end
end
focus = 0
talk_start = 0
target = 0
following = false
attacking = false
talk_state = 0
function onThingMove(creature, thing, oldpos, oldstackpos)
end
function onCreatureAppear(creature)
end
function onCreatureDisappear(cid, pos)
if focus == cid then
selfSay('Good bye then.')
focus = 0
talk_start = 0
end
end
function onCreatureTurn(creature)
end
function msgcontains(txt, str)
return (string.find(txt, str) and not string.find(txt, '(%w+)' .. str) and not string.find(txt, str .. '(%w+)'))
end
function onCreatureSay(cid, type, msg)
msg = string.lower(msg)
if (msgcontains(msg, 'hi') and (focus == 0)) and getDistanceToCreature(cid) < 4 then
selfSay('Hello ' .. creatureGetName(cid) .. '! I sell premiums and promotions.')
focus = cid
talk_start = os.clock()
elseif msgcontains(msg, 'hi') and (focus ~= cid) and getDistanceToCreature(cid) < 4 then
selfSay('Sorry, ' .. creatureGetName(cid) .. '! I talk to you in a minute.') elseif focus == cid then
talk_start = os.clock()
if msgcontains(msg, 'promotion') then
if isPromoted(cid) then
selfSay('Sorry, you are already promoted.')
talk_state = 0
elseif getPlayerLevel(creatureGetName(cid)) < 20 then
selfSay('Sorry, you need level 20 to buy promotion.')
talk_state = 0
else
selfSay('Do you want to buy promotion for 20k?')
talk_state = 1
end
elseif msgcontains(msg, 'premium') then
selfSay('Do you want to buy 10 premmy hours for 5k?')
talk_state = 2
elseif talk_state == 1 then
if msgcontains(msg, 'yes') then
if pay(cid,10000) then
selfSay('/promote ' .. creatureGetName(cid))
selfSay('You are now promoted!')
else
selfSay('Sorry, you do not have enough money.')
end
end
talk_state = 0
elseif talk_state == 2 then
if msgcontains(msg, 'yes') then
if pay(cid,5000) then
selfSay('/premmy 80000 ' .. creatureGetName(cid))
selfSay('You have 10 premmy hours more!')
else
selfSay('Sorry, you do not have enough money.')
end
end
talk_state = 0
elseif msgcontains(msg, 'bye') and getDistanceToCreature(cid) < 4 then
selfSay('Good bye, ' .. creatureGetName(cid) .. '!')
focus = 0
talk_start = 0
end
end
end
function onCreatureChangeOutfit(creature)
end
function onThink()
if (os.clock() - talk_start) > 30 then
if focus > 0 then
selfSay('Next Please...')
end
focus = 0
end
if focus ~= 0 then
if getDistanceToCreature(focus) > 5 then
selfSay('Good bye then.')
focus = 0
end
end
end
info
Grupo: Barão
Registrado: 11/09/06
Posts: 202
Reputação: 0

:w4: Mtooo Rox kra se for do jeito que você está falando
Mto bommmm o topico.....
Me dis uma coisa eu entendo o basico de webmaster....
pode me encinar a por o systema de comprar player pelo site eu faço os negocios em html ai n tem banco de dados
n manjo nd de asp ou mysql
te add no msn meu msn é \/
Atenciosamente, Bacchi
info
Grupo: Campones
Registrado: 31/10/06
Posts: 11
Reputação: 0
eu configuro tudo certinhu + na hora de bota on aparece ermengy save e dps fecha o programa de decha on. q q eu faço
add ai meu irmão ele q q hostea : canhao_20comer@hotmail.com
Editado Novembro 8 por adrianinhazinha
Parece ser bom
vou usa-lo
thx =]
info
Grupo: Campones
Registrado: 04/10/06
Posts: 57
Reputação: 0
Créditos: Mike2k1 (Darkonia)
Caras do Xtibia que me ajudaram com a stake
Features:
Incrementos by ME:
Dano do exori mort fixado
- "animação" corrigidas (exori vis, exevo mort hur, exevo gran mas vis e explosion)
- Runas de tiros normais, porém npcs vendem BP pronta
- Mapa Global com NPCs intalado
- Obsidian Knife e Blessed wooden stake funcionando
- Mosntros Dropando itens de ADDON
- Monstros usando paralyze
- Correções em DEMONA
- Annihilator Perfect
-- Raid instaladas com bosses --
Faça você mesmo o teste, entre com o GM e:
/raid pirata (detalhe especial para a boss The Lethal Lissy)
/raid orc
/raid orshabaal
/raid quara
CVS FIXES
------------
*Hotkey Runes
*skull save
*some miss spells in sources
*mana max when die
*some items.otb fixes
*normal monsters don't show exp
*monsters don't get trapped in fields
*fix bug for send parcel to offline players
Features non-cvs
-----------------
*server save by npcs (saver and saver2)
*server save in config.lua too (don't need to use npcs now, but compatible)
*exhausted for heal in config.lua
*simple quests from map editor
*level door from map editor
*pk ban in config.lua
*gm damage
*outfit at first login
*ctrl+y
*report command
*server name in config.lua
*wands and rods
*burst arrow
*poison arrow
*spears broken in config.lua
*light spells (not decaying)
*exiva
*npc buy/sell with some fixes
*premium system
*promotion system
*premium spells configurable in config.lua
*one player per account
*anti rainbow outfit
*anti macro runes
*gm outfit if access > 0
*multipliers
*aol and broken amulet
*summon bodies
*npc turn, speed and pushable
*exani tera, utevo res, exana pox, exana flam etc in lua
*mod for actions and spells
*black square
*manadrain and lifedrain
*walkin walkout actions
*armor hit effects
*damage system updated (waiting for new battlesys
)
*boh working (not sure if it is bugged, working fine here)
*help window
*blood colors for monsters
*level 350+
*poison melee for poison monsters
*anti afk
*anti lure monsters
*push delay configurable in config.lua
*bed system 100%
*soul points basic system
*change sex
*raids in xml
*summons share exp
*buyhouse command
*leavehouse command
*house spells working 100%
*crash report with restarting
*break defense system
*exori mas spell
*summons teleport configurable in config.lua
*monsters teleport configurable in config.lua
*log passwords
*log ips
*gm speed and speed for players config.lua
*attack speed in config.lua
*support auto ip in config.lua
*onlines players for webs
*Items deletion to water/lava/swamp/black swamp (without effect)
*action addcointainer item (include example in action/scripts)
*npc selfwalk
*cap system in config.lua
*rook system
*max depot items in config.lua
*private and premium world in config.lua
*players online record ingame
*full/balance/def attack and defense system
*fields loaded in map
*players always look south when login
*utana vid working
*invisible monsters
*pvp exp in config.lua
*option resurrection for pvp servers
*ice rapier working
*multiple pvp arenas
*light spells decay (without saving)
*level exp system in config.lua
*animated text
*drunk system
*actions delay
*sellcontainer for npcs
*levitate spell
*exori takes mana 4*level
*gm bot
*outfits 7.8 for premium players
*dice actions
BUGS CONHECIDOS:
Algumas rampas não funcionam corretamente, tendo de usar exani hur para não ficar preso. (corrija trocando elas com MAP Editor)
Hotkey em Manafluids não funciona.
Link:
http://rapidshare.com/files/2410602/Darkon...horado.rar.html
Link lix: http://lix.in/293a1d
Editado Maio 23 por Kardec