Jump to content
  • 0

Need this script badly..


chromus28

Question


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  263
  • Reputation:   1
  • Joined:  04/25/13
  • Last Seen:  

Hi there..


 


I just wanna ask if there is some script that like card trader NPC,,BUT! in each card there is a different points in it..example if you trade the an MVP card you will recieve ah 50 Points,, and the normal cards is like 10points to 15 points something like that..if there is..can you please give me some of the script of this?


Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

Have you tried @Euphy Card Trader script?

 

http://pastebin.com/raw.php?i=AC0CquTa

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  263
  • Reputation:   1
  • Joined:  04/25/13
  • Last Seen:  

Have you tried @Euphy Card Trader script?

 

http://pastebin.com/raw.php?i=AC0CquTa

sorry im not really expert on scripting how should i change the points in each cards here?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  226
  • Reputation:   11
  • Joined:  01/09/12
  • Last Seen:  

Have you tried @Euphy Card Trader script?

 

http://pastebin.com/raw.php?i=AC0CquTa

sorry im not really expert on scripting how should i change the points in each cards here?

 

look at below the script

OnInit:
	set .Level,0;   		// Minimum monster level to trade corresponding cards.
	set .Points$,"#Card_Points";	// Variable to store points.
	setarray .Shop[0],		// Card Shop items: <ID>,<point cost>
	  4001,1,4004,1,4033,1,4196,1,4197,25,4054,50,4174,75,4047,100;
	setarray .Points[0],1,5;	// Points per <normal card>,<MVP card>
	set .MVP$,			// List of MVP cards.
	  "4121,4123,4128,4131,4132,4134,4135,4137,4142,4143,4144,4145,4146,4147,4148,4168,4236,"+
	  "4241,4263,4276,4302,4305,4318,4324,4330,4342,4357,4359,4361,4363,4365,4399,4403,4407";

 

change 1 for normal card points

and change 5 for mvp card points

	setarray .Points[0],1,5;	// Points per <normal card>,<MVP card>
Edited by xienne15
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  263
  • Reputation:   1
  • Joined:  04/25/13
  • Last Seen:  

oh nice thanks...can i ask one more thing? is it possible if there will be a random card every hour? the item trader wants a poring card then the next hour it will have a random card again..??is this possible?

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...