Jump to content

KazumaSatou

Members
  • Posts

    147
  • Joined

  • Last visited

  • Days Won

    2

Community Answers

  1. KazumaSatou's post in Creating Custom Items was marked as the answer   
    The first link is the one that teach you how to create an item.
    https://rathena.org/board/topic/61862-guide-spriting-101-creating-a-sprite-and-act-file/
  2. KazumaSatou's post in menu that show if item is on inventory was marked as the answer   
    Add in your item script : 
    callfunc("KeyWarp"); NPC Function Script :
    Just change the item ids and the showscript to warp to anywhere you want.
    Mark as solution if this helped you. ^^
    function script KeyWarp { if(countitem(6266) >= 1 || countitem(6267) >= 1 || countitem(6268) >= 1) menu (countitem(6267) ? ""+getitemname(6267)+"":""),Test1,(countitem(6268) ? ""+getitemname(6268)+"":""),Test2,(countitem(6266) ? ""+getitemname(6266)+"":""),Test3; else showscript "You don't hold any key."; end; Test1: showscript "Warp To Key of Illusion"; end; Test2: showscript "Warp to Key of Gaiety"; end; Test3: showscript "Warp to Key of Deception"; end; }




  3. KazumaSatou's post in Need help create custom usable item was marked as the answer   
    Try this :
    Header: Type: ITEM_DB Version: 3 Body: - Id: 40000 AegisName: Cash_Chest Name: Cash Chest Type: Usable Weight: 1 AliasName: Cash_Box_ Script: | callfunc "F_CashChest";  
  4. KazumaSatou's post in H>World Map was marked as the answer   
    You must uncheck Disable Map Interface in your diff
  5. KazumaSatou's post in [ Solved ] How to Disable Skill Vending was marked as the answer   
    Add mapflag novending on the map turbo_room.
  6. KazumaSatou's post in Cards Arts Needed was marked as the answer   
    data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\cardbmp\
     
  7. KazumaSatou's post in ITEMLINK on this script was marked as the answer   
    Try.
  8. KazumaSatou's post in R>script was marked as the answer   
    Are you looking for the exact script or just the clickable item/card name?
     

    mes "<ITEM>Yggrasil Berry<INFO>607</INFO></ITEM>"; Usage : <ITEM>Item Name<INFO>ITEM ID</INFO></ITEM>  
  9. KazumaSatou's post in R>script was marked as the answer   
    Are you looking for the exact script or just the clickable item/card name?
     

    mes "<ITEM>Yggrasil Berry<INFO>607</INFO></ITEM>"; Usage : <ITEM>Item Name<INFO>ITEM ID</INFO></ITEM>  
  10. KazumaSatou's post in Q>Website Time Zone was marked as the answer   
    https://free.timeanddate.com/clock/i873svxk/n145/fce7debd/tct/pct
    Sorry bout that. Check this one.
×
×
  • Create New...