Jump to content

Hercules

Members
  • Posts

    104
  • Joined

  • Last visited

Everything posted by Hercules

  1. Why is that im getting this error? i just switch from windows xp to windows 7. How can I Fix this?
  2. what do you mean "LAST PART"? please elaborate.
  3. if it's not approved yet, why is there a download link? he should edit this.
  4. How can i make my Broadcaster creates a room titled "Service Unable" after a player use it's service, But when the 30 sec interval ends,The room will removed at the top the npc and it's service will be resumed again.
  5. Can anyone solved our problem??Anyone please?? Ghost is inactive i think.
  6. is it possible to implement it on eA? if no,can you make one for us? please ?
  7. is it possible to create an item that will disguise you into a monster? if yes how?
  8. Please upload it to mirror. I can't get the script because it is on eathena.
  9. This is the scipt. dicastes01,192,199,5 script BroadCaster 602,{ set .Minutes,1; if( .DelayTime <= gettimetick(2)){ mes "The price for today is ^FF0000"+$price+"^000000 zeny."; next; goto L_menu; L_menu: menu "BLAH!BLAH!",L_01, L_01: input @broadcast$; mes "Are you sure want to broadcast ^FF0000"+@broadcast$+"^000000"; menu "Yes",broad01,"No",L_no; broad01: if(Zeny < $price) goto error; set Zeny, Zeny - $price; announce ""+strcharinfo(0)+": "+@broadcast$+"",0,0xFF0000; set .DelayTime,gettimetick(2) + ( .Minutes * 60 ); close; L_no: next; if(Sex == 0) mes "Hello Mrs ^FA8258"+strcharinfo(0)+"^000000 Have a nice day."; else mes "Hello Mr ^FA8258"+strcharinfo(0)+"^000000 Have a nice day."; close; error: next; mes "You dont have ^FF0000"+$price+"^000000 zeny."; close; }else if( .DelayTime > gettimetick(2) ){ set .last,.DelayTime - gettimetick(2); set .@sec, .last % (24*60*60) % (60*60) % (60); npctalk "Please wait for "+.@sec+" seconds"; close; } } SIRs what i will add on this script to displays a ROOM which a title of the remaining seconds before any player use the broadcaster.Every seconds the title of the room changes into the remaining sec.The npc is unclickable,i mean that if a player click the npc nothing happens.
  10. I want to make my Shadow Jump skill to play instant. Because when i hide+shadow jump.There is a delay between hiding and shadow jump.about a second before the ninja cast shadow jump after casting hiding.I already set the delay rate of my server to minimum on the skill.conf. I play a before ragnarok that there is no delay in casting shadow jump. The ninja there keeps shadow jumping very fast. Please help.
  11. i'm sorry but i don't understand this.. What line will i change for the format and the color??
  12. Yeah.It is like @main, How can i rename @main into @gmes and change the color instead of yellow to this COLOR? And how can i add an interval of 1 minute to prevent spamming? And also,i want this kind of format. [Global] NAME : MESSAGE Please help me..i want it to apply on my server
  13. Hello,I have a request command.. Gmes Command: Each time a player types , @gmes "Message Here" e.g. Skypirate types, @gmes Thank You!! The players will receive his message like this. [Global] Skypirate : Thank You!! [Global] NAME : MESSAGE ~All online players will receive the message with this COLOR but it has an interval of 1minute before he can use @gmes command again. ~A player can still deactivate or activate this command by typing "@gmes" alone. ~The player who deactivates @gmes,the player will not receive the gmes messages. Thanks in future...
  14. Does the Emperium breaker room script work on TXT server?
  15. 1: Tabs in header and mapflag. 2: enablenpc / disablenpc. I mean that the player can disable it via npc to disable the message pops out to their chat box only the player that disable it to npc does not get the message..
  16. Why this script doesn't work? - script Sample -1,{ OnPCKillEvent: if( killedrid != getcharid(3) ) globalmes "[ "+strcharinfo(0)+" ] has slained [ "+rid2name(killedrid)+" ] !! "; end; } bat_c01 mapflag loadevent And how can i disable it by using an npc?
×
×
  • Create New...