Jump to content

mrlongshen

Members
  • Content Count

    1126
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by mrlongshen


  1. I try to use 2013.05.22 client.

    The Custom Window Title is not working.

    The Use SSO Login Packet not working.

    I can bypass it.

    was it working for you with the xdiff file? I just checked for that client date and the changes made by the patch are same as xdiff file.

     

    @neo yes sir, its work well on xdiff.

    i have try use 2013.05.22 and 2013.08.07a, i can bypass and the sso login not works.


  2. Nice to meet you all,

     

    Trying my hand at getting a server up and running as a project for work, and after wanting to have my own, I've decided to go the Hercules route. (also days of lurking)

    I hope to learn a lot through the process and have something stable within the next few days.  :lol:

     

    My background is more design related, but am trying to get into coding/scripting etc.

     

    hi. welcome sir.

    please make 1 signature for me about hercules :)


  3. try to use bindatcmd

     

     

    -	script	randomdisguise	-1,{OnInit:	bindatcmd "disguise "+.@randmob,strnpcinfo(3)+"::OnAtcommand";	end;OnAtcommand:	if (getgmlevel() < 60) end; // Change the 60 to any minimum GM value you want to check	set .@randmob, getrandmob(150,0); // 1st parameter = max level of the mob; 2nd parameter: 0 if fetching from dead branch list, 1 from poring list, 2 from bloody branch list	message strcharinfo(0),"You've been disguised as: " + strmobinfo(1,.@randmob);	end;}

    ddnt test it yet.

     

    i have tested it.

    i try to use @disguise and @randomdisguise, it not works sir. huhu


  4. You can make a script using getrandmob for this:

     

    -	script	randomdisguise	-1,{OnWhisperGlobal:	if (getgmlevel() < 60) end; // Change the 60 to any minimum GM value you want to check	set .@randmob, getrandmob(150,0); // 1st parameter = max level of the mob; 2nd parameter: 0 if fetching from dead branch list, 1 from poring list, 2 from bloody branch list	atcommand "@disguise "+.@randmob;	message strcharinfo(0),"You've been disguised as: " + strmobinfo(1,.@randmob);	end;}

    Just whisper to it while having enough GM level to get disguised.

     

    thanks alot sir :)

     

     

    You can make a script using getrandmob for this:

     

    -	script	randomdisguise	-1,{OnWhisperGlobal:	if (getgmlevel() < 60) end; // Change the 60 to any minimum GM value you want to check	set .@randmob, getrandmob(150,0); // 1st parameter = max level of the mob; 2nd parameter: 0 if fetching from dead branch list, 1 from poring list, 2 from bloody branch list	atcommand "@disguise "+.@randmob;	message strcharinfo(0),"You've been disguised as: " + strmobinfo(1,.@randmob);	end;}

    Just whisper to it while having enough GM level to get disguised.

    can you make its a plugin ?


  5.  

    I doubt we currently have rebellion skills. Or, in case we have, they're still dummy skills waiting to be coded. rAthena already has them, but their behavior is way too unofficial. Here on hercules we aim at having a more official behavior of the skills before implementing them any which way.

     

     

    but already have a date or a minimum period for which skills are coded here in hercules?

     

    no. just wait and see.. hahahaha


  6. I want to request a plugin for random disguise of monster in mob db. Its for disguise event that handle for gm. The monster name will Appear on the chat box of gm only. So we can see player guess correct or not.


  7. Possibly the script is saved as UTF-8 with BOM. Try to save that same script in ANSI or in UTF-8 without BOM.

     

    Befor this, this script are save as UTF-8

    After that, I change to ANSI like what you said. and its working !

    More power for you sir +1 !! hahaha

    :lol: :lol:


  8. Hello there,

     

    I really need this command for my new ro server, i come from DOTA and i really loved this command.

     

    how should it work? when an user types "@rickroll" a random phrase will show up like @me does.

     

    Username's Never gonna give you up

    Username's Never gonna let you down

    Username's Never gonna run around and desert you

    Username's Never gonna make you cry

    Username's Never gonna say goodbye

    Username's Never gonna tell a lie and hurt you

     

    Thanks!

     

    what is this purpose ?

    i dont get?

    for me its nothing. hmm. since only we can see the msg. hehe


  9. Im successful recompile and the plugins works.

    Then I go to buy some arrow.

    I load the @autobuyammo command and then I go buy some arrow. 10 arrows.

    I going to hit some poring and kewl its auto buy my 10 arrow.

    After that i disable @autobuyammo command, and then relog, after that I load the @autobuyammo command and then go buy some arrow.

    this times I purchase 20 arrow. I going to kill poring but its auto buy 10 arrows. Its like the previous one. Is that a bugs ?



     

×
×
  • Create New...

Important Information

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