• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Latest Rev Compiled 12-12-2008

Experienced Elementalist
Joined
Aug 19, 2007
Messages
294
Reaction score
26
Heres the latest Saga Rev compiled



EDIT: Heres the Compiled exe's with the Plugin DLLs

 
Last edited:
Newbie Spellweaver
Joined
Jul 13, 2008
Messages
60
Reaction score
0
Sounds interesting whats are the new features of this Sir? Anyway thanks for the share ill try this.. :)
 
Custom Title Activated
Loyal Member
Joined
May 28, 2007
Messages
1,023
Reaction score
164
It's been rev 54 for about a week now ._.
 
Junior Spellweaver
Joined
Dec 24, 2004
Messages
195
Reaction score
13
I have Revised beta working on my PC
Now Testing this one.....

Edited (dont work 4 me):

Saga.Map
World id --> 1
Player limit --> 5
Proof -->test
cexp-->100
jexp-->100
wexp-->100
Detect Database Plugin --> No plugin found
Detect Quest Plugin --> No plugin found
Detect Scenarion Plugin --> No plugin found
Detect NPC&Map Plugin --> No plugin found
Detect Mob Spawn Plugin --> No plugin found
Detect Event Plugin --> No plugin found

(This i dont know is ok)
N
N
Y
name...saga
username..root
passs...123456
port...3306
host...localhost
2 error ocured when loading....
Zone.Log(csv format)
PHP:
XmlSections: Section Saga.Manager.ConsoleSettings was not found using default manager/factory
XmlSections: Section Saga.Manager.NetworkSettings was not found using default manager/factory
XmlSections: Section Saga.Manager.WorldTasks was not found using default manager/factory
XmlSections: Section Saga.Manager.Database was not found using default manager/factory
XmlSections: Section Saga.Manager.Quest was not found using default manager/factory
XmlSections: Section Saga.Manager.Scripting was not found using default manager/factory
Calling initialize-event on factories & managers: HostContext
Calling beforequery-event on factories & managers: HostContext
DatabaseManager: No manager found, missing .dll files
"Saga.Map.exe",Error,0,"Quest section was not found please configure the quest configuration",,,,,,,
Event Manager: Provided type was not found
Calling afterquery-event on factories & managers: HostContext
Calling onload-event on factories & managers: HostContext
ScriptCompiler: Starting to compile scripting assembly: ../Saga.Scripting
ScriptCompiler: Generate compile parameters
ScriptCompiler: Starting to compile scripting assembly: s4bspqnp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
AdditionFactory: Method not found Saga.Spells.Additions.ADDITION_SPPARTYRECOVERAMOUNT
AdditionFactory: Method not found Saga.Spells.Additions.ADDITION_MAGICALATTACKMAX
AdditionFactory: Method not found Saga.Spells.ADDITION_CANNOTATTACK
AdditionFactory: Method not found Saga.Spells.ADDITION_CANNOTMOVE
AdditionFactory: Method not found Saga.Spells.ADDITION_CANSEERESSHOLD
SpellFactory: Loading spell information from: ../Data/spell_data.xml using format text/xml
SpellFactory: Clear method lookup table
StatusByLevelFactory: Loading statusbylevel information from: ../Data/experience.csv using format text/csv
WarpFactory: Loading warp information from: ../Data/warp_data.csv using format text/csv
ZoneFactory: Loading zone information from: ../Data/zone_data.csv using format text/csv
ItemFactory: Loading item information from: ../Data/item_data.xml using format text/xml
WeaponFactory: Loading weapon information from: ../Data/weapon_data.csv using format text/csv
TemplateFactory: Loading spawn information from: ../Data/npc_templates.csv using format text/csv
TemplateFactory: Loading spawn information from: ../Data/item_templates.csv using format text/csv
"Saga.Map.exe",Information,0,"Loading worldspawn objects",,,,,,,
"Saga.Map.exe",Information,0,"Loading worldspawn objects information from: ../Data/npc-spawns/ using format text/csv",,,,,,,
"Saga.Map.exe",Information,0,"Loading worldspawn objects information from: ../Data/item-spawns/ using format text/csv",,,,,,,
"Saga.Map.exe",Information,0,"Loading multi-worldspawn objects",,,,,,,
"Saga.Map.exe",Information,0,"Loading multi-worldobjects information from: ../Data/mob-spawns/",,,,,,,
CharacterConfigurationFactory: Loading character information from: ../Data/character-template.csv using format text/csv
Calling loaded-event on factories & managers: HostContext
saga.gateway
N 3 times

