Jump to content
  • 0
Sign in to follow this  
themon

Card Summon

Question

16c4eo8.gif

 

when I see this .gif I get an idea if you can make your card summon

a monster to help you.

 

or maybe

 

 New Job Class Card Collector or Card Duelist

Share this post


Link to post
Share on other sites

12 answers to this question

Recommended Posts

  • 0

wouldn't something like this work?

autobonus <bonus script>,<rate>,<duration>{,<flag>,{<other script>}};

With the other script being something like this:

summon "Monster name",<monster id>{,<Time Out>{,"event label"}};

?

 

Please refer to doc/script_commands.txt for more information about this.

Share this post


Link to post
Share on other sites
  • 0

Well ofcourse its possible with some minor edits

, but it would be nice if some spriters could make that card summon animation as shown in .gif file

Edited by Dastgir Pojee

Share this post


Link to post
Share on other sites
  • 0

I wish they can put the animation like in the photo.

show what card are being summoned

Share this post


Link to post
Share on other sites
  • 0

This isn't really a "Suggestion" for Hercules since this is a complete custom modification for one's server. So, I don't think it's suitable as a Suggestion so I'll be moving the topic - especially at the way you worded your topic ;P

Share this post


Link to post
Share on other sites
  • 0

wouldn't something like this work?

 

autobonus <bonus script>,<rate>,<duration>{,<flag>,{<other script>}};
With the other script being something like this:

summon "Monster name",<monster id>{,<Time Out>{,"event label"}};
?

 

Please refer to doc/script_commands.txt for more information about this.

I almost forgot about summon script, summon script alone can work, why autobonus? Summon has timeout option

Share this post


Link to post
Share on other sites
  • 0

 

wouldn't something like this work?

autobonus <bonus script>,<rate>,<duration>{,<flag>,{<other script>}};
With the other script being something like this:

summon "Monster name",<monster id>{,<Time Out>{,"event label"}};
?

 

Please refer to doc/script_commands.txt for more information about this.

I almost forgot about summon script, summon script alone can work, why autobonus? Summon has timeout option

 

Autobonus so that monsters are not spawned each time you attack, thus avoiding infestation of summoned monsters on the map. 

Share this post


Link to post
Share on other sites
  • 0

// Cards

//===================================================================

4001,Poring_Card,Poring Card,6,20,,10,,,,,,,,16,,,,,{ bonus bLuk,2; bonus bFlee2,1; },{},{if(countitem(4001)>=2)delitem 4001,2; summon "Poring",1002;}

4002,Fabre_Card,Fabre Card,6,20,,10,,,,,,,,2,,,,,{ bonus bVit,1; bonus bMaxHP,100; },{},{if(countitem(4002)>=2)delitem 4002,2; summon "Fabre",1007;}

 

This just an example. I hope guy at graphics design can add an cutin everytime you use it.

 

Just for now what I did is everytime you unequip the item mounted with card example armor with poring card. And you have 2 more card poring in your inventory it will consume 2cards to summon poring monster.

 

What I really like is when you mount a card that has the ability to summon monster. There will be a summon skill button added in you misc skill menu. Like call humonculus.

 

And a higher level to summon more powerful monster. And the high refine can make the summon last longer before it disappeared.

 

And if case you what to summon boss monster an item is require or hp and sp to summon it and need a longer cooldown on that summon skill so the player can't take advantage of the skillcard summon sample.txt

Edited by themon

Share this post


Link to post
Share on other sites
  • 0

 

 

wouldn't something like this work?

autobonus <bonus script>,<rate>,<duration>{,<flag>,{<other script>}};
With the other script being something like this:

summon "Monster name",<monster id>{,<Time Out>{,"event label"}};
?

 

Please refer to doc/script_commands.txt for more information about this.

I almost forgot about summon script, summon script alone can work, why autobonus? Summon has timeout option

 

Autobonus so that monsters are not spawned each time you attack, thus avoiding infestation of summoned monsters on the map. 

Haha, I maybe misunderstood it. I thought card will be usable item that will vanish after 1 use.

Share this post


Link to post
Share on other sites
  • 0

@Dastgir actually that is really my first idea but this is just my temporary solution or just an example.

 

this are some option for card summon. that I dont know how to do?

 

1st option is to make a custom item like example duel disk in Yugioh that when you equip it you will have a custom skill added misc skill that can summon monster using card in expense some amount of your sp.

 

2nd option is to put a button on card to summon them. something like in recipe book. and after that the card is destroyed

 

3rd option is if you drop the card and it will summon that card monster which I think is more difficult to do

Share this post


Link to post
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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.