Jump to content

Stolao

Developer
  • Posts

    1443
  • Joined

  • Last visited

  • Days Won

    40

Everything posted by Stolao

  1. Git hash is the git version eg a667fc0efbe4f9bd015fa475221ddd70c98d7036 is currently the most up to date rA. As for your issue a while back the SQL tables were changed (believe with the array size increase), and we use different table names not now.
  2. What git hash are you using? What variables are you trying to save?
  3. Search button to hard? https://rathena.org/board/topic/78320-aura-setter-v11/
  4. If I could get IM_CHAR to work properly I'd agree /spin I plan on playing with it between my next 2 request I'll let you know how it goes.
  5. Even if those class are not on my game? What cause them to be loaded? I don't even want themIf you don't want them in game, edit the at job command and remove the npcs, so they are unobtainable. That or do large src and db edits to remove completely.Personally id just remove their skill tree and lower their max level to 1/1. He just doesn't want the jobs to be read from the database. I'm just not sure how rAthena even knows which jobs to look for. Maybe job_db? It reads from source if a job is defined it automatically checks for all files related. Also if a class is undefined and in the db it post an error as well.
  6. Even if those class are not on my game? What cause them to be loaded? I don't even want them If you don't want them in game, edit the at job command and remove the npcs, so they are unobtainable. That or do large src and db edits to remove completely. Personally id just remove their skill tree and lower their max level to 1/1.
  7. Remove the onpcloginevent and create a quest system to activate that, then put the time checks before the menus for the quest. Its fairly straightforward.
  8. Litterly anything you can think of. Personally I'm looking forward to playing with this alot.
  9. Might be possible to add sleep2 60000; @summon_limit -= 1; after summon_limit += 1;
  10. https://rathena.org/board/topic/105842-eqi-constant-refactor/#entry301979
  11. Search feature for Windows has the option to search in a file (at least 7 and 10 do)Just put map + location or npc name usually works for me.
  12. when will they be available in shop?
  13. my bad typo in script 1201,Knife,Knife,5,50,,400,17,,1,3,0xFE9F7EEF,7,2,2,1,1,1,1,{ autobonus "{}",10,1000,BF_WEAPON,"{ if(@summon_limit < 5){ summon strcharinfo(0),1001,60000; @summon_limit += 1 } }"; },{},{}
  14. Hmm when was the last time the packets fir this were updated
  15. I believe optimization of the code we have should always be prioritized before adding of newer content. If one keeps adding more features without optimizing we end up with a mass of spaghetti code that's harder to fix and optimize later down the line.Mind linking me BG bug reports btw I'd like to take a look at these.
  16. can we move this to source request/support ty
  17. 1201,Knife,Knife,5,50,,400,17,,1,3,0xFE9F7EEF,7,2,2,1,1,1,1,{ autobonus "{}",10,1000,BF_WEAPON,"{ if(@summon_limit < 5){ summon strcharinfo(0),1001,60000; summon_limit += 1 } }"; },{},{} untested
  18. what version of script are you using (numbers don't say latest) im 99% sure i fixed this bug already
  19. Stolao

    Q> Pre-RE

    rAthena is primarily re yes however pre-re works just fine and as it's not in development anymore it doesn't break often, once in a while a re feature will cause issues but that's what issue tracker is for. So in short yes pre-re is still supported
  20. Stolao

    5 Item Slot

    I'm pretty sure this is a client limitation
  21. Try using addrid() to attach players in map then do var = 1; to make each player attached gain the variables
  22. Been following for a bit and I must say everything looks amazing so far curiosity keep up the good work.
  23. Stolao

    Clan System

    They are just finalizing a very large update to the instance system, then I believe lemongrass has another large PR coming up, then most likely the clan system is after that, and some testing.
  24. That's because of the eqi_ refactoring more found here on here https://rathena.org/board/topic/105842-eqi-constant-refactor/#entry301979
×
×
  • Create New...