[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
NoX Forum • View topic - Nox Script 3.0 and NoxTools on GitHub
Page 2 of 4

Re: Nox Script 3.0 and NoxTools on GitHub

PostPosted: Tue Aug 23, 2016 10:36 am
by panic
very thank you!!

this script editor is good !!

it was perfect!

Re: Nox Script 3.0 and NoxTools on GitHub

PostPosted: Tue Aug 23, 2016 11:59 am
by panic
i find nox code error ....

isCaller(int) / returns: bool
isTrigger(int) / returns: bool

however current version display returns void from this code..

please fix it.
i add pictures.

Re: Nox Script 3.0 and NoxTools on GitHub

PostPosted: Tue Aug 23, 2016 12:47 pm
by zoaedk
Oops. Thanks for catching that. I'll fix it.

Looks like I also messed up the return type of GetQuestStatus and GetQuestStatusFloat.

Re: Nox Script 3.0 and NoxTools on GitHub

PostPosted: Tue Aug 23, 2016 1:36 pm
by panic
look picture...

Re: Nox Script 3.0 and NoxTools on GitHub

PostPosted: Tue Aug 23, 2016 1:47 pm
by panic

Re: Nox Script 3.0 and NoxTools on GitHub

PostPosted: Sat Aug 27, 2016 11:45 pm
by zoaedk

Re: Nox Script 3.0 and NoxTools on GitHub

PostPosted: Mon Aug 29, 2016 1:26 pm
by panic

Re: Nox Script 3.0 and NoxTools on GitHub

PostPosted: Mon Aug 29, 2016 8:08 pm
by zoaedk

Re: Nox Script 3.0 and NoxTools on GitHub

PostPosted: Wed Sep 14, 2016 3:43 pm
by panic
hey, how to use code 'CreateMover' ...?

it code can spawn 'mover' and i sure it for examine.

however,...this mover can't moving object...
how to moving object with mover created by this code.?

i need additional explanation.

please help me...

Re: Nox Script 3.0 and NoxTools on GitHub

PostPosted: Thu Sep 15, 2016 7:38 am
by zoaedk
After looking at it in IDA some more, I agree that CreateMover will probably not work without a patch. The code in MoverUpdate is buggy.