Help with quest npc bloody branch

garro

New member
Messages
23
Points
0
Github
sran
Hello, this npc part of it I got it here, but I wanted to modify it a bit when I talk to the second npc and I walk the items, the npc does not even give me the bloody branch.
 
Throw me in the next month "You do not have enough to exchange that many.";
 
Someone could help me please
skull.txt

 

Attachments

That was... the most horribly formatted script I've ever seen.

Here, try this instead

skull.txt

 
Probe the npc and it worked perfectly the first time, the second probe and I did not want to give the bloody, try to do the quest again but still the same

skull.txt

 

Attachments

Last edited by a moderator:
Very hard to understand what you're saying... Try to just say it in Spanish and I'll use Google Translate on my side.

Also why did you remove all the parentheses? o_o

Not using them is the legacy syntax and is deprecated.

And if you do remove them you can't omit the space and do things like

input.@input;

And you can't just turn a mesf() into a mes(), there's extra parameters

Do you happen to be using rAthena and not using the right forums? I can't think of any other reason why you would turn a properly formatted script back to a horror show otherwise.

If what you want is to prevent the quest from being done again I had already added in the script a method to prevent it, just uncomment the line:

.quest_tratoa = 2;

If what you're saying is you can't get it to work at all, well in your modified version there is a ton of malformed lines, so fix that first.

 
Back
Top