Saga.Authentication
plugin...1
N
N
Y
name...saga
username...root
pass...123456
port...3306
host...localhost
ERROR:
PHP:
<?xml version="1.0" ?> 
- <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
- <xsl:template match="page">
- <html>
- <head>
- <title>
  <xsl:value-of select="title" /> 
  </title>
  <style>BODY { padding: 20px; } BODY, DIV, P, TD { font-size:1em; color: rgb(83,100,130); } H1 { color:#000000; font-size: 20px; } H2 { color:#000000; font-size: 16px; } CODE { padding: 3px; background-color: #FFFFFF; border: 1px solid #C9D2D8; font-size: 1em; margin-bottom: 10px; display: block; font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono; line-height: 1.3em; } .paragraph_menu { background: rgb(205, 220, 235) ; padding:10px; } .paragraph { background: rgb(236,243,247); padding:10px; } a:link { color: #105289; text-decoration: none; } a:visited { color: #105289; text-decoration: none; } a:hover { color: #D31141; text-decoration: underline; } a:active { color: #368AD2; text-decoration: none; } .top { text-align:right; } ol { color: black; font-size:13px; line-height:1.3em; }</style> 
  </head>
- <body>
  <xsl:apply-templates /> 
  </body>
  </html>
  </xsl:template>
- <xsl:template match="title">
- <h1>
  <xsl:value-of select="." /> 
  </h1>
  </xsl:template>
- <xsl:template match="errorlog">
  <p>This is the documentation about quest and npc scriping. As of this moment we'll keep this document up-to-date. For questfiles in the desired and validated layout we'll provide conversion tools to update this.</p> 
  <h2>Functions by alphabet</h2> 
- <div class="paragraph_menu">
- <p>
- <ol>
- <xsl:for-each select="/page/errorlog/error">
  <xsl:sort select="name" /> 
- <li>
- <a href="#{name}">
  <xsl:value-of select="name" /> 
  </a>
  </li>
  </xsl:for-each>
  </ol>
  </p>
  </div>
- <xsl:for-each select="/page/errorlog/error">
- <h2>
- <a name="{name}">
  <xsl:value-of select="name" /> 
  </a>
  </h2>
- <div class="paragraph">
- <!--  Full error
  --> 
- <code>
- <pre>
  <xsl:value-of select="example" /> 
  </pre>
  </code>
  </div>
  </xsl:for-each>
  </xsl:template>
  </xsl:stylesheet>
auth windows close!!
 
Experienced Elementalist
Joined
Aug 19, 2007
Messages
294
Reaction score
26
Lol sorry i forgot to compile the plugin files
 
Junior Spellweaver
Joined
Dec 24, 2004
Messages
195
Reaction score
13
Lol sorry i forgot to compile the plugin files

:thumbup1: waiting updated

EDITED:
So far so GREAT...first quest tested and work perfect
Hope some day have your skills!!!
GJ 10/10
PS: Best ServerFiles tested until now!!
Thank for share it!!!!
Regards
Josh
 
Newbie Spellweaver
Joined
Jun 9, 2008
Messages
79
Reaction score
0
please put the pluyin proves that these server aver that such a ban
What new Monster can attack player?
 
Junior Spellweaver
Joined
Dec 24, 2004
Messages
195
Reaction score
13
What new Monster can attack player?
Edited: From Chonchon to up, mobs dont attack!....

* Item Reward works

EDITED

Most of Quest on Hodomimes dont work:
* Cody Isaiah (Quest 403)
* Averro Reinhold (Quest 14)
* Zarko Ruzzoli (Quest 27)
* Board (Quest 1 9 2...)
* Mirsha (Quesy 143)
So on....

Attached Image
 

Attachments

You must be registered for see attachments list
Last edited:
Experienced Elementalist
Joined
Aug 19, 2007
Messages
294
Reaction score
26
Hmm I'm going to look at the quests to see why they do not work.

And I guess Ill make a Topic where you can get all the latest rev's
 
Newbie Spellweaver
Joined
Jun 9, 2008
Messages
79
Reaction score
0
as he edits the exp to these files and I put 300 when it was shaping saga.map.exe but does nothing
plz help
 
Experienced Elementalist
Joined
Aug 19, 2007
Messages
294
Reaction score
26
you delete your conf files and it will say cexp, jexp and wexp. those are the rates
 
Junior Spellweaver
Joined
Dec 24, 2004
Messages
195
Reaction score
13
Hmm I'm going to look at the quests to see why they do not work.

And I guess Ill make a Topic where you can get all the latest rev's
Would be amazing....
Quest are not working because need to be codify (one by one)...who have knowdloge on java or c# could be this task easily i think!

Anyway, thank you very much for share it.
You are great on Ro files!
regards. josh
 
Last edited:
Newbie Spellweaver
Joined
Jun 9, 2008
Messages
79
Reaction score
0
thank you very much for the files
But as the camvio exp and what can not be tried many times and do not get
 
Newbie Spellweaver
Joined
Nov 10, 2006
Messages
15
Reaction score
0
Hi, I downloaded and follow the instruction to run the Saga.map.exe,
after i run it, i key in
World Id = 1
Player = 50
Authentication = test
Cexp = 500
Jexp = 500
Wexp = 500

The Saga.map.exe off it self. Anything that i done wrong? And the Saga.Authentication.exe, when i double click it, it closed itself, i only saw the word Unhandled Exception... @.@

Please help.
 
Back
Top