Issue information

Issue ID
#6513
Status
Unable to Reproduce
Severity
None
Started
Hercules Elf Bot
Aug 20, 2012 8:33
Last Post
Hercules Elf Bot
Aug 20, 2012 15:39
Confirmation
N/A

Hercules Elf Bot - Aug 20, 2012 8:33

Originally posted by [b]Phantasm[/b]
i think that script commands is bug ...

This script command work only after @reloadscript, if you relog it will be disabled.

[b]For Example[/b]: magic_book.txt

[quote]
[b]if (BaseLevel < 140 || (getskilllv(2213) < 1) && (getskilllv(2217) < 1)){[/b]
[b]mes "The documents in this container aren't legible. It's not use trying to read them.";[/b]
[b]close;[/b]
[b]}[/b]
[b].... << ==== pass[/b]
[/quote]


When Server Start, when you talk with NPC, it wil show [b]The documents in this container aren't legible. It's not use trying to read them. [/b]After @reloadscript you will pass this check.
[u]Are you understand ?[/u]
And you re-log talk with NPC, its wil show [b]The documents in this container aren't legible. It's not use trying to read them [/b]again

[b]Sorry my bad English :([/b]

This post has been edited by Phantasm on Aug 20, 2012 8:34

Hercules Elf Bot - Aug 20, 2012 9:46

Originally posted by [b]Napster[/b]
[CODE]
if (BaseLevel < 140 || !( getskilllv(2213) && getskilllv(2217) ) )
{
mes "The documents in this container aren't legible. It's not use trying to read them.";
}
else
mes "Pass";
close;
[/CODE]

You can test this script again

Hercules Elf Bot - Aug 20, 2012 15:39

Originally posted by [b]Euphy[/b]
Can't reproduce, with reloadscript/relogging and all.