Jump to content

Vykimo

Members
  • Posts

    236
  • Joined

  • Last visited

  • Days Won

    21

Everything posted by Vykimo

  1. Look for "waitingroom" commands in script_command.txt .
  2. Why did you choose eAthena instead of rAthena?
  3. Many thanks for that kind of release ! I appreciate
  4. I guess it's not the good forum section to post... But I has Nothing to do with luas… It's a packet problem I guess… What is your exe version?
  5. Yes, thank a lot for your work. I supported you on the crowdfunding.
  6. Vykimo

    New tools

    Ok ?, no web programming?
  7. Yes, that's normal. It's a client limitation. If you've enough recent client (2018+), you can search for GRAVITYCONTROL effect (I think id > 1000) from Star Emperor. You'll fly for approximately 30sec.... That's the best we can do currently
  8. I think AndRO isn't updated for that kind of recent client.. Try with older client
  9. Vykimo

    New tools

    We all need .STR editor for years! (file format for effects in RO) Btw, what languages do you know well?
  10. It's not possible. You've to provide 2 different clients for your players.
  11. Vykimo

    PvP Ranking

    Ok, so could you please explain your problem?
  12. I don't see the problem ... If you modify psd/png file, it doesn't matter for your website...
  13. It's impossible for us to read your content in quote... Please use code or spoiler.
  14. Verify if you declare equipSwitch well in struct item { in mmo.hpp
  15. Hi, Go in npc.cpp : after that : case NPCE_LOGIN: return script_config.login_event_name; Add that : case NPCE_USESKILL: return script_config.useskill_event_name; Go in skill.cpp : after that : if( sd && sd->autobonus3[0].rate ) { for( i = 0; i < ARRAYLENGTH(sd->autobonus3); i++ ) { if( rnd()%1000 >= sd->autobonus3[i].rate ) continue; if( sd->autobonus3[i].atk_type != skill_id ) continue; pc_exeautobonus(sd,&sd->autobonus3[i]); } } add : npc_script_event(sd, NPCE_USESKILL); It should be enough.
  16. Ah yes, it's possible if you modify client part. You tell to your exe that the size is bigger.
  17. Oh looks very good. It's very detailled !
  18. Unfortunately you cannot increase content in a client packet... Because client won't be able to understand longer packet than usual. But if you wanna experience it, go in clif_packetdb.hpp and replace : packet(0x01cd,30); by : packet(0x01cd,54); PS : 0x1cd is the packet id.
  19. Can we at least know the allowest amount each week? How many people are paid every week?
  20. Hi, everything's in the title. It could be great to give a participation from our rAthena account. Regards
  21. Hmm @vykimo.. For what did I contributed ?
×
×
  • Create New...