Características
- Djarek's Cast System (Eu tenho uma versão sem ela se você pensa que é instável ou algo)- o engine não vai salvar o jogo ao desligar..- Store inbox (Você não pode colocar itens dentro dela.)- Store ingame (Na verdade, envia os itens a caixa de entrada da loja do jogador)- Boss reward chest- Global Depot (The 17 chests, duh)- Equip hotkey (tem um pequeno cooldown para evitar spam e trabalha com rings ativados.)- New spawn system (Monstros iram mostrar uma animação e vão aparecer mesmo se não houver jogadores na range, mas você ainda pode bloquear monstros de respawn, você tem que fazer isso sozinho)- New Outfits- New Mounts- Items.otb 10.94 Compatible with the official otb (It's still unofficial I can't assure you it won't fuck your map in the future.)- Optional Player Walkthrough (You can disable the player walkthough in config.lua)- Advanced Securemode (It also disables spell damage instead of only right clicks) -- Configurable in global.lua- Party Protection (You can't damage party members) -- Configurable in global.lua.- Action id to make items not moveable -- Configurable in global.lua- Fixed stackable items.- Guild leaders channel
Lista de afazeres:
Critical Hits / Health point leech / Mana points leech.Make the unjustificated kills windows work properly.
Como bloquear um spawn?
Adicione essa Flag:<flag isblockable="1" />
Como usar um Rewards Chest?
Adicione a flag:<flag rewardboss="1" />Para ter um unico looter e atribuido ao player com maior dano:<item id="5903" chance="100000" unique="1"/><!-- ferumbras' hat -->
Como usar o Cast?
!cast -- Comece a transmitir sem senha.!cast passwordgoeshere -- Começe a transmitir com uma senha.!stopcast
Como entrar em um Cast?
- caso o cast não tenha senha apenas logue sem account e senha.- caso o cast tenha senha, logue sem o account e em senha, coloque a senha do cast.
Store changes:
Since a lot of people used slavi dodo's module store I need to clarify that I made some changes:- If your offer is an item, It has to be NON STACKABLE. you have to use the "GameStore.OfferTypes.OFFER_TYPE_ITEM" type and the item will be sent straight to your inbox.Example:{name = "Sword", thingId = 2376, count = 3, type = GameStore.OfferTypes.OFFER_TYPE_ITEM, price = 150, icons = {"Product_CC.png"}, description = "3 SWORDS MAN!"},- If your offer is an stackable item, like potions runes, money etc. then you have to use the "GameStore.OfferTypes.OFFER_TYPE_STACKABLE" type, it will send you a parcel with the count and name of the item and the product will come inside that.Example:{name = "Crystal Coin", thingId = 2160, count = 200, type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE, price = 150, icons = {"Product_CC.png"}, description = "200 CRYSTAL COINS BRUH!"},The rest of the store works the same and you can read the readme file to learn how to add offers and stuff to the store.
Bugs conhecidos:
Se o jogador não tem qualquer limite máximo para os itens que serão enviados a partir da loja, a loja irá adicionar o máximo de itens como o jogador pode carregar o que significa que, se ele compra 100 potes e ele só pode transportar 85, apenas 85 poções será enviado. Ele pode ser facilmente corrigido adicionando uma condição em init.lua tho im
Algumas Imagens:
o Store em ação
Cast System em ação
Global Depot em Ação
Novas Outfits / Mounts em Ação
Agradecimentos Especiais
Tfs development teamMatheusMkaloSlavi DodoalissonfgpSocket2810Djarek