-
Posts
157 -
Joined
-
Last visited
-
Days Won
2
Community Answers
-
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/
-
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; }
-
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";
-
KazumaSatou's post in H>World Map was marked as the answer
You must uncheck Disable Map Interface in your diff
-
KazumaSatou's post in [ Solved ] How to Disable Skill Vending was marked as the answer
Add mapflag novending on the map turbo_room.
-
KazumaSatou's post in Cards Arts Needed was marked as the answer
data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\cardbmp\
-
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.