Jump to content

penwilders

Members
  • Content Count

    33
  • Joined

  • Last visited

Everything posted by penwilders

  1. so im using this http://rathena.org/board/files/file/2504-multi-currency-shop/ can someone help me with the script that announces/broadcasts when someone buys from the shop ""(player's name) has bought (item) from the (currency shop)""like from the quest shop of euphy. (player's name) has created a/an (item) thanks in advance
  2. how to and where to put this? im new please help thanks
  3. what to add if i want to broadcast the item/s i bought global
  4. and the name "Costume's" (headgear). can you change the "Costume's" into a player name? like if my name is ASDASD the converted costume item will be renamed as ASDASD's (headgear) thanks
  5. good am sir, the converted items does have effect..
  6. i just tabbed the spaces in the first line haha thank you!
  7. help please where to put this? in a .txt file? like a npc? - script debuffer -1,{OnInit: setarray .Map$[0], "arug_cas01", "schg_cas01", "schg_cas02"; set .size, getarraysize(.Map$); for ( set .@i, 0; .@i < .size; set .@i, .@i + 1 ) setmapflag .Map$[.@i], mf_loadevent; end; OnPCLoadMapEvent: getmapxy(@map$, @x, @y, 0); while ( .@j < .size ) { if ( @map$ == .Map$[.@j] ) sc_end SC_ALL; set .@j, .@j + 1; } end;}
  8. i have a bunch of custom auras and i want the NPC Aura to be a npc that can change your aura with a list of custom auras you have and requires an item like 10 proof of donation per custom aura you choose. and if you want to change another 10 proof of donation is required. i have an example of a custom aura Lionheart_Aura.rar
  9. how much? im using 2012 client
  10. i have a bunch of custom auras and i want the NPC Aura to be a npc that can change your aura with a list of custom auras you have and requires an item like 10 proof of donation per custom aura you choose. i have an example of a custom aura Blue Moon.rar
  11. thank you very much for replying
  12. this is my script of my broadcaster npc prontera,146,169,5 script Broadcaster 114,{ //what's the npc name to show in messages? set @npcname$, "Broadcaster"; //NPC Headers Name: set @header$,"[^0000ff" + @npcname$ + "^000000]"; //NPC COST PER Broadcast: set @broadcastfee, 5000000; //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ mes @header$; mes "Hi, I'm the Broadcaster"; mes "I can Broadcast a message for you"; next; mes @header$; mes "It costs 5 Million Zeny "; next; mes @header$; mes "Would you like to Broadcast?"; switch (select("Yes","No")){ case 1: if(@Broadcast> gettimetick(2)) { next; mes @header$; mes "Sorry you have to wait for 3 minutes."; close; } next; mes @header$; if(Zeny<5000000) goto noZenybc; set Zeny, Zeny - @broadcastfee; mes "Please input your message."; next; input @broadcast$; announce "Message from "+strcharinfo(0)+": "+@broadcast$+"",0,0x00FFFF; close2; set @Broadcast, gettimetick(2)+180; dispbottom "Broadcaster: Please wait for 3 minutes until next broadcast to avoid flooding."; end; case 2: mes "Suit yourself"; close; } noZenybc: mes "I have to check that you have"; mes "enough money"; next; mes @header$; mes "Im sorry but you don't have enough Zeny"; mes "Go get it if you want to Broadcast"; close; } but once you relog you can broadcast again. i want 1 char/account/ only to broadcast for every 3 mins to avoid flooding/spamming thanks in advance
  13. i copied your whole script then paste it to my notepad. what console?
  14. can i ask for a new atm.txt file? with 10b limit from the bank and 1b max deposit/withdraw idk what to do sorry thanks in advance patskie
  15. umm excuse me sir/mam, where will i put this? sorry im new
  16. how can i change if i want the bank limit is 10b and the max withdraw and deposit 1b?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.