Jump to content

Question

Posted (edited)

can i request for a script that function like this

~ it check if you have a party
~ it check if theres only 2 person in the party if there is 3 it says "your party must consist of 2 people only"
~ it check if the 2 player on the party is both online if the other 1 is offline it would say " "name of the offline" is currently offline "

~ it check if the 2 player on the party is female and male if the both player are female or male it says " your partner must be "if the person talking to the npc is female" - male / "if the person talking to the npc is male" - female

~ it check if both player on the party is level 99 if either one of them is below 99 it say " "name of the player" is below 99"

~ it check if both player has the TCG card if the other one does not have it say " "name of the player" doesn't have TCG Card"

~ it check if both player has 10 million zeny if the either of the player does not have enough zeny it say " "name of the player" only has " current zeny " he need "how many zeny is still needed"

 

then after all of that is checked...

the npc would warp both the player to guild dungeon "gld_dun01"

 

then the npc must delete 10 tcg card from both the player and the 10 million zeny.............. 








BUMP

Edited by caspa

5 answers to this question

Recommended Posts

Posted (edited)

http://pastebin.com/4yHCBy8J

Sorry if you find sh*tcode /yawn

Hey thank you for helping me, the script works fine however i just have 1 problem with it... it keeps saying 0 instead of name

like 0 does not have tcg card, 0 is below 99 and so on.....

also on the zeny part...... its reading mine not my partner.

BUMP!

BUMP!

BUMP!

BUMP!

Edited by caspa
Posted

@caspa

Please calm down with the bump.

 

From Rules: Posts in the support sections may be bumped with MORE INFORMATION no less than 24 hours after the last post. Any other bumping is not allowed.

 

Thanks you.

Posted

http://pastebin.com/4yHCBy8J

Sorry if you find sh*tcode /yawn

Hey thank you for helping me, the script works fine however i just have 1 problem with it... it keeps saying 0 instead of name

like 0 does not have tcg card, 0 is below 99 and so on.....

also on the zeny part...... its reading mine not my partner.

BUMP!

BUMP!

BUMP!

BUMP!

 

 

 

Uh, I think the right variable is .@partner_z.

//              mes .@partner_name$ + "'s amount of Zeny is " + Zeny + ". He need " + (10000000-Zeny) + "more Zeny.";
                mes .@partner_name$ + "'s amount of Zeny is " + .@partner_z + ". He needs " + (10000000-.@partner_z) + " more Zeny.";

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