Jump to content
  • 0

party related


caspa

Question


  • Group:  Members
  • Topic Count:  194
  • Topics Per Day:  0.04
  • Content Count:  499
  • Reputation:   3
  • Joined:  03/11/12
  • Last Seen:  

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

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  143
  • Reputation:   30
  • Joined:  12/23/11
  • Last Seen:  

http://pastebin.com/4yHCBy8J
Sorry if you find sh*tcode /yawn

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  194
  • Topics Per Day:  0.04
  • Content Count:  499
  • Reputation:   3
  • Joined:  03/11/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  06/03/13
  • Last Seen:  

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