Jump to content
  • 0

Bossnia Warp NPC


Rage Guy

Question


  • Group:  Members
  • Topic Count:  113
  • Topics Per Day:  0.03
  • Content Count:  354
  • Reputation:   3
  • Joined:  02/17/13
  • Last Seen:  

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

10 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1125
  • Reputation:   236
  • Joined:  07/30/12
  • Last Seen:  


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;

}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  113
  • Topics Per Day:  0.03
  • Content Count:  354
  • Reputation:   3
  • Joined:  02/17/13
  • Last Seen:  

Can u make it take

more 5m zeny ?

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:  


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;

}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  113
  • Topics Per Day:  0.03
  • Content Count:  354
  • Reputation:   3
  • Joined:  02/17/13
  • Last Seen:  

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 ?

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:  

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


  • Group:  Members
  • Topic Count:  113
  • Topics Per Day:  0.03
  • Content Count:  354
  • Reputation:   3
  • Joined:  02/17/13
  • Last Seen:  

it dont take zeny ==

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:  

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


  • Group:  Members
  • Topic Count:  113
  • Topics Per Day:  0.03
  • Content Count:  354
  • Reputation:   3
  • Joined:  02/17/13
  • Last Seen:  

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 ? ==

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:  

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


  • Group:  Members
  • Topic Count:  113
  • Topics Per Day:  0.03
  • Content Count:  354
  • Reputation:   3
  • Joined:  02/17/13
  • Last Seen:  

Working Perect :)

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