Jump to content

Haikenz

Members
  • Posts

    309
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Haikenz

  1. 2018-11-14dRagexe I do not recommend this version because it will not work storage! (https://github.com/rathena/rathena/issues/3939)
  2. PRE https://github.com/zackdreaver/ROenglishPRE/tree/master/System RE https://github.com/zackdreaver/ROenglishRE/tree/master/Ragnarok/System
  3. Essa iteminfo está cheia de falhas... onde você pegou? [13468] = { unidentifiedDisplayName = "Unidentified Sword", unidentifiedResourceName = "¼Òµå", unidentifiedDescriptionName = { "Can be identified by using a ^990099Magnifier^000000." }, identifiedDisplayName = "Vicious Mind Saber", identifiedResourceName = "»ç³äÀǼ¼À̹ö", identifiedDescriptionName = { "Ž?O‚?ž‚??????, "•??•B", "________________________", "[Ž?O‚?ZƒCƒo‚?, "?B'l‚????x‚ '???, "Atk‚???, "________________________", o seu primeiro erro desse iteminfo da linha 138717 [12940] = { unidentifiedDisplayName = "Kaiser Knuckle Box", unidentifiedResourceName = "¿À·¡µÈº¸¶ó»óÀÚ", unidentifiedDescriptionName = { "" }, identifiedDisplayName = "Kaiser Knuckle Box", identifiedResourceName = "¿À·¡µÈº¸¶ó?óÀ?, identifiedDescriptionName = { "A box that contains rental Kaiser Knuckle. Please handle with care.", faltando um " em identifiedResourceName = "¿À·¡µÈº¸¶ó?óÀ?,
  4. Postei aqui seu iteminfo.lua para analisar melhor. ( não interfere se você tem ou não a sprite ou no item_db, quando abre o jogo )
  5. O erro está obvio porem você passou despercebido.. está faltando o }, em unidentifiedDescriptionName unidentifiedDescriptionName = { "Can be identified by using a ^990099Magnifier^000000." },
  6. @Normynator add support to 2018-09-19aRagexe
  7. Sim! no meu caso eu já traduzi todo para português!
  8. @Expl0iter @Mihael isso é na pasta System/OngoingQuestInfoList e RecommendedQuestInfoList
  9. OMG Thaaaaaaanks Please support to client 2018-09-19aRagexe
  10. Use this data https://github.com/zackdreaver/ROenglishRE/tree/master/Ragnarok
  11. Why do not you use rA's own @vip system? If the player uses the ticket again will accumulate the vip time. (45000, 'Vip_1', 'Ticket VIP 1 Day', 0, 10, NULL, 1, NULL, NULL, NULL, NULL, 4294967295, 63, 2, NULL, NULL, NULL, NULL, NULL, ' atcommand "@vip +1d "+strcharinfo(0)+""; ', '', ''), (45001, 'Vip_7, 'Ticket VIP 7 Days', 0, 10, NULL, 1, NULL, NULL, NULL, NULL, 4294967295, 63, 2, NULL, NULL, NULL, NULL, NULL, ' atcommand "@vip +7d "+strcharinfo(0)+""; ', '', ''), (45002, 'Vip_15', 'Ticket VIP 15 Days', 0, 10, NULL, 1, NULL, NULL, NULL, NULL, 4294967295, 63, 2, NULL, NULL, NULL, NULL, NULL, ' atcommand "@vip +15d "+strcharinfo(0)+""; ', '', ''), (45003, 'Vip_30', 'Ticket VIP 1 Month ', 0, 10, NULL, 1, NULL, NULL, NULL, NULL, 4294967295, 63, 2, NULL, NULL, NULL, NULL, NULL, ' atcommand "@vip +1m "+strcharinfo(0)+""; ', '', ''); src/config/core.hpp /// Uncomment to enable VIP system. #define VIP_ENABLE
  12. @Fahhad @TrustGTX Hi, sorry for the delay, so you need to use SQL mode instead of TXT inter_athena.conf // Use SQL item_db, mob_db and mob_skill_db for the map server? (yes / no) use_sql_db: yes import sql-files/item_cash_db.sql You can now use npc! When you start adding items to the store it does not appear immediately, you have to relogue the character to appear.
  13. Not work in iteminfo... only old clients using idnum2itemdisplaynametable.txt ...
  14. Conf/Battle/Player.conf // Gemstone requirement. // Can the VIP Group ignore Gemstone requirement for skills? // 0 = Disable // 1 = Behave like Mistress Card // 2 = Remove all gemstone requirements (default) vip_gemstone: 0
  15. Haikenz

    Help addon fluxcp

    Addon: https://github.com/darrensapalo/FluxCP_Addons-VoteForPoints Fluxcp: rAthena I'm also having a problem. using debug mode showed detailed error
  16. Have you been able to find the solution yet?
  17. I tried, it also does not appear
  18. I would like to know if someone has already managed or knows how to add a video or gif as background, instead of jpg/bmp image. I already tried it but it does not appear! Background='imagem/bg.gif' Background='imagem/bg.mp4'
  19. El sistema de Refine UI no está implementado todavía, usted tendrá que recoger el git del rA ( https://github.com/rathena/rathena/pull/2494 ) y agregar en su emulador. Sobre las Quests, los clientes 2018 usan System/OngoingQuestInfoList.lub
  20. I'm really having trouble @edit Solved! in Herc is 60000, rA 60000000 BYORGUE: { NPC_SUMMONSLAVE: { SkillState: "MSS_IDLE" SkillLevel: 2 Rate: 10000 CastTime: 1000 Delay: 60000 SkillTarget: "MST_SELF" CastCondition: "MSC_SLAVELE" ConditionData: 1 val0: 1829 val1: 1830 } NPC_SUMMONSLAVE: { SkillState: "MSS_RUSH" SkillLevel: 2 Rate: 10000 CastTime: 1000 Delay: 60000 SkillTarget: "MST_SELF" CastCondition: "MSC_SLAVELE" ConditionData: 1 val0: 1829 val1: 1830 } NPC_SUMMONSLAVE: { SkillState: "MSS_BERSERK" SkillLevel: 2 Rate: 10000 CastTime: 1000 Delay: 60000 SkillTarget: "MST_SELF" CastCondition: "MSC_SLAVELE" ConditionData: 1 val0: 1829 val1: 1830 }
  21. I use them all, but still the error continues [2019-02-28 20:01:34] [SQLSTATE=42S02] Err 1146: Table 'ragnarok_main.ragnarok_main.cp_vfp_logs' doesn't exist
  22. I also have the same problem
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.