Jump to content
  • 0

most Requested


005

Question


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  76
  • Reputation:   1
  • Joined:  10/11/12
  • Last Seen:  

1st. NPC for GM can give price to a player - player name,Item iD,amount with Broadcast player name, event price and amount <> so that we don't use #item anymore /no1

2nd. Pk points every time u kill player , TOP Pk NPC with PRICE EVERY WEEK /kis

3rd restricted job for event warp /ok

4th job changer and job switcher /oh

5th Berry exchange NPC berry to berry ticket <> berry ticket to berry , 200 berry = 1 ticket /gawi

6th GM can use all skill

7th Team Death Match , Winners and losers get price

Thanks /thx

Link to comment
Share on other sites

12 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

For number 1-5 you can use the search feature, located on top right of this page.

For number 6, I don't have any idea.

For number 7 there's '3 vs 3' script in the Script Release section.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  17
  • Reputation:   2
  • Joined:  02/27/12
  • Last Seen:  

berry trader

turbo_room,90,114,3 script Berry Trader#h1-1::Berry Trader 843,{
mes "[ Berry Trader ]";
mes "I can convert your Berry Tickets into 200pcs Yggdrasilberry and/or vice versa.";
next;

		switch(select("Exchange to Yggdrasil Berry","Exchange to Berry Ticket")) {
			case 1:
				if (checkweight(607,200) == 0 ) goto overWeight;
				if (countitem(16007) < 1) goto noBerryTickets;
				delitem 16007,1;
				getitem 607,200;
				mes "[berry Trader]";
				mes "There you go. Hope to see you again!";
				close;
			case 2:
				if (countitem(607) < 200) goto berryNotEnough;
				delitem 607,200;
				getitem 16007,1;
				mes "[berry Trader]";
				mes "There you go. Hope to see you again!";
				close;
 }
berryNotEnough:
mes "[berry Trader]";
mes "I'm Sorry but you don't have enough Yggdrasilberry .";
close;

noBerryTickets:
mes "[berry Trader]";
mes "Sorry you don't have Berry Ticket in your inventory.";
close;
overWeight:
mes "[berry Trader]";
mes "Sorry you're overweight.";
close;
}

//---------------------
//Edit duplicates here!
//---------------------

morocc,149,102,5 duplicate(Berry Trader) Berry Trader#h1-2 843
ayothaya,145,117,5 duplicate(Berry Trader) Berry Trader#h1-3 843
geffen,124,68,5 duplicate(Berry Trader) Berry Trader#h1-4 843
umbala,131,130,5 duplicate(Berry Trader) Berry Trader#h1-5 843
payon,167,227,5 duplicate(Berry Trader) Berry Trader#h1-6 843
alberta,26,240,5 duplicate(Berry Trader) Berry Trader#h1-7 843
aldebaran,146,121,5 duplicate(Berry Trader) Berry Trader#h1-8 843
izlude,134,85,5 duplicate(Berry Trader) Berry Trader#h1-9 843
xmas,155,133,5 duplicate(Berry Trader) Berry Trader#h1-10 843
comodo,198,149,5 duplicate(Berry Trader) Berry Trader#h1-11 843
amatsu,191,90,5 duplicate(Berry Trader) Berry Trader#h1-12 843
gonryun,155,122,5 duplicate(Berry Trader) Berry Trader#h1-13 843
yuno,148,183,5 duplicate(Berry Trader) Berry Trader#h1-14 843
niflheim,203,175,5 duplicate(Berry Trader) Berry Trader#h1-15 843
louyang,206,104,5 duplicate(Berry Trader) Berry Trader#h1-16 843
prontera,160,187,5 duplicate(Berry Trader) Berry Trader#h1-18 843
pay_arche,55,123,5 duplicate(Berry Trader) Berry Trader#h1-19 843
prontera,201,185,5 duplicate(Berry Trader) Berry Trader#h1-20 843
bossnia_04,205,209,5 duplicate(Berry Trader) Berry Trader#h1-21 843
bossnia_01,205,209,5 duplicate(Berry Trader) Berry Trader#h1-22 843
bossnia_02,205,209,5 duplicate(Berry Trader) Berry Trader#h1-23 843
bossnia_03,205,209,5 duplicate(Berry Trader) Berry Trader#h1-24 843

Edited by Emistry
Please use [CODEBOX] or Attachments for long contents.
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  76
  • Reputation:   1
  • Joined:  10/11/12
  • Last Seen:  

For number 1-5 you can use the search feature, located on top right of this page.

For number 6, I don't have any idea.

For number 7 there's '3 vs 3' script in the Script Release section.

1-2 none 3-4 got it 5 broken

6 unknown 7 thanks

/gawi

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:  

