Neverwinter Nights > Script Request

420's Duel Management System

<< < (4/5) > >>

Tea-cup:

--- Quote ---i get an error at abouth evry line using this script...
and it worked fine on my other pc with hotu
[snapback]11573[/snapback]
--- End quote ---
Now I saw this script running on a server whitout hotu/sou. Maybe it's the version of the toolset you use. Is it 1.62/1.64 or something like 1.29? But still I don't think it won't run.

-Mel

Pazuul:

--- Quote ---
--- Quote ---i get an error at abouth evry line using this script...
and it worked fine on my other pc with hotu
[snapback]11573[/snapback]
--- End quote ---
Now I saw this script running on a server whitout hotu/sou. Maybe it's the version of the toolset you use. Is it 1.62/1.64 or something like 1.29? But still I don't think it won't run.

-Mel
[snapback]11575[/snapback]
--- End quote ---

lol thx for telling me that...
lets update nwn...

edit: lolz v.1.11!!

Tea-cup:

--- Quote ---
--- Quote ---
--- Quote ---i get an error at abouth evry line using this script...
and it worked fine on my other pc with hotu
[snapback]11573[/snapback]
--- End quote ---
Now I saw this script running on a server whitout hotu/sou. Maybe it's the version of the toolset you use. Is it 1.62/1.64 or something like 1.29? But still I don't think it won't run.

-Mel
[snapback]11575[/snapback]
--- End quote ---

lol thx for telling me that...
lets update nwn...

edit: lolz v.1.11!!
[snapback]11576[/snapback]
--- End quote ---
If it works afther a update, give me a sign. I like to know if that fix it.

-Mel

Pazuul:
i'll let ya know someting, i'm fully remaking my module now

Pazuul:
ok it works now thx a lot mel!!

next problem :P  :

the script name is manager and the duell manager system works.

but i also have a boot and kill item for admins that has to be in the onactivateitem part.

but the kill and boot items both act like the duel manager now...

this is the script:




void bootkill()
{
object oCaller = GetItemActivator();
object oTarget = GetItemActivatedTarget();
object oItem = GetItemActivated();
string sTag = GetTag(oItem);

if (sTag == "bootcodem1")//YOU CAN CHANCE THIS TAGG OF A ANOTER.
{

DelayCommand(0.5,BootPC(oTarget));

}
if (sTag == "killcodem1")//YOU CAN CHANCE THIS TAGG OF A ANOTER.
{

effect eDeath= EffectDeath(TRUE);

DelayCommand(0.5,ApplyEffectToObject(DURATION_TYPE_INSTANT,eDeath,oTarget));

}

}

void main()

duel manager script...

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version