Por TeamSky, 21 de jun. de 2011 em Ferramentas
info
Grupo: Campones
Registrado: 14/05/11
Posts: 53
Reputação: +2
queria aprender Script. se alguem com tempo puder me ajudar fico agradecido. sei que tem esses codigos.
canPlayerLearnInstantSpell(cid, name) getInstantSpellInfoByName(cid, name) getInstantSpellWords(name) getHouseTilesSize(houseid) getPlayerFood(uid) getCreatureHealth(uid) getCreatureMaxHealth(cid) getPlayerMana(uid) getPlayerMaxMana(uid) getPlayerLevel(uid) getPlayerMagLevel(uid) getPlayerName(uid) getPlayerAccess(uid) getPlayerPosition(uid) getPlayerSkill(uid,skillid) getPlayerTown(cid) getPlayerVocation(cid) getPlayerItemCount(cid,itemid) getPlayerSoul(cid) getPlayerFreeCap(cid) getPlayerLight(cid) getPlayerSlotItem(cid, slot) getPlayerDepotItems(uid, depotid) getPlayerGuildId(cid) getPlayerGuildName(cid) getPlayerGuildRank(cid) getPlayerGuildNick(cid) getPlayerSex(cid) getPlayerLookDir(cid) getPlayerGUID(cid) getPlayerFlagValue(cid, flag) getPlayerGroupId(cid) setPlayerGroupId(cid, newGroupId) playerLearnInstantSpell(cid, name) getPlayerLearnedInstantSpell(cid, name) getPlayerInstantSpellCount(cid) getPlayerInstantSpellInfo(cid, index) getPlayerStorageValue(uid,valueid) setPlayerStorageValue(uid,valueid, newvalue) getGlobalStorageValue(valueid) setGlobalStorageValue(valueid, newvalue) getTilePzInfo(pos) getTileHouseInfo(pos) getItemRWInfo(uid) getThingfromPos(pos) getThing(uid) getThingPos(uid) doRemoveItem(uid,n) doPlayerFeed(uid,food) doPlayerSendCancel(uid,text) doPlayerSendDefaultCancel(uid, ReturnValue) doTeleportThing(uid,newpos,pushmove) doTransformItem(uid,toitemid) doCreatureSay(uid,text,type) doSendMagicEffect(position,type) doSendDistanceShoot(frompos, topos, type) doChangeTypeItem(uid,new_type) doSetItemActionId(uid,actionid) doSetItemText(uid,text) doSetItemSpecialDescription(uid,desc) doSetCreatureDropLoot(cid, doDrop) doSendAnimatedText(position,text,color) doPlayerAddSkillTry(cid,skillid,n) doCreatureAddHealth(cid,health) doPlayerAddMana(cid,mana) getPlayerSkullType(cid) doPlayerAddManaSpent(cid,mana) doPlayerAddSoul(cid,soul) doPlayerAddItem(cid,itemid,type) doPlayerSendTextMessage(cid,MessageClasses,message ) doPlayerRemoveMoney(cid,money) doShowTextWindow(cid,maxlen,canWrite) doShowTextDialog(cid,itemid,text) doDecayItem(uid) doCreateItem(itemid,type,position) doCreateTeleport(itemid, topos, createpos) doSummonCreature(name, position) doConvinceCreature(cid, target) doRemoveCreature(cid) doMoveCreature(cid, direction) doPlayerSetTown(cid, townid) doPlayerSetVocation(cid,voc) doPlayerRemoveItem(cid,itemid,count) doPlayerAddExp(cid,exp) doPlayerSetGuildId(cid, id) doPlayerSetGuildRank(cid, rank) doPlayerSetGuildNick(cid, nick) doPlayerAddOutfit(cid,looktype,addons) doPlayerRemOutfit(cid,looktype,addons) doSetCreatureLight(cid, lightLevel, lightColor, time) getCreatureCondition(cid, condition) isPlayer(cid) isCreature(cid) isContainer(uid) isMoveable(uid) getPlayerByName(name) getPlayerGUIDByName(name) registerCreatureEvent(uid, eventName) getContainerSize(uid) getContainerCap(uid) getContainerItem(uid, slot) doAddContainerItem(uid, itemid, type) getHouseOwner(houseid) getHouseName(houseid) getHouseEntry(houseid) getHouseRent(houseid) getHouseTown(houseid) getHouseAccessList(houseid, listid) getHouseByPlayerGUID(playerGUID) setHouseAccessList(houseid, listid, listtext) setHouseOwner(houseid, ownerGUID) getWorldType() getWorldTime() getWorldLight() getWorldCreatures(type) getWorldUpTime() broadcastMessage(message, type) getGuildId(guild_name) getPlayerSex(cid) doPlayerSetSex(cid, newSex) createCombatArea( {area}, {extArea} ) createConditionObject(type) setCombatArea(combat, area) setCombatCondition(combat, condition) setCombatParam(combat, key, value) setConditionParam(condition, key, value) addDamageCondition(condition, key, rounds, time, value) addOutfitCondition(condition, lookTypeEx, lookType, lookHead, lookBody, lookLegs, lookFeet) setCombatCallBack(combat, key, function_name) setCombatFormula(combat, type, mina, minb, maxa, maxb) setConditionFormula(combat, mina, minb, maxa, maxb) doCombat(cid, combat, param) createCombatObject() doAreaCombatHealth(cid, type, pos, area, min, max, effect) doTargetCombatHealth(cid, target, type, min, max, effect) doAreaCombatMana(cid, pos, area, min, max, effect) doTargetCombatMana(cid, target, min, max, effect) doAreaCombatCondition(cid, pos, area, condition, effect) doTargetCombatCondition(cid, target, condition, effect) doAreaCombatDispel(cid, pos, area, type, effect) doTargetCombatDispel(cid, target, type, effect) doChallengeCreature(cid, target) numberToVariant(number) stringToVariant(string) positionToVariant(pos) targetPositionToVariant(pos) variantToNumber(var) variantToString(var) variantToPosition(var) doChangeSpeed(cid, delta) doSetMonsterOutfit(cid, name, time) doSetItemOutfit(cid, item, time) doSetCreatureOutfit(cid, outfit, time) getCreatureOutfit(cid) getCreaturePosition(cid) getCreatureName(cid) getCreatureSpeed(cid) getCreatureBaseSpeed(cid) getCreatureTarget(cid) isItemStackable(itemid) isItemRune(itemid) isItemDoor(itemid) isItemContainer(itemid) isItemFluidContainer(itemid) getItemName(itemid) getItemWeight(itemid, count) debugPrint(text) isInArray(array, value) addEvent(callback, delay, parameter) stopEvent(eventid) doPlayerPopupFYI(cid, message) mayNotLogout(cid, value) mayNotMove(cid, value) doPlayerAddPremiumDays(cid, days) doPlayerRemovePremiumDays(cid, days) getPlayerPremiumDays(cid) getPromotedVocation(voc) getPlayerBlessing(cid, blessing) doPlayerAddBlessing(cid, blessing) savePlayers() escapeString(str)
info
Grupo: Campones
Registrado: 14/05/11
Posts: 53
Reputação: +2
queria aprender Script. se alguem com tempo puder me ajudar fico agradecido. sei que tem esses codigos.
canPlayerLearnInstantSpell(cid, name) getInstantSpellInfoByName(cid, name) getInstantSpellWords(name) getHouseTilesSize(houseid) getPlayerFood(uid) getCreatureHealth(uid) getCreatureMaxHealth(cid) getPlayerMana(uid) getPlayerMaxMana(uid) getPlayerLevel(uid) getPlayerMagLevel(uid) getPlayerName(uid) getPlayerAccess(uid) getPlayerPosition(uid) getPlayerSkill(uid,skillid) getPlayerTown(cid) getPlayerVocation(cid) getPlayerItemCount(cid,itemid) getPlayerSoul(cid) getPlayerFreeCap(cid) getPlayerLight(cid) getPlayerSlotItem(cid, slot) getPlayerDepotItems(uid, depotid) getPlayerGuildId(cid) getPlayerGuildName(cid) getPlayerGuildRank(cid) getPlayerGuildNick(cid) getPlayerSex(cid) getPlayerLookDir(cid) getPlayerGUID(cid) getPlayerFlagValue(cid, flag) getPlayerGroupId(cid) setPlayerGroupId(cid, newGroupId) playerLearnInstantSpell(cid, name) getPlayerLearnedInstantSpell(cid, name) getPlayerInstantSpellCount(cid) getPlayerInstantSpellInfo(cid, index) getPlayerStorageValue(uid,valueid) setPlayerStorageValue(uid,valueid, newvalue) getGlobalStorageValue(valueid) setGlobalStorageValue(valueid, newvalue) getTilePzInfo(pos) getTileHouseInfo(pos) getItemRWInfo(uid) getThingfromPos(pos) getThing(uid) getThingPos(uid) doRemoveItem(uid,n) doPlayerFeed(uid,food) doPlayerSendCancel(uid,text) doPlayerSendDefaultCancel(uid, ReturnValue) doTeleportThing(uid,newpos,pushmove) doTransformItem(uid,toitemid) doCreatureSay(uid,text,type) doSendMagicEffect(position,type) doSendDistanceShoot(frompos, topos, type) doChangeTypeItem(uid,new_type) doSetItemActionId(uid,actionid) doSetItemText(uid,text) doSetItemSpecialDescription(uid,desc) doSetCreatureDropLoot(cid, doDrop) doSendAnimatedText(position,text,color) doPlayerAddSkillTry(cid,skillid,n) doCreatureAddHealth(cid,health) doPlayerAddMana(cid,mana) getPlayerSkullType(cid) doPlayerAddManaSpent(cid,mana) doPlayerAddSoul(cid,soul) doPlayerAddItem(cid,itemid,type) doPlayerSendTextMessage(cid,MessageClasses,message ) doPlayerRemoveMoney(cid,money) doShowTextWindow(cid,maxlen,canWrite) doShowTextDialog(cid,itemid,text) doDecayItem(uid) doCreateItem(itemid,type,position) doCreateTeleport(itemid, topos, createpos) doSummonCreature(name, position) doConvinceCreature(cid, target) doRemoveCreature(cid) doMoveCreature(cid, direction) doPlayerSetTown(cid, townid) doPlayerSetVocation(cid,voc) doPlayerRemoveItem(cid,itemid,count) doPlayerAddExp(cid,exp) doPlayerSetGuildId(cid, id) doPlayerSetGuildRank(cid, rank) doPlayerSetGuildNick(cid, nick) doPlayerAddOutfit(cid,looktype,addons) doPlayerRemOutfit(cid,looktype,addons) doSetCreatureLight(cid, lightLevel, lightColor, time) getCreatureCondition(cid, condition) isPlayer(cid) isCreature(cid) isContainer(uid) isMoveable(uid) getPlayerByName(name) getPlayerGUIDByName(name) registerCreatureEvent(uid, eventName) getContainerSize(uid) getContainerCap(uid) getContainerItem(uid, slot) doAddContainerItem(uid, itemid, type) getHouseOwner(houseid) getHouseName(houseid) getHouseEntry(houseid) getHouseRent(houseid) getHouseTown(houseid) getHouseAccessList(houseid, listid) getHouseByPlayerGUID(playerGUID) setHouseAccessList(houseid, listid, listtext) setHouseOwner(houseid, ownerGUID) getWorldType() getWorldTime() getWorldLight() getWorldCreatures(type) getWorldUpTime() broadcastMessage(message, type) getGuildId(guild_name) getPlayerSex(cid) doPlayerSetSex(cid, newSex) createCombatArea( {area}, {extArea} ) createConditionObject(type) setCombatArea(combat, area) setCombatCondition(combat, condition) setCombatParam(combat, key, value) setConditionParam(condition, key, value) addDamageCondition(condition, key, rounds, time, value) addOutfitCondition(condition, lookTypeEx, lookType, lookHead, lookBody, lookLegs, lookFeet) setCombatCallBack(combat, key, function_name) setCombatFormula(combat, type, mina, minb, maxa, maxb) setConditionFormula(combat, mina, minb, maxa, maxb) doCombat(cid, combat, param) createCombatObject() doAreaCombatHealth(cid, type, pos, area, min, max, effect) doTargetCombatHealth(cid, target, type, min, max, effect) doAreaCombatMana(cid, pos, area, min, max, effect) doTargetCombatMana(cid, target, min, max, effect) doAreaCombatCondition(cid, pos, area, condition, effect) doTargetCombatCondition(cid, target, condition, effect) doAreaCombatDispel(cid, pos, area, type, effect) doTargetCombatDispel(cid, target, type, effect) doChallengeCreature(cid, target) numberToVariant(number) stringToVariant(string) positionToVariant(pos) targetPositionToVariant(pos) variantToNumber(var) variantToString(var) variantToPosition(var) doChangeSpeed(cid, delta) doSetMonsterOutfit(cid, name, time) doSetItemOutfit(cid, item, time) doSetCreatureOutfit(cid, outfit, time) getCreatureOutfit(cid) getCreaturePosition(cid) getCreatureName(cid) getCreatureSpeed(cid) getCreatureBaseSpeed(cid) getCreatureTarget(cid) isItemStackable(itemid) isItemRune(itemid) isItemDoor(itemid) isItemContainer(itemid) isItemFluidContainer(itemid) getItemName(itemid) getItemWeight(itemid, count) debugPrint(text) isInArray(array, value) addEvent(callback, delay, parameter) stopEvent(eventid) doPlayerPopupFYI(cid, message) mayNotLogout(cid, value) mayNotMove(cid, value) doPlayerAddPremiumDays(cid, days) doPlayerRemovePremiumDays(cid, days) getPlayerPremiumDays(cid) getPromotedVocation(voc) getPlayerBlessing(cid, blessing) doPlayerAddBlessing(cid, blessing) savePlayers() escapeString(str)