Jump to content
  • 0

Pvp script +warper+sound effects.And a couple of scripts more.


elcontrol00

Question


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  236
  • Reputation:   1
  • Joined:  04/25/12
  • Last Seen:  

Tried this script but it doesn't work. http://www.eathena.ws/board/lofiversion/index.php?t276828.html

Hello everybody and good day to all. Today i'm requesting some scripts such as (PVP warper) when you

Kill 2 People without Dying- Double Kill

Kill 3 People without Dying- Triple Kill

Kill 5 People without Dying- Killing Spree

Kill 7 People without Dying- Over Kill

Kill 10 People without Dying- Rampage

Kill 15 People without Dying- UnStoppable

And a 24 hour daily gift giver if he joins a pub or creates one it will stop or if he starts vending tried this not working for me http://rathena.org/board/topic/61956-can-1-give-me-script-24hours-gift-loyalty-give/page__p__94284__hl__daily#entry94284

And some events such as Poring catcher event,Dice event,and a Disguise event all automatic,tried the monster wiki from Emistry's it's an awesome event but i wanted only the name of the monster not race,size,or element

And finally a item giver to give items with item2 i will put the item myself :D thanks all for your time :D

Link to comment
Share on other sites

15 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  382
  • Reputation:   38
  • Joined:  01/17/12
  • Last Seen:  

Which part of the pvp script does not work?

-<tab>script<tab>pvp_sound<tab>-1,{
OnPCKillEvent:
	set .@map$,"pvp_n_1-5";
	if (strcharinfo(3) != .@map$) end;
	attachrid killedrid;
	if (@halo_pvpsound >= 5) soundeffectall "killjoy.wav",0,.@map$;
	set @halo_pvpsound, 0;
	attachrid killerrid;
	set @halo_pvpsound, @halo_pvpsound +1;
	switch (@halo_pvpsound) {
		case 2: soundeffectall "doublekill.wav",0,.@map$; end;
		case 3: soundeffectall "triplekill.wav",0,.@map$; end;
		case 5: soundeffectall "killingspree.wav",0,.@map$; end;
		case 7: soundeffectall "overkill.wav",0,.@map$; end;
		case 10: soundeffectall "rampage.wav",0,.@map$; end;
		case 15: soundeffectall "unstoppable.wav",0,.@map$; end;
		default: end;
	}
}

Have you converted and added the sound effects linked in the thread?

What's not working for you with this script?

http://rathena.org/b...aily#entry94284

Please be more specific.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  236
  • Reputation:   1
  • Joined:  04/25/12
  • Last Seen:  

for the PVP script i posted a picture. and when i kill 2 people it doesn't work. and for the item giver it just doesn't do nothing after 24 hours.IMAG0077.jpg

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2351
  • Joined:  10/28/11
  • Last Seen:  

you loaded the script twice ? or perhap there is already 1 npc that named "pvp_sound" before..

just rename the "pvp_sound" to other name..

and..

map "pvp_n_8-10-" doesnt exist in RO ...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  382
  • Reputation:   38
  • Joined:  01/17/12
  • Last Seen:  

As Emestry said you have entered a map that does not exist and you have loaded the npc or you already have another npc called pvp_sound.

And with the sound not working have you done this:

Have you converted and added the sound effects linked in the thread?

And a hint for the future:

http://graphicssoft.about.com/cs/general/ht/winscreenshot.htm

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  236
  • Reputation:   1
  • Joined:  04/25/12
  • Last Seen:  

But pvp_n_8-10 is not in the script. the map is called pvp_n_1-5

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  382
  • Reputation:   38
  • Joined:  01/17/12
  • Last Seen:  

Then this error is from another script or you typing the map wrong when using @warp ;)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  236
  • Reputation:   1
  • Joined:  04/25/12
  • Last Seen:  

Every time i do @loadnpc npc/custom/pvp_sound.txt another map appears Look at the errorrs as you can see the map changes :o

http://i1162.photobucket.com/albums/q524/elcontrol00/IMAG0078.jpg

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  382
  • Reputation:   38
  • Joined:  01/17/12
  • Last Seen:  

Thats because you have to unload a NPC first before loading the same again or just use reloadscript.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  236
  • Reputation:   1
  • Joined:  04/25/12
  • Last Seen:  

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  382
  • Reputation:   38
  • Joined:  01/17/12
  • Last Seen:  

Yeah because you haven't converted added the soundfiles linked in the eAthena thread:

http://www.eathena.ws/board/lofiversion/index.php?t276828.html

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  236
  • Reputation:   1
  • Joined:  04/25/12
  • Last Seen:  

I need to add this? or make the files?

- script kjdhfjsfkh -1,{

OnPCKillEvent:

if ( strcharinfo(3) != "pvp_n_1-5" ) end;

attachrid killedrid;

if ( @halo_pvpsound >= 5 )

soundeffectall "killjoy.wav", 0, "pvp_n_1-5";

set @halo_pvpsound, 0;

attachrid killerrid;

set @halo_pvpsound, @halo_pvpsound +1;

switch ( @halo_pvpsound ) {

case 2: soundeffectall "doublekill.wav", 0, "pvp_n_1-5"; end;

case 3: soundeffectall "triplekill.wav", 0, "pvp_n_1-5"; end;

case 5: soundeffectall "killingspree.wav", 0, "pvp_n_1-5"; end;

case 7: soundeffectall "overkill.wav", 0, "pvp_n_1-5"; end;

case 10: soundeffectall "rampage.wav", 0, "pvp_n_1-5"; end;

case 15: soundeffectall "unstoppable.wav", 0, "pvp_n_1-5"; end;

default: end;

}

}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  382
  • Reputation:   38
  • Joined:  01/17/12
  • Last Seen:  

No you have add the sound effects to your client. The sounds are not implemented in ragnarok so you have to add them. download the sound files linked in the eA topic and convert them to mono (ro don't like stereo) and add them to your wav folder in your client.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  236
  • Reputation:   1
  • Joined:  04/25/12
  • Last Seen:  

i can't it says this menu has been disabled -_-

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  382
  • Reputation:   38
  • Joined:  01/17/12
  • Last Seen:  

i can't it says this menu has been disabled -_-

What do you exactly mean by this? Which menu got disabled?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  236
  • Reputation:   1
  • Joined:  04/25/12
  • Last Seen:  

the Virgo.wav

i need to create it right? with this http://www.totalrecorder.com/

Still waiting thanks :D

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