Jump to content

Question

4 answers to this question

Recommended Posts

  • 0
Posted
23 hours ago, estoudegreve said:

u want all jobs with  Skill overchange ?

 

you can set a paramets like, when you create a char you will begin with it.

I want NPC trader On sell funtion have Overchange lv 10 just 1 NPC

  • 0
Posted
prontera,100,100,5	script	OCBuyer	100,{

mes "Sell your stuffs here";
next;
skill 38,10,0;
callshop "ocbuyershop",2;
close2;
skill 38,0,0;
end;

}

-	shop	ocbuyershop	-1,909:-1

Try this, haven't tested it but... yeah.

  • 0
Posted (edited)
10 hours ago, sotf said:

prontera,100,100,5	script	OCBuyer	100,{

mes "Sell your stuffs here";
next;
skill 38,10,0;
callshop "ocbuyershop",2;
close2;
skill 38,0,0;
end;

}

-	shop	ocbuyershop	-1,909:-1

Try this, haven't tested it but... yeah.

This worked with sell but item not up to cost and after deal can't walk Edit to added close; after end;

Edited by systemD2540

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...