1st. NPC for GM can give price to a player - player name,Item iD,amount with Broadcast player name, event price and amount <> so that we don't use #item anymore

http://rathena.org/board/topic/60513-event-ticket-rewarder-php-log-viewer-anti-gm-corruption/

http://rathena.org/board/topic/70634-rewards-npc-in-game-set/

In-Game Item Rewarder

In-Game Points Rewarder

2nd. Pk points every time u kill player , TOP Pk NPC with PRICE EVERY WEEK

Kill Players gain Cash Points

3rd restricted job for event warp

https://rathena.org/board/index.php?/files/file/2496-%7B?%7D/

4th job changer and job switcher

https://rathena.org/board/index.php?/files/file/2550-%7B?%7D/

5th Berry exchange NPC berry to berry ticket <> berry ticket to berry , 200 berry = 1 ticket

Exchanger [ Cashpoint to Coins ]

Exchanger [ Poring Coin - Zeny ]

Exchanger [ Points to Tickets ]

Exchanger [ Item to Item ]

Exchanger [ Item to Item ]

Exchanger [ Multi Item to 1 Item ]

6th GM can use all skill

trunk/conf/groups.conf

permissions: {
 all_skill: true
}

7th Team Death Match , Winners and losers get price

Party Team PK Match

Party Match

just search the forum, i am sure you will get more than this...

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  76
  • Reputation:   1
  • Joined:  10/11/12
  • Last Seen:  

berry trader

turbo_room,90,114,3 script Berry Trader#h1-1::Berry Trader 843,{
mes "[ Berry Trader ]";
mes "I can convert your Berry Tickets into 200pcs Yggdrasilberry and/or vice versa.";
next;

		switch(select("Exchange to Yggdrasil Berry","Exchange to Berry Ticket")) {
			case 1:
				if (checkweight(607,200) == 0 ) goto overWeight;
				if (countitem(16007) < 1) goto noBerryTickets;
				delitem 16007,1;
				getitem 607,200;
				mes "[berry Trader]";
				mes "There you go. Hope to see you again!";
				close;
			case 2:
				if (countitem(607) < 200) goto berryNotEnough;
				delitem 607,200;
				getitem 16007,1;
				mes "[berry Trader]";
				mes "There you go. Hope to see you again!";
				close;
 }
berryNotEnough:
mes "[berry Trader]";
mes "I'm Sorry but you don't have enough Yggdrasilberry .";
close;

noBerryTickets:
mes "[berry Trader]";
mes "Sorry you don't have Berry Ticket in your inventory.";
close;
overWeight:
mes "[berry Trader]";
mes "Sorry you're overweight.";
close;
}

//---------------------
//Edit duplicates here!
//---------------------

morocc,149,102,5 duplicate(Berry Trader) Berry Trader#h1-2 843
ayothaya,145,117,5 duplicate(Berry Trader) Berry Trader#h1-3 843
geffen,124,68,5 duplicate(Berry Trader) Berry Trader#h1-4 843
umbala,131,130,5 duplicate(Berry Trader) Berry Trader#h1-5 843
payon,167,227,5 duplicate(Berry Trader) Berry Trader#h1-6 843
alberta,26,240,5 duplicate(Berry Trader) Berry Trader#h1-7 843
aldebaran,146,121,5 duplicate(Berry Trader) Berry Trader#h1-8 843
izlude,134,85,5 duplicate(Berry Trader) Berry Trader#h1-9 843
xmas,155,133,5 duplicate(Berry Trader) Berry Trader#h1-10 843
comodo,198,149,5 duplicate(Berry Trader) Berry Trader#h1-11 843
amatsu,191,90,5 duplicate(Berry Trader) Berry Trader#h1-12 843
gonryun,155,122,5 duplicate(Berry Trader) Berry Trader#h1-13 843
yuno,148,183,5 duplicate(Berry Trader) Berry Trader#h1-14 843
niflheim,203,175,5 duplicate(Berry Trader) Berry Trader#h1-15 843
louyang,206,104,5 duplicate(Berry Trader) Berry Trader#h1-16 843
prontera,160,187,5 duplicate(Berry Trader) Berry Trader#h1-18 843
pay_arche,55,123,5 duplicate(Berry Trader) Berry Trader#h1-19 843
prontera,201,185,5 duplicate(Berry Trader) Berry Trader#h1-20 843
bossnia_04,205,209,5 duplicate(Berry Trader) Berry Trader#h1-21 843
bossnia_01,205,209,5 duplicate(Berry Trader) Berry Trader#h1-22 843
bossnia_02,205,209,5 duplicate(Berry Trader) Berry Trader#h1-23 843
bossnia_03,205,209,5 duplicate(Berry Trader) Berry Trader#h1-24 843

