- Joined
- Mar 19, 2007
- Messages
- 174
- Reaction score
- 6
To view the content, you need to sign in or register
link for those who can't download from svn.
this is the rar file of saga rev40 updated last nov. 29,2008
is the same rev posted by nitros>?
i think we really need the guide....really don know how to setup this...T.T
__________________hmpf.... yepp i know what u must make!!!
Also, it says in the GM Commands portion of the documentation, that the !item command sends your items to the Event Rewards area. (Kafra->Present icon).
However, first you must make the Events list work in the Kafra. You can do this by reading the above post. An easier way to read it is:
1) Open your .../Binary/Saga.Map.config file.
2) Scroll down and find:
<Saga.Factory.Events type="../Binary/Saga.Map.Data.LuaQuest.dll, Saga.Map.Data.LuaQuest.EventInfo">
<Files>
<add path="../Data/eventlist.csv" format="text/csv" />
</Files>
</Saga.Factory.Events>
3) Change the word type to provider so it should look like this:
<Saga.Factory.Events provider="../Binary/Saga.Map.Data.LuaQuest.dll, Saga.Map.Data.LuaQuest.EventInfo">
<Files>
<add path="../Data/eventlist.csv" format="text/csv" />
</Files>
</Saga.Factory.Events>