Jump to content
  • 0

Request.


Dokie

Question


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  12/21/12
  • Last Seen:  

Can i request for an NPC that request a 3 different randomize Cards or Items (30ea), for a requirements and spawn a random headgear?. on the 2nd hand you can also change the current requirements for another set of cards and items and pay Zeny for it.

 

Here's the sample i've seen.

 

4409 - Agav Card 30x

975 - Scarlet dyestuffs 30x

4234 - Anolian Card 30x

post-12830-0-63480400-1364384083_thumb.jpg

post-12830-0-41697800-1364384089_thumb.jpg

Edited by whinkong019
Link to comment
Share on other sites

17 answers to this question

Recommended Posts

  • 1

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

try this

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

 

updated.

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

Edited by Emistry
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  12/21/12
  • Last Seen:  

Any help?. :(

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  318
  • Reputation:   54
  • Joined:  12/23/12
  • Last Seen:  

What exactly are you asking.

 

A Script asking for a 30 random cards in a set of three for an item.

A Script asking for three random cards for a rare hat?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  12/21/12
  • Last Seen:  

I'm asking for an NPC that ask for a 3 random requirements like the sample above,  and you will get a random headgear. also if that 3 randomize requirements you got is a  little bit to hard to hunt you can also change it by paying for it by 300m or 1TCG. 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  12/21/12
  • Last Seen:  

Error on line 4 .  Thank you for replying to my thread Emistry i really  appreciated it.

post-12830-0-99254400-1364742073_thumb.jpg

Edited by whinkong019
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  


while( !getd( "#card_"+.@i ) || getitemname( getd( "#card_"+.@i ) ) == "null" ){

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  12/21/12
  • Last Seen:  

Reset Cards doesn't work Emistry,  nothing change.  :/

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

Okay...some minor mistake that i forget remove.

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  12/21/12
  • Last Seen:  

How can i remove the MVP cards & Some Normal cards when resetting Emistry.? Sorry if i ask too much i really wanted this script though. :/

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

hmm? example ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  12/21/12
  • Last Seen:  

Example.

 

// for MVP Card 

4236 = Amon Ra Card  <~ will not  be included to the list.

 

// for Normal Card

4266 = Eclipse Card <~ will not  be included to the list.

 

Because the range for rand reset is 4001 to 4544 some MVP Cards and Normal Cards will be included also.

Edited by whinkong019
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  12/21/12
  • Last Seen:  

Emistry?

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

try this

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

 

add the card list here

// blacklisted cards
.mvp_card$ = "4001,4002";
.miniboss_card$ = "4001,4002,4003";
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  12/21/12
  • Last Seen:  

try this

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

 

add the card list here

// blacklisted cards
.mvp_card$ = "4001,4002";
.miniboss_card$ = "4001,4002,4003";

Thank you for the big help Emistry!  ( I'll check the script right away )

Last request can you also make an NPC that counts how many times ( You Kick,Punch,Poke,Kiss,Hug ). (:

Like this sample :

post-12830-0-10539900-1364829443_thumb.jpg

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

what that ? show the script...i dont see any similarity between your post and the previous posts...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  12/21/12
  • Last Seen:  

Topic :

( There is nothing wrong with the script previous script i ask for Emistry, its working like a charm now thank you very very much!  ) I quote it wrong.


Off Topic :
What i mean is, can you  make another NPC for the this one..  

 

// * NPC that counts how many times ( You Kick,Punch,Poke,Kiss,Hug ). (:

 

post-12830-0-86890000-1364833476_thumb.jpg

Edited by whinkong019
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  12/21/12
  • Last Seen:  

Emistry?

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