Jump to content

ryukazuna

Members
  • Posts

    27
  • Joined

  • Last visited

Community Answers

  1. ryukazuna's post in [SQL]: DB error - Unknown column 'unique_id' in 'field list' was marked as the answer   
    as my inspection you are using gepard fetures src but your SQL database didnt use it. 

    Quick fix for it, just add new column called "unique_id" on your logs db. make sure its under loginlog tables.
    or you just can use fresh src from rathena github.
  2. ryukazuna's post in input does not work with new player character was marked as the answer   
    maybe because you want to display .@val variable in that mes , in that case you can try to do it like this :
    - script login -1,{ OnPCLoginEvent: mes "hello"; input .@val; mes " "+.@val+" "; close; }  
  3. ryukazuna's post in @monster has a Stat Bug was marked as the answer   
    you must to know, on Infinity Space Instance theres a high level poring. so i assume you have spawned the wrong Poring (3384). 
    so, if you use this command it's should give you the correct Poring (1002) :
    @monster 1002 The same for Fabre. theres two fabre (3386) MIN_FABRE and  (1007) Fabre.

    Just use the Monster ID Instead to spawn them.
  4. ryukazuna's post in Login / loading Screen Generator was marked as the answer   
    maybe this one is helping you. i didnt know the author for sure, but i have it and always use it for my own project or other people project like a decade now. credit to the author.
    ROLSG[1024x768].exe
  5. ryukazuna's post in Max. ASPD over 199? was marked as the answer   
    Not Possible. First, you need to know how ASPD Calculation works. refer to this Link or this Video .

    What im trying to say, Max ASPD for ragnarok is only 199, the game couldn't handle it if over 199. because based on calculation of ASPD works, if you have 200aspd = Infinite Attack/Second. which is impossible. 
×
×
  • Create New...