Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- doCreatureSayWithRadius(cid, text, type, radiusx, radiusy, position)
- getBlessingsCost(level)
- getPvpBlessingCost(level)
- isInRange(pos, fromPos, toPos)
- isPremium(cid)
- isNumber(str)
- getDistanceBetween(firstPosition, secondPosition)
- isSorcerer(cid)
- isDruid(cid)
- isPaladin(cid)
- isKnight(cid)
- getTibianTime()
- doForceSummonCreature(name, pos)
- Game.getStorageValue(key)
- Game.setStorageValue(key, value)
- Game.convertIpToString(ip)
- Position.getNextPosition(self, direction, steps)
- Creature.getClosestFreePosition(self, position, extended)
- Player.sendCancelMessage(self, message)
- Player.feed(self, food)
- Player.isUsingOtClient(self)
- Player.sendExtendedOpcode(self, opcode, buffer)
- string.split(str, sep)
- pushThing(thing)
- isCreature(cid)
- isPlayer(cid)
- isMonster(cid)
- isSummon(cid)
- isNpc(cid)
- isItem(uid)
- isContainer(uid)
- getCreatureName(cid)
- getCreatureHealth(cid)
- getCreatureMaxHealth(cid)
- getCreaturePosition(cid)
- getCreatureOutfit(cid)
- getCreatureSpeed(cid)
- getCreatureBaseSpeed(cid)
- getCreatureTarget(cid)
- getCreatureMaster(cid)
- getCreatureSummons(cid)
- doCreatureAddHealth(cid, health)
- doRemoveCreature(cid)
- doCreatureSetLookDir(cid, direction)
- doCreatureSay(cid, text, type, ...)
- doCreatureChangeOutfit(cid, outfit)
- doSetCreatureDropLoot(cid, doDrop)
- registerCreatureEvent(cid, name)
- unregisterCreatureEvent(cid, name)
- getPlayerByName(name)
- getIPByPlayerName(name)
- getPlayerGUID(cid)
- getPlayerIp(cid)
- getPlayerAccountType(cid)
- getPlayerLastLoginSaved(cid)
- getPlayerName(cid)
- getPlayerFreeCap(cid)
- getPlayerPosition(cid)
- getPlayerMagLevel(cid)
- getPlayerAccess(cid)
- getPlayerSkill(cid, skillId)
- getPlayerMana(cid)
- getPlayerMaxMana(cid)
- getPlayerLevel(cid)
- getPlayerTown(cid)
- getPlayerVocation(cid)
- getPlayerSoul(cid)
- getPlayerSex(cid)
- getPlayerStorageValue(cid, key)
- getPlayerBalance(cid)
- getPlayerMoney(cid)
- getPlayerGroupId(cid)
- getPlayerLookDir(cid)
- getPlayerLight(cid)
- getPlayerDepotItems(cid, depotId)
- getPlayerSkullType(cid)
- getPlayerLossPercent(cid)
- getPlayerMount(cid, mountId)
- getPlayerPremiumDays(cid)
- getPlayerBlessing(cid, blessing)
- getPlayerParty(cid)
- getPlayerGuildId(cid)
- getPlayerGuildLevel(cid)
- getPlayerGuildName(cid)
- getPlayerGuildRank(cid)
- getPlayerGuildNick(cid)
- getPlayerMasterPos(cid)
- getPlayerItemCount(cid, itemId, ...)
- getPlayerSlotItem(cid, slot)
- getPlayerItemById(cid, deepSearch, itemId, ...)
- getPlayerFood(cid)
- canPlayerLearnInstantSpell(cid, name)
- getPlayerLearnedInstantSpell(cid, name)
- isPlayerGhost(cid)
- isPlayerPzLocked(cid)
- getPlayersByIPAddress(ip, mask)
- getOnlinePlayers()
- getPlayersByAccountNumber(accountNumber)
- getPlayerGUIDByName(name)
- getAccountNumberByPlayerName(name)
- setPlayerStorageValue(cid, key, value)
- doPlayerSetBalance(cid, balance)
- doPlayerAddMoney(cid, money)
- doPlayerRemoveMoney(cid, money)
- doPlayerAddSoul(cid, soul)
- doPlayerSetVocation(cid, vocation)
- doPlayerSetTown(cid, town)
- setPlayerGroupId(cid, groupId)
- doPlayerSetSex(cid, sex)
- doPlayerSetGuildLevel(cid, level)
- doPlayerSetGuildNick(cid, nick)
- doShowTextDialog(cid, itemId, text)
- doPlayerAddItemEx(cid, uid, ...)
- doPlayerAddPremiumDays(cid, days)
- doPlayerRemovePremiumDays(cid, days)
- doPlayerAddBlessing(cid, blessing)
- doPlayerAddOutfit(cid, lookType, addons)
- doPlayerRemOutfit(cid, lookType, addons)
- canPlayerWearOutfit(cid, lookType, addons)
- doPlayerAddMount(cid, mountId)
- doPlayerRemoveMount(cid, mountId)
- doPlayerSendCancel(cid, text)
- doPlayerFeed(cid, food)
- playerLearnInstantSpell(cid, name)
- doPlayerPopupFYI(cid, message)
- doSendTutorial(cid, tutorialId)
- doAddMapMark(cid, pos, type, description)
- doPlayerSendTextMessage(cid, type, text, ...)
- doPlayerAddExp(cid, exp, useMult, ...)
- doPlayerAddManaSpent(cid, mana)
- doPlayerAddSkillTry(cid, skillid, n)
- doPlayerAddMana(cid, mana, ...)
- doPlayerJoinParty(cid, leaderId)
- getPartyMembers(cid)
- getMonsterTargetList(cid)
- getMonsterFriendList(cid)
- doSetMonsterTarget(cid, target)
- doMonsterChangeTarget(cid)
- doConvinceCreature(cid, target)
- getTownId(townName)
- getTownName(townId)
- getTownTemplePosition(townId)
- doSetItemActionId(uid, actionId)
- doTransformItem(uid, newItemId, ...)
- doRemoveItem(uid, ...)
- getContainerSize(uid)
- getContainerCap(uid)
- getContainerItem(uid, slot)
- doAddContainerItemEx(uid, virtualId)
- doSendMagicEffect(pos, magicEffect, ...)
- doSendDistanceShoot(fromPos, toPos, distanceEffect, ...)
- isSightClear(fromPos, toPos, floorCheck)
- getPromotedVocation(vocationId)
- getGuildId(guildName)
- getHouseName(houseId)
- getHouseOwner(houseId)
- getHouseEntry(houseId)
- getHouseTown(houseId)
- getHouseTilesSize(houseId)
- isItemStackable(itemId)
- isItemRune(itemId)
- isItemDoor(itemId)
- isItemContainer(itemId)
- isItemFluidContainer(itemId)
- isItemMovable(itemId)
- isCorpse(uid)
- getItemName(itemId)
- getItemWeight(itemId, ...)
- getItemDescriptions(itemId)
- getItemIdByName(name)
- getItemWeightByUID(uid, ...)
- getItemRWInfo(uid)
- getContainerCapById(itemId)
- getFluidSourceType(itemId)
- doSetItemText(uid, text)
- doSetItemSpecialDescription(uid, desc)
- doDecayItem(uid)
- setHouseOwner(id, guid)
- getHouseRent(id)
- getHouseAccessList(id, listId)
- setHouseAccessList(id, listId, listText)
- getTilePzInfo(position)
- getTileInfo(position)
- getTileItemByType(position, itemType)
- getTileItemById(position, itemId, ...)
- getTileThingByPos(position)
- getTileThingByTopOrder(position, topOrder)
- getTopCreature(position)
- queryTileAddThing(thing, position, ...)
- doTeleportThing(uid, dest, pushMovement)
- getThing(uid)
- getConfigInfo(info)
- getWorldCreatures(type)
- getGlobalStorageValue(key)
- setGlobalStorageValue(key, value)
Advertisement
Add Comment
Please, Sign In to add comment