penwilders
Members-
Content Count
33 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by penwilders
-
how about the floor? what is it
-
need help about emistry's currency shop (hercules emulator)
penwilders posted a question in Script Support
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 -
weapon and armor tab
-
how to and where to put this? im new please help thanks
-
Request - NPC SHOP for Proof of Donations Only
penwilders replied to esquilla13's question in Script Requests
what to add if i want to broadcast the item/s i bought global -
the item became strcharinfo(0)'s (headgear)
-
where can i find that?
-
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
-
good am sir, the converted items does have effect..
-
i just tabbed the spaces in the first line haha thank you!
-
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;}
-
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
-
how much? im using 2012 client
-
Bank System English Texture by Themon
penwilders replied to themon's topic in Other Graphic Releases
how to install this? -
others are stuck please help
-
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
-
thank you very much for replying
-
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
-
thank you for replying
-
i copied your whole script then paste it to my notepad. what console?
-
@atm uknown command
-
npc doesn't appear
-
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
-
umm excuse me sir/mam, where will i put this? sorry im new
-
how can i change if i want the bank limit is 10b and the max withdraw and deposit 1b?