Hi
you have to edit the file 'locale/en/cube.txt'.
Code:
#적화석재조
section
npc [B]20383[/B]
item 51001 50
item 27992 1
item 27993 1
item 27994 1
reward 18900 1
gold 50000
percent 10
end
You can change the npc to your new vnum and add your items.
Then you have to add a new quest for opening the cube window:
Code:
quest testcube begin
state start begin
when [B]20383[/B]."Cube" begin
say_title("Open cube")
say("Hi")
wait()
setskin(NOWINDOW)
command("cube open")
end
end
end
Check the quest 'cube.quest'
Kind regards
Ex0dia