NPC won't show

bump..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

Use propper tabbing.

turbo_room,90,114,3(tab)script(tab)Berry Trader#h1-1::Berry Trader(tab)843,{

Edited by nanakiwurtz
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  76
  • Reputation:   1
  • Joined:  10/11/12
  • Last Seen:  

thanks Emistry

curious about #2 its cash points not a pk points

o02k5l.jpg

Use propper tabbing.

turbo_room,90,114,3(tab)script(tab)Berry Trader#h1-1::Berry Trader(tab)843,{

i already try still not working :ani_swt3:

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

Have you add the script to scripts_custom.conf ?

  • Upvote 1
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:  

@XGamer

i just show you the script....you can just basically edit the script and change the variables....

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  17
  • Reputation:   2
  • Joined:  02/27/12
  • Last Seen:  

berry trader

turbo_room,90,114,3 script Berry Trader#h1-1::Berry Trader 843,{
mes "[ Berry Trader ]";
mes "I can convert your Berry Tickets into 200pcs Yggdrasilberry and/or vice versa.";
next;

		switch(select("Exchange to Yggdrasil Berry","Exchange to Berry Ticket")) {
			case 1:
				if (checkweight(607,200) == 0 ) goto overWeight;
				if (countitem(16007) < 1) goto noBerryTickets;
				delitem 16007,1;
				getitem 607,200;
				mes "[berry Trader]";
				mes "There you go. Hope to see you again!";
				close;
			case 2:
				if (countitem(607) < 200) goto berryNotEnough;
				delitem 607,200;
				getitem 16007,1;
				mes "[berry Trader]";
				mes "There you go. Hope to see you again!";
				close;
 }
berryNotEnough:
mes "[berry Trader]";
mes "I'm Sorry but you don't have enough Yggdrasilberry .";
close;

noBerryTickets:
mes "[berry Trader]";
mes "Sorry you don't have Berry Ticket in your inventory.";
close;
overWeight:
mes "[berry Trader]";
mes "Sorry you're overweight.";
close;
}

//---------------------
//Edit duplicates here!
//---------------------

morocc,149,102,5 duplicate(Berry Trader) Berry Trader#h1-2 843
ayothaya,145,117,5 duplicate(Berry Trader) Berry Trader#h1-3 843
geffen,124,68,5 duplicate(Berry Trader) Berry Trader#h1-4 843
umbala,131,130,5 duplicate(Berry Trader) Berry Trader#h1-5 843
payon,167,227,5 duplicate(Berry Trader) Berry Trader#h1-6 843
alberta,26,240,5 duplicate(Berry Trader) Berry Trader#h1-7 843
aldebaran,146,121,5 duplicate(Berry Trader) Berry Trader#h1-8 843
izlude,134,85,5 duplicate(Berry Trader) Berry Trader#h1-9 843
xmas,155,133,5 duplicate(Berry Trader) Berry Trader#h1-10 843
comodo,198,149,5 duplicate(Berry Trader) Berry Trader#h1-11 843
amatsu,191,90,5 duplicate(Berry Trader) Berry Trader#h1-12 843
gonryun,155,122,5 duplicate(Berry Trader) Berry Trader#h1-13 843
yuno,148,183,5 duplicate(Berry Trader) Berry Trader#h1-14 843
niflheim,203,175,5 duplicate(Berry Trader) Berry Trader#h1-15 843
louyang,206,104,5 duplicate(Berry Trader) Berry Trader#h1-16 843
prontera,160,187,5 duplicate(Berry Trader) Berry Trader#h1-18 843
pay_arche,55,123,5 duplicate(Berry Trader) Berry Trader#h1-19 843
prontera,201,185,5 duplicate(Berry Trader) Berry Trader#h1-20 843
bossnia_04,205,209,5 duplicate(Berry Trader) Berry Trader#h1-21 843
bossnia_01,205,209,5 duplicate(Berry Trader) Berry Trader#h1-22 843
bossnia_02,205,209,5 duplicate(Berry Trader) Berry Trader#h1-23 843
bossnia_03,205,209,5 duplicate(Berry Trader) Berry Trader#h1-24 843

NPC won't show

bump..

try to change the npc id . or have you tried to restart your server ?

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  76
  • Reputation:   1
  • Joined:  10/11/12
  • Last Seen:  

lol Dream i forgot to change npc id btw thanks /meh

Emistry thanks a lot appreciated /no1

nanakiwurtz as always thanks /ok

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  17
  • Reputation:   2
  • Joined:  02/27/12
  • Last Seen:  

lol Dream i forgot to change npc id btw thanks /meh

Emistry thanks a lot appreciated /no1

nanakiwurtz as always thanks /ok

you;re welcome

  • Upvote 1
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...