Jump to content

Lord Ganja

Members
  • Posts

    444
  • Joined

  • Last visited

  • Days Won

    3

Community Answers

  1. Lord Ganja's post in Thanatos' Sword Item was marked as the answer   
    Try this
     
    thanatos sword.rar
  2. Lord Ganja's post in @storage was marked as the answer   
    https://rathena.org/board/topic/70006-disable-specific-commands-in-a-map/
  3. Lord Ganja's post in can i request zoro sword sprite plz was marked as the answer   
    Just replace the drop act.
     
    zoro sword.rar
  4. Lord Ganja's post in Requesting an item drop npc script was marked as the answer   
    I don't know if there's any command to check if the tile is already occupied by another item. I guess there isn't.
    If you wanted to randomly drop it just use rand.
     
    sample
    prontera,150,150,4 script randromdrop 100,{ makeitem 608,1,"prontera",rand(147,153),rand(147,153); end; }
  5. Lord Ganja's post in Help healer was marked as the answer   
    Try to add this 
    if( getbrokenid(1) ) repairall; getinventorylist; while( .@i < @inventorylist_count ){ if ( !@inventorylist_identify[.@i] ){ delitem2 @inventorylist_id[.@i],1,0,0,0,0,0,0,0; getitem @inventorylist_id[.@i],1; } .@i++; }
  6. Lord Ganja's post in Git commands was marked as the answer   
    - You can use stash save to save the changes
    - Then git pull to update
    - Stash pop to put the changes back
  7. Lord Ganja's post in Debugmes after updating to latest rA GIT was marked as the answer   
    Wouldn't it affect anything if I removed the whole thing?
    It's okay as long as the accountlock table is already created?
     
     
    EDIT:
     
    FIXED after updating to ebaefc14762b519479ec17596dedf8f53cb37388
  8. Lord Ganja's post in Packet Obfuscation Problem . was marked as the answer   
    recompiled?
     
    maybe try to look for another working custom packet keys..
     
    I also encountered something like this before. Well in my case, im using 2013-12-23 client.
    second and third packet key is the same. What I did is just used nkwz RO Toolkit, and look for
    the packet key that works, replaced 2nd packet with same packet as the 3rd (i think this is only for 2013-12-23 client).
    Just full of trial and errors but somehow it works now.
×
×
  • Create New...