Jump to content
  • 0

NPC shop with Overchange


systemD2540

Question


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  70
  • Reputation:   10
  • Joined:  07/17/14
  • Last Seen:  

I try to find some script NPC tradding with out Like Skill overchange lv 10 but can use every jobs

Can i do like this ?

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  174
  • Reputation:   6
  • Joined:  07/01/12
  • Last Seen:  

u want all jobs with  Skill overchange ?

 

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  70
  • Reputation:   10
  • Joined:  07/17/14
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  173
  • Reputation:   9
  • Joined:  11/14/12
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  70
  • Reputation:   10
  • Joined:  07/17/14
  • Last Seen:  

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
Link to comment
Share on other sites

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.

×
×
  • Create New...