Ir para conteúdo
Banner com Efeitos

thithisd

Membro
  • Registro em

  • Última visita

Tudo que thithisd postou

  1. Mudou nada mesmo , mas oque vale a intenção vlw
  2. Base: TFS 0.4 Estou usando uma script para proibir de jogar certo item no chao e em corpse, ela funciona, porem se colocar o item em uma bag da para ser jogada no chao, gostaria de saber se tem como arrumar isso, para quando colocasse o item na bag proibir de jogar a bag tambem Você tem o código disponível? Se tiver publique-o aqui: function onMoveItem(cid, item, formPosition, toPosition, fromItem, toItem, fromGround, toGround, status) if item.itemid == 7702 then if (status.inInv == 0 and status.inInvBag == 3 and status.inDepot == 3) or (status.inDepot == 0 and status.inInv == 3 and status.inInvBag == 3 ) or (status.inInvBag == 0 and status.inDepot == 3 and status.inInv == 3) then doPlayerSendCancel(cid,"you can't throw this item on ground.") return false end end return trueend Você tem alguma imagem que possa auxiliar no problema? Se sim, coloque-a aqui.
  3. Aqui tambem funcionou, obrigado @Vodkart
  4. teria como fazer 1 comando para saber quantos Task Points tem ? @Vodkart
  5. Estou usando uma script para proibir de jogar certo item no chao e em corpse, ela funciona, porem se colocar o item em uma bag da para ser jogada no chao, gostaria de saber se tem como arrumar isso, para quando colocasse o item na bag proibir de jogar a bag tambem obs estou usando essa script
  6. @ Vodkart Sim, coloquei 25points no paper para testar, e passei para outro char, ambos ficaram com o item com a mesma descrição, os 2 itens deram 25points
  7. @Micheel15 onde que coloca "doPlayerSave(cid)" ?
  8. @VodKart Desculpa reviver o topico, é que coloquei esse sistema no meu server, e da para clonar os Paper's e eles estao dando points mesmo sendo clonado.
  9. @Vodkart Tem como fazer um Talkactions para mostrar quantos Task's Points o player tem ?
  10. agora ta funcionando perfeitamente, muito obrigado cara. Rep+
  11. @Vodkart nao funcionou, nao da nenhum erro na distro. Adicionei a script em data/creaturescripts/scripts e em creaturescripts.xml <event type="Death" name="naoperdeml" event="script" value="naoperdeml.lua"/> Mas nao funcionou
  12. Voce entendeu errado, eu quero que nao perca ML quando o player chegar em 150 da skill, porque do 150 ao 160(maximo de ML) é muito difcil de upar ela, aí intao gostaria que a partir do 150 ele nao perdesse mais a skill
  13. Gostaria de uma script, que quando um player pegar 150 de magic level, ao morrer ele nao perde mais magic level. Ou seja do 1 ao 149 de magic level quando ele morre perde normalmente a skill , porem quando pegar 150 ele nao perde mais ela. Server 8.6 (TFS 0.4)
  14. ao tentar compilar a minha distro 0.4 ( trunk.r3884) da o aparece isso checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for g++... g++ checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... no checking for an ANSI C-conforming const... yes checking for inline... inline checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for ptrdiff_t... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for working memcmp... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for ceil... yes checking for floor... yes checking for ftime... yes checking for gethostbyname... yes checking for gethostname... yes checking for memset... yes checking for pow... yes checking for sqrt... yes checking for strcasecmp... yes checking for strncasecmp... yes checking for strstr... yes checking for strtol... yes checking for xml2-config... /usr/bin/xml2-config checking for libxml - version >= 2.6.5... yes (version 2.9.2) checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for main in -lz... yes checking for main in -lboost_thread-gcc-mt... no checking for main in -lboost_thread-mt... yes checking for main in -lboost_regex-gcc-mt... no checking for main in -lboost_regex-mt... yes checking for main in -lboost_system-gcc-mt... no checking for main in -lboost_system-mt... yes checking for main in -lboost_date_time-gcc-mt... no checking for main in -lboost_date_time-mt... yes checking for main in -lboost_filesystem-gcc-mt... no checking for main in -lboost_filesystem-mt... yes checking boost/tr1/unordered_set.hpp usability... yes checking boost/tr1/unordered_set.hpp presence... yes checking for boost/tr1/unordered_set.hpp... yes checking cryptopp/sha.h usability... yes checking cryptopp/sha.h presence... yes checking for cryptopp/sha.h... yes checking cryptopp/md5.h usability... yes checking cryptopp/md5.h presence... yes checking for cryptopp/md5.h... yes checking cryptopp/adler32.h usability... yes checking cryptopp/adler32.h presence... yes checking for cryptopp/adler32.h... yes checking cryptopp/hex.h usability... yes checking cryptopp/hex.h presence... yes checking for cryptopp/hex.h... yes checking cryptopp/base64.h usability... yes checking cryptopp/base64.h presence... yes checking for cryptopp/base64.h... yes checking cryptopp/hmac.h usability... yes checking cryptopp/hmac.h presence... yes checking for cryptopp/hmac.h... yes checking cryptopp/cryptlib.h usability... yes checking cryptopp/cryptlib.h presence... yes checking for cryptopp/cryptlib.h... yes checking for main in -lcryptopp... yes checking openssl/rsa.h usability... yes checking openssl/rsa.h presence... yes checking for openssl/rsa.h... yes checking openssl/bn.h usability... yes checking openssl/bn.h presence... yes checking for openssl/bn.h... yes checking openssl/err.h usability... yes checking openssl/err.h presence... yes checking for openssl/err.h... yes checking for main in -lcrypto... yes checking for LUA... no checking lua.hpp usability... no checking lua.hpp presence... no checking for lua.hpp... no configure: error: "Lua header not found." dando esse erro configure: error: "Lua header not found."
  15. gostaria de colocar delay na compra dos item de npc's por que quando compra muito rapido ele derruba o server
  16. [Error - Spell Interface] data/spells/scripts/ teleport world.lua Description : (luaGetThingPosition) Thing not found [ Warning - Event :: LoadScript ] Event onCastSpell not found (data/spells/scripts/teleport world.lua
  17. gostaria de uma spell que teleportasse o char para uma dimençao , porem nao podendo usar essa spell quando estiver com battle e quando estiver na arena

Informação Importante

Confirmação de Termo