Rage Guy Posted May 6, 2013 Group: Members Topic Count: 113 Topics Per Day: 0.03 Content Count: 354 Reputation: 3 Joined: 02/17/13 Last Seen: August 14, 2016 Share Posted May 6, 2013 (edited) I Want a bossnia warper only allowed to warp ppl when they are wearing •✖ 5345 - 5344 - 5343 - 5342 - 5341 - 5340 ✖ • + 5m zeny Thanks All ^^ Edited May 6, 2013 by SpongeBOB Quote Link to comment Share on other sites More sharing options...
Jaburak Posted May 6, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: April 13 Share Posted May 6, 2013 prontera,200,180,5 script Bossnia Test 757,{ if(isequipped(5340) || isequipped(5341) || isequipped(5342) || isequipped(5343) || isequipped(5344) || isequipped(5345)) warp "bossnia_01",0,0; else{ mes "You must equip the item first."; } close; } Quote Link to comment Share on other sites More sharing options...
Rage Guy Posted May 6, 2013 Group: Members Topic Count: 113 Topics Per Day: 0.03 Content Count: 354 Reputation: 3 Joined: 02/17/13 Last Seen: August 14, 2016 Author Share Posted May 6, 2013 Can u make it take more 5m zeny ? Quote Link to comment Share on other sites More sharing options...
Capuche Posted May 6, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted May 6, 2013 prontera,200,180,5 script Bossnia Test 757,{ if( isequipped( 5340,5341,5342,5343,5344,5345 ) && Zeny >= 5000000 ) warp "bossnia_01",0,0; else mes "You must equip the item first."; close; } Quote Link to comment Share on other sites More sharing options...
Rage Guy Posted May 6, 2013 Group: Members Topic Count: 113 Topics Per Day: 0.03 Content Count: 354 Reputation: 3 Joined: 02/17/13 Last Seen: August 14, 2016 Author Share Posted May 6, 2013 not working Thise one is working but without zeny i need it with zeny prontera,200,180,5 script Bossnia Test 757,{ if(isequipped(5340) || isequipped(5341) || isequipped(5342) || isequipped(5343) || isequipped(5344) || isequipped(5345)) warp "bossnia_01",0,0; else{ mes "You must equip the item first."; } close; } Any Help ? Quote Link to comment Share on other sites More sharing options...
Capuche Posted May 6, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted May 6, 2013 when they are wearing •✖ 5345 - 5344 - 5343 - 5342 - 5341 - 5340 ✖ • oO I though the player should wear this set prontera,200,180,5 script Bossnia Test 757,{ if( ( isequipped(5340) || isequipped(5341) || isequipped(5342) || isequipped(5343) || isequipped(5344) || isequipped(5345) ) && Zeny >= 5000000 ) warp "bossnia_01",0,0; else mes "You must equip the item first."; close; } Quote Link to comment Share on other sites More sharing options...
Rage Guy Posted May 6, 2013 Group: Members Topic Count: 113 Topics Per Day: 0.03 Content Count: 354 Reputation: 3 Joined: 02/17/13 Last Seen: August 14, 2016 Author Share Posted May 6, 2013 it dont take zeny == Quote Link to comment Share on other sites More sharing options...
Capuche Posted May 6, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted May 6, 2013 You didn't specify it prontera,200,180,5 script Bossnia Test 757,{ if( ( isequipped(5340) || isequipped(5341) || isequipped(5342) || isequipped(5343) || isequipped(5344) || isequipped(5345) ) && Zeny >= 5000000 ) { Zeny = Zeny - 5000000; warp "bossnia_01",0,0; } else mes "You must equip the item first."; close; } Quote Link to comment Share on other sites More sharing options...
Rage Guy Posted May 6, 2013 Group: Members Topic Count: 113 Topics Per Day: 0.03 Content Count: 354 Reputation: 3 Joined: 02/17/13 Last Seen: August 14, 2016 Author Share Posted May 6, 2013 Not Working == prontera,162,194,3 script Bossnia Test 908,{ if( ( isequipped(5340) || isequipped(5341) || isequipped(5342) || isequipped(5343) || isequipped(5344) || isequipped(5345) ) && Zeny >= 5000000 ) { Zeny = Zeny - 5000000; warp "bossnia_01",203,203; } else mes "لدخول بوسينا تحتاج الي قبعة كابرا + 5 مليون زيني . أراك لاحقا"; close; } Any Help ? == Quote Link to comment Share on other sites More sharing options...
Capuche Posted May 6, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted May 6, 2013 Not Working == When it's not working : - explain what is your problem/error - check your mapserv and report the error/warning Well try this prontera,200,180,5 script Bossnia Test 757,{ if( ( isequipped(5340) || isequipped(5341) || isequipped(5342) || isequipped(5343) || isequipped(5344) || isequipped(5345) ) && Zeny >= 5000000 ) { set Zeny, Zeny - 5000000; warp "bossnia_01",0,0; end; } else mes "You must equip the item first."; close; } Quote Link to comment Share on other sites More sharing options...
Rage Guy Posted May 6, 2013 Group: Members Topic Count: 113 Topics Per Day: 0.03 Content Count: 354 Reputation: 3 Joined: 02/17/13 Last Seen: August 14, 2016 Author Share Posted May 6, 2013 Working Perect Quote Link to comment Share on other sites More sharing options...
Question
Rage Guy
I Want a bossnia warper only allowed to warp ppl
when they are wearing
•✖ 5345 - 5344 - 5343 - 5342 - 5341 - 5340 ✖ •
+ 5m zeny
Thanks All ^^
Edited by SpongeBOBLink to comment
Share on other sites
10 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.