Jump to content

LOOLP - OFF

Members
  • Posts

    233
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by LOOLP - OFF

  1. example : switch(select("Option 1:Opotion 2")){ case 1: mes "Your choice = Option 1, Pior Bio"; close2; end; case 2: mes "Your choice = Option 2, Rafael"; close2; end; } Just look at your code above and analyze what the close and end would look like;
  2. check, https://github.com/rathena/rathena/pull/3284
  3. Just enable the homunculus option to receive a portion of the breeder's experience when the breeder kills.
  4. For case 1, there are 2 possibilities. - wheres nonexistent on the selected map 1 @ ge_st [very hard to be that] - npc is poorly developed, applying runtime error. Try to erase the entire script and just create the sprite, then slowly insert it to discover the error. Case 2, Automated mob generation of castles is part of emperium's native war manager. Check the names of the castles that are enabled on your manager. Preferably remove the automatic generation of mob from it.
  5. try close2; ? and analyze if the close is being used when closing an expression and more .. you should not close a case, just close .. use the end; right after the close.
  6. Getting the item to deal 10% damage with such a card is simple. Go on item_comboDB While dealing 10% more damage using x card and the opponent is equipped with card x, I don't see how .. Because I would have to create a possible algorithm to identify the equipped cards in each piece of enemy equipment. Very different from checking size, race etc.
  7. Just go in a big, formed DB like the new RO and add it manually. If you want a job done, please let us know. I already have the material.
  8. @Myth If I helped you, leave a reputation :)
  9. The error already says a solution, missing file in this directory. or It even has the files, but they have different names.
  10. Did you set it up correctly in conf / battle / client.conf? If so, your pallets are not complete enough to perform this expansion.
  11. It would be possible, in my head it would be as follows: Create a new table in DB for just selling NPC stores. Create a specific NPC that will sell back at a certain time compared to the DB itself. Then the line is taken from the DB and the character gets that thing. Costs just put a variable in the character. Be careful, this idea sounds good, but it can generate a sufficient exploit and it will be very bad. - Give me a reputation for the idea and warn, my dear
  12. wtf? I said sometime what was the limit, I said what I already did .. I got up to ID 35100
  13. 32303 32304 I've never had limit issues when done right. I've used it up to 35100.
  14. You can enable this or disable it in your Diff Hexed functions. Use the new NEMO 4144 to perform this action.
  15. You go to db / [re or pre] / item_db Take the last ID value, probably 30xxx, make a separation to arrange: // ------ My itens 30xxx + = 1, your items
  16. Someone would know the resolution for the following situations: 1. Gates of Hell being influenced by ranged modifiers, when in fact should not be influenced. 2. WALL OF THORN hold the player inside the effect and not just throw it out. 3. MH_VOLCANIC_ASH When used by the homunc the negative effect also applies to the Geneticist who released it, when in fact it only affects enemies.
  17. Existe uma forma BEM FACIL de ler 2,5,10 item info '-' Seria necessário apenas ler a estrutura do arquivo que entenderia.
  18. Would you like some orange juice too?
  19. 1. Are the parameter assignments correct in the code? If yes, check hexed / diff if it is compatible with your versioning. 2. Disable gvg or pvp, leaving only one enabled on the guild_vs3 map.
  20. Isso é simples, é má configuração do SQL ou simplesmente não está ligado, não adianta ligar o serv.bat e não ter conexão com o Banco de Dados. Recomendo usar vertrigo. Se ajudei em algo, Reputa.
  21. Posta print do log .. Se não tiver, busca outra mestra de classe do proprio rathena.. Tem varias! Tente usar material do rathena, chance de menos erro etc. Se te ajudei, deixa reputação.
  22. @Cydh dont work 2018 0620 ?
  23. My BG eMod works perfectly, but the FFA mode I can not activate. All modes are "OnEventJoin" FFA mode is unique "OnVersusJoin" Do not enable it in @bgmode or in a rotation queue Someone already used and could help me ?!
  24. Hello easycore, I have a question about BG eamod.
    All modes are "OnJoinEvent", only one FFA is OnVersusEvent.
    I can not call it in @joinbg or any other mode.
    Could you clarify me, please?
    
     
    
     
×
×
  • Create New...