Heres the latest Saga Rev compiled
http://www.enzeru-ro.com/downloads/r...12-12-2008.zip
EDIT: Heres the Compiled exe's with the Plugin DLLs
http://www.enzeru-ro.com/downloads/r...ary_Repack.zip
Printable View
Heres the latest Saga Rev compiled
http://www.enzeru-ro.com/downloads/r...12-12-2008.zip
EDIT: Heres the Compiled exe's with the Plugin DLLs
http://www.enzeru-ro.com/downloads/r...ary_Repack.zip
Sounds interesting whats are the new features of this Sir? Anyway thanks for the share ill try this.. :)
It's been rev 54 for about a week now ._.
is this rev54?
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)saga.gatewayPHP Code: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
N 3 times
Saga.Authentication
plugin...1
N
N
Y
name...saga
username...root
pass...123456
port...3306
host...localhost
ERROR:
auth windows close!!PHP Code:<?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>
Lol sorry i forgot to compile the plugin files
What new Monster can attack player?
please put the pluyin proves that these server aver that such a ban
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
is there any good news or update?
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
as he edits the exp to these files and I put 300 when it was shaping saga.map.exe but does nothing
plz help