quest , itemi npc üzerine sürükle bırak yöntemiyle çalışır ;
Kod (Lua):
- --[[
- Website : www.mmotutkunlari.com
- --]]
- quest guild_building_melt begin
- state start begin
- function GetOreRefineCost(cost)
- if pc.empire != npc.empire then
- return 3 * cost
- end
- if pc.get_guild() == npc.get_guild() then
- return cost * 0.9
- end
- return cost
- end
- function...