From dfad5d63357f3057e4986753f7004419f89d3e13 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 21 Dec 2022 15:50:53 -0300 Subject: This hack will do (scrolls) --- world/map/npc/items/unreleased_item.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'world/map/npc') diff --git a/world/map/npc/items/unreleased_item.txt b/world/map/npc/items/unreleased_item.txt index d8bb9e07..a04b0843 100644 --- a/world/map/npc/items/unreleased_item.txt +++ b/world/map/npc/items/unreleased_item.txt @@ -15,3 +15,14 @@ function|script|UnreleasedItem L_Return: return; } + + +function|script|UnreleasedScroll +{ + message strcharinfo(0), "You have difficulties using this item, as if it is not yet fully in this world."; + set Zeny, Zeny + 1000; // Force the sell + goto L_Return; + +L_Return: + return; +} -- cgit v1.2.3-70-g09d2