Jump to content

Stolao

Developer
  • Posts

    1443
  • Joined

  • Last visited

  • Days Won

    40

Everything posted by Stolao

  1. I also use ovh
  2. show me whole conf, but guessing you have a missing ; after buffinfo
  3. petloot 100; add to all pets in pet_db
  4. have you already modded your src and refine _db?
  5. Stolao

    Vip System

    search button, i found 3 within 2 mins
  6. ill be releasing an update autoevent system within the week on my git, keep an eye out for 2.0
  7. Ya Ro is alive and well, just look at the kro updates and NovaRO.
  8. Stolao

    Vip System

    Its built into the emulator already. To enable edit here https://github.com/rathena/rathena/blob/master/src/config/core.h And to configure edit here https://github.com/rathena/rathena/blob/master/conf/battle/player.conf
  9. Do not bump unless providing additional information.
  10. Do not bump unless providing additional information.
  11. That would not allow use of character names again. Hell need to do a (several) SQL query, on Mobile so can't write out.
  12. Don't bump your topic unless your providing additional information. Open your src/map/status.c and search for the skill NPC_POWERUP, and see which sc it uses. No spoon feeding in support section.
  13. Did you diff it to read lub before lua? Do you have another lub reading at a higher priority?
  14. https://github.com/rathena/rathena/blob/master/db/pre-re/statpoint.txt
  15. just tested and @relog shows cutins when rewards are available, as for autotrade after sleep2 1000 + .Rest * 60000; add if(checkvending()&2){ message strcharinfo(0),"[Daily Rewards]: Venders cannot recive rewards."; end; } Cutins do appear when using @relog, and I sobt understand what you mean about auto trade, can you reword? im using latest rev but when i use @relog cutins don't appear. im using rest = 60 and show cutin. about the @at, for those using @at (auto trade) i dont want them to get the rewards. auto trade: those merchant continue vending. actually did an update to my git adding this option
  16. Yes it's possible.
  17. Cutins do appear when using @relog, and I sobt understand what you mean about auto trade, can you reword?
  18. I know your new so I'm going to give you a bit of advice try doing yourself a bit and showing when you tried if it failed in a request, showing your trying to learn to do yourself really goes a long way in getting help and improving yourself as well. This is the most useful thing you will get for learning yourself https://github.com/rathena/rathena/blob/master/doc/script_commands.txt A few of us hate spoon feeding and will ignore a message.
  19. 4238
  20. This is not possible without a huge overhaul to the entire pet system in both src and database.
  21. This will be a better base to start with them mine, minesnnotba standard floating rates as one of those is in the emulator already https://github.com/rathena/rathena/blob/master/npc/custom/etc/floating_rates.txt
  22. Rate my server is not an accurate source by an means. Also this one has almost all items already https://github.com/Stolao/rathena/blob/master/db/re/item_db.txt, for client side look at Zack's project release.
  23. Its enabled by default and assuming you don't increase the // Number of mins after logging before collecting prize .Rest = 0; it will be instant
  24. Yes?
  25. Stolao

    Hackers?

    As far as I know you cannot increase Drop rates. But I'm not an expert on this.
×
×
  • Create New...