Tudo que kk4444 postou
- (Resolvido)[Dúvida] Como deixar server on em windows 2003
- (Resolvido)[Dúvida] Como deixar server on em windows 2003
-
[Pedido] sprite
vc criou outro topico igualzinho
- Ajuda
-
Duvida em system critical
@EDIT
- [PEDIDO] actions essenciais
-
Evolutions Server
como coloca tutor e senior tutor ?
-
Quais os melhores dedicados BR ?
weblara,serversoft
-
Otserver em linux
como vc quer abrir um otserver em linux se na sabe o basico ?
- (Resolvido)[ERRO] Gesior não entrega Item comprado no SHOP
-
Otserver em linux
trunk é a sources de algum distro
-
[AJUDAAA] Quero Transformar Meu sv de pvp p/ WAR
acho que e so mudar no config.lua de open para enforced (n sei como e no tfs 1.0)
-
Meu ot fika on e do nada fecha sózinho, é o distro que é ruim? ajuda
falta de memoria RAM
-
Evolutions Server
leia os comentarios anteriores que vc sabera a resposta
- Apresentação do projeto 8.70 -- Mapa próprio
-
[Pedido] Spell Ceifador da Morte
explica melhor ta muito enrolado
-
Duvida em system critical
Creio que não dá Ajudei ?REP+
- [Battlefield Event New!] Exclusivo e mais legal ;p
- Globalwar 8.7
- Apresentação do projeto 8.70 -- Mapa próprio
- [8.60]Baiak Barao Editado DeathRocks
- [Battlefield Event New!] Exclusivo e mais legal ;p
- [8.60]Baiak Barao Editado DeathRocks
-
Ajuda com MySQL
posta seu config.lua em spoiler
-
[PEDIDO] Como configurar uma rune
local MIN = 60000 local MAX = 100000 local EMPTY_POTION = 2281 local exhaust = createConditionObject(CONDITION_EXHAUST) setConditionParam(exhaust, CONDITION_PARAM_TICKS, (getConfigInfo('timeBetweenExActions') - 100)) function onUse(cid, item, fromPosition, itemEx, toPosition) if isPlayer(itemEx.uid) == FALSE then return FALSE end if hasCondition(cid, CONDITION_EXHAUST_HEAL) == TRUE then doPlayerSendDefaultCancel(cid, RETURNVALUE_YOUAREEXHAUSTED) return TRUE end if((not(isSorcerer(itemEx.uid) or isDruid(itemEx.uid)) or getPlayerLevel(itemEx.uid) < 100) and getPlayerCustomFlagValue(itemEx.uid, PlayerCustomFlag_GamemasterPrivileges) == FALSE) then doCreatureSay(itemEx.uid, "Somente Sorcerers e Druids Level 100 Podem Usar Essa Runa.", TALKTYPE_ORANGE_1) return TRUE end if doPlayerAddMana(itemEx.uid, math.random(MIN, MAX)) == LUA_ERROR then return FALSE end doAddCondition(cid, exhaust) doSendMagicEffect(getThingPos(itemEx.uid), CONST_ME_MAGIC_BLUE) doCreatureSay(itemEx.uid, "Aaaah...", TALKTYPE_ORANGE_1) doTransformItem(item.uid, EMPTY_POTION) return TRUE end tenta substituir por esse e depois de /reload actions (creio que esteja em actions) Ajudei ? REP+