Jump to content
  • 0
Sign in to follow this  
mybitch

R> PVP Warper /w Full Heal and Item Ban

Question

Requesting a PVP Warper Script that will..

  1. Warp player to guild_vs3 /w full heal
  2. No potions are allowed to be used in the map
  3. If players leave out the map without dying their HP will return back to normal before they go in.
    E.G. Player with 50 HP go to the pvp room and received full heal - because he just want to receive the full heal he will logout  and relog back in game. HP must go back to 50 - Is this possible?
  4. Mmmm could it be possible for the map to be no pots map?

thanks! that's all!

Share this post


Link to post
Share on other sites

5 answers to this question

Recommended Posts

  • 0
OnPCLogoutEvent:if( strcharinfo(3) == "guild_vs3" ){    percentheal 100,100;    percentheal -90,-90;}end; 

Share this post


Link to post
Share on other sites
  • 0

 

Mmmm could it be possible for the map to be no pots map?

 

 

@rathena they have a mapflag "mf_noitemconsumption"

But here in Hercu I think we dont have

-- --

Possible via src mod.

Edited by kyeme

Share this post


Link to post
Share on other sites
  • 0

 

 

Mmmm could it be possible for the map to be no pots map?

 

 

@rathena they have a mapflag "mf_noitemconsumption"

But here in Hercu I think we dont have

-- --

Possible via src mod.

 

I see. Anyways just the warper with full heal how to do it?

Share this post


Link to post
Share on other sites
  • 0

 

 

 

Mmmm could it be possible for the map to be no pots map?

 

 

@rathena they have a mapflag "mf_noitemconsumption"

But here in Hercu I think we dont have

-- --

Possible via src mod.

 

I see. Anyways just the warper with full heal how to do it?

 

 

mapname,x,y,4	script	PvP Warper	438,{percentheal 100,100;warp "guild_vs3",0,0;end;} 
Edited by kyeme

Share this post


Link to post
Share on other sites
  • 0

 

 

 

 

Mmmm could it be possible for the map to be no pots map?

 

 

@rathena they have a mapflag "mf_noitemconsumption"

But here in Hercu I think we dont have

-- --

Possible via src mod.

 

I see. Anyways just the warper with full heal how to do it?

 

 

mapname,x,y,4	script	PvP Warper	438,{percentheal 100,100;warp "guild_vs3",0,0;end;} 

 

Thanks! How to add this.. If players logout from the map and they reconnect their HP will be drained to 10% 

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.