Jump to content

kalabasa

Members
  • Posts

    371
  • Joined

  • Last visited

Community Answers

  1. kalabasa's post in [Warning]: script: buildin_getmapxy: Invalid type 0. was marked as the answer   
    try to change 
    getmapxy $Rfyl_Trap$,$X,$Y,0; to 
    getmapxy $Rfyl_Trap$,$X,$Y,BL_PC; https://github.com/rathena/rathena/commit/26720f041a3cd0edbaa975bfc70345a30e9bf706 
    if not working refer to the link and find the right code
  2. kalabasa's post in [ Solved ] R>mysql workbench 5.7 was marked as the answer   
    i think you can download here
    https://downloads.mysql.com/archives/workbench/
  3. kalabasa's post in Fast @go change maps was marked as the answer   
    Change fade in/out delay nemo patch?
  4. kalabasa's post in Error Invalid element level 0 for monster was marked as the answer   
    1006,THIEF_BUG_LARVA,Thief Bug Larva,Thief Bug Larva,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,1,1,0x651,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
    try this. monster Element level must be 1~4 as stated on the error
  5. kalabasa's post in Commands for VIP only was marked as the answer   
    Add them here
    VIP are group 5
     
    https://github.com/rathena/rathena/blob/6a12857583c4747aacc1428feb47d717da2527c7/conf/groups.conf#L230
  6. kalabasa's post in Ammunition not equip was marked as the answer   
    try this battle.conf
    set it to no
    // Should ammo be unequipped when unequipping a weapon?
    // Official behavior is "yes".
    ammo_unequip: no
    // Should a suitable weapon be equipped when equipping ammo?
    // Official behavior is "yes".
    ammo_check_weapon: no
  7. kalabasa's post in Remove notice was marked as the answer   
    try this
    conf/battle/player.conf
    change this to no
    // Will display rate information (EXP, Drop, and Death penalty message)? (Note 1) vip_disp_rate: yes
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.