logo logo

 Back to main page

The NWNX Community Forum

 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
DARII Question..

 
Post new topic   Reply to topic    nwnx.org Forum Index -> Windows technical support
View previous topic :: View next topic  
Author Message
Bato



Joined: 27 Jul 2009
Posts: 4

PostPosted: Mon Jul 27, 2009 15:35    Post subject: DARII Question.. Reply with quote

I am trying to apply FunkySwerve's DARII to a small server.
I can't get the boni to apply. I try to figure out what is wrong for the last 6 hours...

Then I notice FunkySwerve stated it was made for the current (at the time) LetoScript, 23 Beta 5. And from what I can tell I am using 4.0.16.

Is this my problem?

I just want to use LetoScript on my bloody server~.
I have been trying to get this thing installed for the past couple days.

Edit: Also: This might be helpful for anyone willing to help me.

nwnx_leto log
Code:

NWNX-Leto module (build 03 - FF)
(c) 2004 by David Frauzel (dragonsong), dragon@weathersong.net
Information and support: http://weathersong.infopop.cc

* Loading LetoScript.dll...
* LetoScript metamodule activated (152.9ms).
<400.6µs> Req:"SCRIPT", Param:"<var:playerlist=[]><vault:<var:playerlist> <qq:D://NWNDedicatedServer//servervault//Bato Kanzi//*.bic>><for:vault <var:playerlist>><if:<qq:<Tag>> eq <qq:>><~><break></if></for>"
<4.517ms> Req:"SCRIPT", Param:"%char= q![Error] Unexpected term at NWNX-Leto line 1 pos 1.

!; /Str = /Str+2;/Dex = /Dex+-2;/Con = /Con+1;/Cha = /Cha+-2;/MovementRate = 0;/Lootable = 1;/Tag = qq<[Error] Unexpected term at NWNX-Leto line 1 pos 1.

> unless /Tag;%char = '>'; close %char; "

Back to top
View user's profile Send private message
FunkySwerve



Joined: 02 Jun 2005
Posts: 377

PostPosted: Tue Jul 28, 2009 8:33    Post subject: Reply with quote

You need to use leto 24. You can find it here:
http://sourceforge.net/projects/leto/files/NWNX-Leto/03%2B24/nwnxleto-03%2B24.rar/download


Funky
Back to top
View user's profile Send private message
Bato



Joined: 27 Jul 2009
Posts: 4

PostPosted: Tue Jul 28, 2009 15:25    Post subject: Reply with quote

Well, thanks, but it dosn't seem diffrent at all. Except I didn't get an output in my nwnx_leto log.
Back to top
View user's profile Send private message
FunkySwerve



Joined: 02 Jun 2005
Posts: 377

PostPosted: Wed Jul 29, 2009 5:35    Post subject: Reply with quote

That shouldn't be. You can download the leto dlls from the legendary level page:

http://nwvault.ign.com/View.php?view=Scripts.Detail&id=2864

Once they're installed (might want to check the readme on the above page, though it has some things unique to the LL system), run an attempted edit and post your nwnx and leto logs.

Funky
Back to top
View user's profile Send private message
Bato



Joined: 27 Jul 2009
Posts: 4

PostPosted: Wed Jul 29, 2009 19:02    Post subject: Reply with quote

I noticed one thing with the read me, I didn't have my path set to:
const string NWNPATH = "D://NWNDedicatedServer//servervault/";
I left off Server vault. Not sure if that has an effect, but here are my logs:

Code:

NWNX-Leto module (build 03 - FF)
(c) 2004 by David Frauzel (dragonsong), dragon@weathersong.net
Information and support: http://weathersong.infopop.cc

* Loading LetoScript.dll...
* LetoScript metamodule activated (1.374ms).
<283.0µs> Req:"SCRIPT", Param:"print q<D:/server/servervault/Bato Kanzi/> + FindNewestBic q<D:/server/servervault/Bato Kanzi/>;"
<764.6µs> Req:"SCRIPT", Param:"%char= q!D:/server/servervault/Bato Kanzi/!; /Wis = /Wis+2;/Cha = /Cha+2;/MovementRate = 0;add /FeatList/Feat, type => gffWord, value => 228;add /LvlStatList/[0]/FeatList/Feat, type => gffWord, value => 228;/SkillList/[17]/Rank = /SkillList/[17]/Rank+2;/LvlStatList/[0]/SkillList/[17]/Rank = /SkillList/[17]/Rank+2;/SkillList/[6]/Rank = /SkillList/[6]/Rank+2;/LvlStatList/[0]/SkillList/[6]/Rank = /SkillList/[6]/Rank+2;/Lootable = 1;/Tag = qq<D:/server/servervault/Bato Kanzi/> unless /Tag;%char = '>'; close %char; "

I notice "D:/server/servervault/Bato Kanzi/"... What did I mess up?

Code:

NWN Extender V.2.6.1
(c) 2005 by Ingmar Stieger (Papillon) and Jeroen Broekhuizen
visit us at http://www.nwnx.org

* Loading plugins...
* Plugin leto is loaded.
* Plugin odbc is loaded.
* NWNX2 activated.
* NWNX2 shutting down...
* NWNX2 shutdown successfull.


Code:

NWNX ODBC2 plugin V.0.9.2.4
(c) 2005 by Ingmar Stieger (Papillon) and Jeroen Broekhuizen
visit us at http://www.nwnx.org

o Logfile maximum size limit is: 524288 bytes
o Log level: Everything will be logged.
o Using SQLite connection.
o Hooking SCO....hooked at 5d5830
o Hooking RCO....hooked at 5d5710
o Connect successful.
o Disconnecting from database.
Back to top
View user's profile Send private message
FunkySwerve



Joined: 02 Jun 2005
Posts: 377

PostPosted: Thu Jul 30, 2009 9:26    Post subject: Reply with quote

That means that FindNewestBic failed to find a bic at the path you gave it - you need to give it the correct path to your servervault. If you omitted servervault because you're trying to use this on a localvault server, that won't work - leto needs to have access to the files it's trying to edit, and so only works on servervaults.

Funky
Back to top
View user's profile Send private message
Bato



Joined: 27 Jul 2009
Posts: 4

PostPosted: Fri Jul 31, 2009 4:49    Post subject: Reply with quote

It was omitted before, I changed it to the exact path of my servervault folder.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    nwnx.org Forum Index -> Windows technical support All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group