-
Total de itens
226 -
Registro em
-
Última visita
Tudo que charleschaleron postou
-
2 Armors + Um Projeto D Outfit...
tópico respondeu ao klokasso de charleschaleron em Exposições (Show Off)
kkk muito bom rox msm flws -
Vc tem editor de outfit?? se tive posta ai pa eu baxa e quem kse ^^
-
aew vim akie posta um script de um npc que ataka pks muitu rox ^^ qu vi la nu ###### e de um otro carinha mais vim posta akie para mostrar o trabalho dele creditos vão para => alisonjf. Ainda possui um bug: ele também ataca npc's. Então, não o coloque perto de qualquer outro npc. E relembrando, só funciona no TFS (The Forgotten Server). Então vamos lá, Crie um arquivo chamado guardian.lua na pasta data/npc/scripts e dentro insira: ---------------config---------- local level = 10 local maglevel = 10 ----- change this to make the NPC to hit more or less local min_multiplier = 2.1 ----- Change that to make NPC got lower minimal dmg local max_multiplier = 4.2 ----- Change that to make NPC got higher max dmg --------- dmg formula is dmg = (level * 2 + maglevel * 3) * max/min_multiplier local check_interval = 5 ----- change this to the time between checks for a creature (the less time the more it will probably lag :S) local radiusx = 7 ----- default 7 so he checks 7 squares left and right(the hole screen) local radiusy = 5 ----- default 5 so he checks 5 squares up and down(the hole screen) local Attack_message = "An Invader, ATTACK!!!" ----- npc says that when he sees a monster local town_name = "CITYNAME" ----- the name of the town, npc says when you say "hi" hi dont work sometimes local Attack_monsters = TRUE ----- NPC atack monsters? TRUE-yes FALSE-no local Attack_swearers = TRUE ----- NPC atack swearers? TRUE-yes FALSE-no local Attack_pkers = TRUE -----NPC atack guys with white or red skull?? TRUE-yes FALSE-no local health_left = 10 ----- set to the amount of health the npc will leave a player with if they swear at him local swear_message = "dont swear!" ----- change this to what NPC says when he attacke a swearer local swear_words = {"shit", "fuck", "dick", "cunt"} ----- if "Attack_swearers" is TRUE then npc will attack anyone who says a word that you will write here. local hit_effect = CONST_ME_MORTAREA ----- hit effect local shoot_effect = CONST_ANI_SUDDENDEATH ----- magic effect of npc atack local damage_colour = TEXTCOLOR_RED ----- dmg color ------------------end of config------------------ local check_clock = os.clock() ----- leave this local focus = 0 ----- leave this 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) health = getCreatureHealth(cid) - health_left if ((string.find(msg, '(%a*)hi(%a*)'))) and getDistanceToCreature(cid) < 4 then selfSay('Hello ' .. creatureGetName(cid) .. '! I am a defender of '..town_name..'.') doNpcSetCreatureFocus(cid) focus = 0 end if msgcontains(msg, 'time') then selfSay('The time is ' .. getWorldTime() .. '.') end if messageIsInArray(swear_words, msg) then if Attack_swearers == TRUE then selfSay('' .. swear_message ..' ') doCreatureAddHealth(cid,-health) doSendMagicEffect(getThingPos(cid),17) doSendAnimatedText(getThingPos(cid),health,180) doNpcSetCreatureFocus(cid) focus = 0 end end end function getMonstersfromArea(pos, radiusx, radiusy, stack) local monsters = { } local starting = {x = (pos.x - radiusx), y = (pos.y - radiusy), z = pos.z, stackpos = stack} local ending = {x = (pos.x + radiusx), y = (pos.y + radiusy), z = pos.z, stackpos = stack} local checking = {x = starting.x, y = starting.y, z = starting.z, stackpos = starting.stackpos} repeat creature = getThingfromPos(checking) if creature.itemid > 0 then if isCreature(creature.uid) == TRUE then if isPlayer(creature.uid) == FALSE then if Attack_monsters == TRUE then table.insert (monsters, creature.uid) check_clock = os.clock() end elseif isPlayer(creature.uid) == TRUE then if Attack_pkers == TRUE then if getPlayerSkullType(creature.uid) > 0 then table.insert (monsters, creature.uid) check_clock = os.clock() end end end end end if checking.x == pos.x-1 and checking.y == pos.y then checking.x = checking.x+2 else checking.x = checking.x+1 end if checking.x > ending.x then checking.x = starting.x checking.y = checking.y+1 end until checking.y > ending.y return monsters end function onThink() if (Attack_monsters == TRUE and Attack_pkers == TRUE) or (Attack_monsters == TRUE and Attack_pkers == FALSE) or (Attack_monsters == FALSE and Attack_pkers == TRUE) then if (os.clock() - check_clock) > check_interval then monster_table = getMonstersfromArea(getCreaturePosition(getNpcCid( )), radiusx, radiusy, 253) if #monster_table >= 1 then selfSay('' .. Attack_message ..' ') for i = 1, #monster_table do doNpcSetCreatureFocus(monster_table) local damage_min = (level * 2 + maglevel * 3) * min_multiplier local damage_max = (level * 2 + maglevel * 3) * max_multiplier local damage_formula = math.random(damage_min,damage_max) doSendDistanceShoot(getCreaturePosition(getNpcCid( )), getThingPos(monster_table), shoot_effect) doSendMagicEffect(getThingPos(monster_table),hit_effect) doSendAnimatedText(getThingPos(monster_table),damage_formula,damage_colour) doCreatureAddHealth(monster_table,-damage_formula) check_clock = os.clock() focus = 0 end elseif table.getn(monster_table) < 1 then focus = 0 check_clock = os.clock() end end end focus = 0 end E depois crie outro arquivo chamado guardian.xml dentro da pasta data/npc e insira: Código: <npc name="Guardian" script="data/npc/scripts/guardian.lua" autowalk="25" floorchange="0" access="3" level="1" maglevel="1"> <mana now="800" max="800"/> <health now="200" max="200"/> <look type="131" head="116" body="94" legs="78" feet="115" addons="3"/> </npc> e é issu la em cima fala q so funciona com tfs mais tente testar em outro serv ^^
-
Criando Seu Otserv [via Hamachi]
tópico respondeu ao Eigenlieb de charleschaleron em Tutoriais de Infraestrutura
Hamachi é um lixo eu odeio simplesmente quem usa hamachi pa arruma ot online e tem net dsl é um bagua dum noob é o q eu penso sem quere ofende ninguem flws -
O Que é Xml ? - História Do Xml !
tópico respondeu ao Raphael Lion de charleschaleron em Tutoriais de Programação
Poderia resumir pq e um saco le issu tdu flw -
[Arquivado]Nao Sabe Pq Seu Ot Não Está Legal?
tópico respondeu ao SakuraHaruno de charleschaleron em Noticias - Arquivo
Muito bom eu tbm edito meus maps nunca pego um map sem edita ele ^^ flws -
8.5 Fique Atento Com As Dlls Infectadas.
tópico respondeu ao Jvchequer de charleschaleron em OTServ Comum
Foda eu usei o avg eli acuso usei o avast ele falo que a dll infectada que vc fala que num fais mal o avast falo que ela estava se infiltrando na memoria do meu pc e esata tirandu de pouco em pouco a minha memoria eu tinha uma memoria boa no pc agora ta foda d+ aconselho a não usaren ots com dll infectada! não querendu faltar com respeito a palavra de JV chequer ^^ -
8.1 [tibia 8.10] Nibelins Serve 1.1 Atualizado 13/08/08
tópico respondeu ao Nibelins de charleschaleron em Lixeira Pública
MUito detalhado alguns spaw bom mesmo ^^ flws veio -
cade a treta ai Zé??? oO cadÊ???? o link ou o ip do ot??
-
8.1 [8.11][up]the Forgotten Server V0.2.11
tópico respondeu ao zimbituba de charleschaleron em Lixeira Pública
=D -
8.1 [8.11] The Forgotten Server V0.2.12 (mystic Spirit) [8.11]
tópico respondeu ao djlucas15 de charleschaleron em Lixeira Pública
essi ot ai foda que o acc manager e meiu sarna num e que nem os otro mais o map e rox bom os scripts dessi ot flws -
8.1 Hell Yurots!(corrigido Problema Dll)
tópico respondeu ao Zozoo de charleschaleron em Lixeira Pública
rox bom mesmo so tira a dll inferctada ^^ -
8.1 Atoalizaçao!30 Teleports+ Com Scan,ss,magias
tópico respondeu ao Mapper123 de charleschaleron em Lixeira Pública
Legal essi map ^^ poste mais e mais ae vlw -
8.1 Otserv Servfull 1.12 - Tibia Ot 8.1[atualizado]
tópico respondeu ao Natanael Beckman de charleschaleron em OTServ Comum
Bom mesmo muito bom aconselho a por online ^^ flws Muito bonita aquela svarground ^^ poste mais ai muito bom veio :XTibia_smile: -
desatualizado
-
?? issu e um ot pa baxa ou ot online??
-
Como Criar Um Server Com Net Compartilhada?
tópico respondeu ao Pedro Menezes de charleschaleron em Lixeira Pública
Muito boa explicação eu ja sabia fase issu mais vi o q vc falo ali nu post muitu bem explicado ^^ flws veio felicidades ai VLW :XTibia_smile: -
Fiko LegaL
-
Muito bom ^^
-
8.1 Atoalizaçao!30 Teleports+ Com Scan,ss,magias
tópico respondeu ao Mapper123 de charleschaleron em Lixeira Pública
Ss ?? ROx.. -
tdu certinhu otserv formidável poste mais ai flws ^_^
-
muitu rox flws
-
Modificar Multiplicador De Xp Por Level
tópico respondeu ao Schiavinato de charleschaleron em Tutoriais de Scripting
dae bom sabe dissu eu ja sabia mas vc expliko direitinhu ta de parabens tem q ensina essa nubaiada msm as treta das pasta oq faser para arrumar as configurçoes e etc.. flws -
Spartan Client 2.0 Versão Beta.
tópico respondeu ao nextsky de charleschaleron em Exposições (Show Off)
bom essa treta ai fiko bunitin u meu tibia ^_^ fais ai um 8.11 pa os q jogan servers 8.11 flws belo trabalho o seu continue assin , daki uns tempo vc vai fika mais fera ainda flw
-
Quem Está Navegando 0 membros estão online
- Nenhum usuário registrado visualizando esta página.