Jump to content

Pokye

Members
  • Posts

    56
  • Joined

  • Last visited

Everything posted by Pokye

  1. @Tero Hmm. I implemented it today to test. and I noticed that it is consuming 2 embryo to create 1 homunculus. and the embryo selection window does not close when choosing the embryo. Cliente_LNIqTvKO82.mp4
  2. Thanks so much for sharing this with everyone. I'll even use it too. Just to let you know that in skill.cpp this line you asked to look for is different, there are more things. case AM_CALLHOMUN: //[orn] if (sd && !hom_call(sd)) clif_skill_fail(sd,skill_id,USESKILL_FAIL_LEVEL,0); break; in lasted rA: case AM_CALLHOMUN: //[orn] if (sd && !hom_call(sd)) clif_skill_fail(sd,skill_id,USESKILL_FAIL_LEVEL,0); #ifdef RENEWAL else if (sd && hom_is_active(sd->hd)) skill_area_temp[0] = 1; // Already passed pre-cast checks #endif break; It would be good to update your post with the fix.
  3. https://github.com/rathena/rathena/blob/master/doc/atcommands.txt#L1811 If you read the command you would know that it only works on channels.
  4. You don't need to repeat the TAB, if you are going to add several items in 1 tab. Use db/import/ My Example: ########################################################################### # - Tab Cash shop tab. Available tabs are New, Hot, Limited, Rental, Permanent, Scrolls, Consumables, Other, Sale. # Items: List of possible items. # - Item Item name. # Price Item cost in cash points (#CASHPOINTS). ########################################################################### Header: Type: ITEM_CASH_DB Version: 1 Body: - Tab: New Items: - Item: C_Spot_Light Price: 500 - Item: C_Released_Ground Price: 1000 - Tab: Hot Items: - Item: Lightning_Cloud Price: 1000 - Item: Rain_Cloud Price: 1000 - Item: C_Let_It_Snow Price: 1000 - Tab: Limited Items: - Item: C_Evil_Druid_Cross Price: 1000 - Item: C_Black_Strong_Hair Price: 1000 - Tab: Rental Items: - Item: C_Blossom_Fluttering Price: 1000 - Item: C_Vampire_Hairband Price: 1000 - Tab: Permanent Items: - Item: C_Angel_Fluttering Price: 1000 - Item: C_Soulless_Wing Price: 1000 - Tab: Scrolls Items: - Item: Battle_Manual_X3 Price: 300 - Item: HE_Battle_Manual Price: 200 - Tab: Consumables Items: - Item: Infinity_Drink Price: 10 - Item: ASPD_Potion Price: 10 - Item: Red_Booster Price: 10 - Tab: Other Items: - Item: Inventory_Ex_Evt Price: 100 - Item: Insurance Price: 5
  5. But I don't know if it's functional. then study how to add them. https://github.com/Pokye/Sagaan-AntiCheat-V2.0 https://github.com/Pokye/ring-0
  6. This Lasted SDE https://www.mediafire.com/file/p0zhcc8ipa6cjt3/SDE_v1.2.1.9.zip/file but it really has an error in Renewal, we have to wait for @Tokei to update.
  7. conf/msg_conf/char_msg, login_msg, map_msg e toda os arquivos da pasta npc/ (se for usar o PRE, não precisa traduzir a pasta RE! vice-versa.) E sobre alguém compartilhar um emulador traduzido acho muito difícil viu, é melhor nem ter esperanças nisso... Geralmente todos vendem suas traduções.
  8. this rodex is the old model of the 2012~2015 clients if I'm not mistaken, and about this other system there is in the PR of the rA. https://github.com/rathena/rathena/pull/7410
  9. Unfortunately what discourages selling something on the rA forums is this... having to wait several years to receive payment. I myself no longer put anything of mine up for sale after knowing that to receive the 20$ I put in to withdraw I will have to wait several years.
  10. The items already have in the rA database, yours is wrong. Your mob_db has the wrong item: - Item: 23985 Rate: 5 the correct would be: - Item: Abyss_itembox Rate: 5 - Id: 23985 AegisName: Abyss_itembox Name: Dragon Treasure # !todo check english name Type: Usable Buy: 20 Weight: 100 Flags: Container: true Trade: NoDrop: true NoTrade: true NoCart: true NoStorage: true NoGuildStorage: true NoMail: true NoAuction: true Script: | getrandgroupitem(IG_ABYSS_ITEMBOX); - Group: ABYSS_ITEMBOX SubGroups: - SubGroup: 1 List: - Item: Abyss_Ddbox Rate: 100 - Item: Abyss_Ddbox3 Rate: 100 - Item: Abyss_Ddbox4 Rate: 100 - Item: Drabone_L Rate: 400 - Item: Drabone_S Rate: 400 - Item: Dragon_Boots Rate: 50 - Item: Drag_Manteau Rate: 50 - Item: Dragenergy_Red Rate: 300 - Item: Dragenergy_Green Rate: 300 - Item: Dragenergy_Gold Rate: 300 - Item: Dragenergy_Purple Rate: 300 - Item: Dragenergy_Blue Rate: 300 - Item: Dragenergy_Silver Rate: 300 - Item: Dragon's_Skin Rate: 400 - Item: Dragon_Canine Rate: 500 - Item: Dragon_Scale Rate: 500 - Item: Dragon_Train Rate: 500 Also missing the warp npc... Unfortunately your file is incomplete, I regret having bought it, I thought it would be complete.
  11. Why sell if you have it in PR? https://github.com/rathena/rathena/pull/6486
  12. 1 - https://github.com/rathena/rathena/commit/55d3c1578cc6e9cc925d17f23fbacc8a0bafd8d0 2 - https://github.com/rathena/rathena/commit/7e626708826f9026cb14b062b987d77e14396515
  13. Need add Body: before. ########################################################################### # Item Cash Database ########################################################################### # # Item Cash Settings # ########################################################################### # - Tab Cash shop tab. Available tabs are New, Hot, Limited, Rental, Permanent, Scrolls, Consumables, Other, Sale. # Items: List of possible items. # - Item Item name. # Price Item cost in cash points (#CASHPOINTS). ########################################################################### Header: Type: ITEM_CASH_DB Version: 1 Body: - Tab: New Items: - Item: Apple Price: 100 - Item: Banana Price: 100 - Item: Grape Price: 100
  14. I agree... And it is worth noting that rA has recently implemented the captcha system. an antibot system. https://github.com/rathena/rathena/pull/7315 and https://github.com/rathena/rathena/pull/7359
  15. - Tab: New Items: - Item: Apple Price: 100 - Item: Banana Price: 100 - Item: Grape Price: 100
  16. Are you using the newest version of GRF Editor? Tokei, recently updated it.
  17. @Tokei I went to open the kRO updates grf, and it's not showing the images and sprites.
  18. Thanks, working now. A doubt, this new version, was also fixed the problem of GRF above 4GB? I've seen some comments here reporting about this.
  19. Pokye

    NPC Sprite

    Lua Files/SignBoardList.lub it just created the text in the image.
  20. It seems to be a bug in the rA source. the name is wrong.
  21. Check this option when installing Python.
  22. Yes, there are many free converters out there, but many don't know how to use and install dependencies. so I created this file to do everything automatically, Install Python, the Modules and it's ready to compile and decompile the file without any difficulty.
  23. View File ReputationUI File Converter Converter that allows you to Decompile Bson files to Json, so you can edit them to your liking, and then Compile from Json to Bson for the client to read. Example: Editing the Json file. and then compile to Bson Result in the Game: Submitter Pokye Submitted 08/22/2022 Category Client Tools Video Content Author Pokye  
×
×
  • Create New...