Jump to content

mrlongshen

Members
  • Content Count

    1126
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by mrlongshen

  1. @@Hyoru same with me, each day my server will crash. But I think my problem cause from the @afk plugins.
  2. @@Bringer Hi, basically your request are like poring punch event, just need a small modification..
  3. @@Yoh Asakura Wahh !! Can you make a gay gender ?
  4. @@Yoh Asakura OMG bro !! The master @@Tokeiburu are guiding you and give you response about your topic ! Look he is very concern ! WoW! Unbelievable ! You should proud ! Hehe
  5. @@44RON You are newbie in hercules ? HAHA. As you know, customer is always right. If you have a personal problem, you should not promise anything with customer, if you have problem, you should tell customer to waiting or refund. Please dont bother a personal problem with job, if you cant promise a due date. Please be response if customer ask. Don't silent. It will give a bad perception for customer because he is waiting your answer. Oh come on, if he treats you like that, what is your feeling ? @@quesoph this kind of person, give a bad perception about the country. He just bring your country name. hmmm pity
  6. @@Yoh Asakura You need to explore the tools. Currently Im quite busy, If I have time, I will make some guide. But currently I just using the same method as TokeiBuru guide in his topic.
  7. @@evilpuncker Thanks so much, you helped me ! I didn't notice the feature. hehehe. +1 for you.
  8. @@Yoh Asakura I recommended you to use SERVER DATABASE EDITOR by TOKEI BURU ! The tools are awesome, and can be synchronize with all you needed ! Thanks you ! I happy using it BRO ! HAHAHA
  9. mrlongshen

    @afk error

    i try but [Warning]: HPM:plugin_load: failed to load 'plugins/afk.so', skipping... have u compile ? have u put on plugins ? have u set the conf/plugins.conf? have u done all this ?
  10. Good morning all , I want to ask , why am I still can buy even if money is already full on the seller which is 1 Billion. ? How to fix this bugs ? How to reject the transaction if item sold 1b vendor zeny 700m maximum zeny is 1b then transaction reject ? How to make it ? Seller sold for 1b Seller zeny already max 1b Other player still can buy even the money is already full. This is ridiculous, please help me. Thanks.
  11. @@Alayne every times the event start the debug message will appear.
  12. @@Angelmelody thanks ! the problem fix. @@Angelmelody nice signature. im hearing the song lalalalala hahaha
  13. [Debug]: script debug : 0 110173929 : Quest requirement #0 invalid (skipped).[Error]: script_rid2sd: fatal error ! player not attached![Debug]: Function: next (no parameters)[Debug]: Source (NPC): Find the Baphomet at new_4-4 (131,169)[Error]: script_rid2sd: fatal error ! player not attached![Debug]: Function: close (no parameters)[Debug]: Source (NPC): Poring Summoner at new_4-4 (148,169) Why this warning coming out ? //Created by youtubenew_4-4,131,169,5 script Find the Baphomet 736,{mes "[ Find The Baphomet ]";if(getgmlevel() < 50) { if(.Event==0) mes "There is no Find the Baphomet event."; else { mes "There is a Find the Baphomet event on now!"; mes "Location: "+ .Map$; mes "Prize: " + getitemname(.ItemID); mes "Number of Baphomets: " + .Baphomets; } close;} mes "Hello "+strcharinfo(0)+"! Please customize this event:";Main:next;mes "[ Find The Baphomet ]"; switch(select("Item [" + getitemname(.ItemID) + "]:Start Event:End Event")) { case 1: mes "Which item would you like the Baphomet to drop?"; mes "Please input the item ID:"; OnInit: set .ItemID, 7227; //input .ItemID, 7227; goto Main; case 2: mes "Starting the event now..."; set .Event,1; close2; goto OnStart; case 3: mes "Ending the event now..."; if(.Event) announce ""+strcharinfo(0)+" ended Find the Baphomet Event!",bc_all; killmonster .Map$,"All"; set .Event,0; close;}OnMinute45: //CHANGE THIS TO THE MINUTE YOU WOULD LIKE THIS EVENT TO LOAD!OnStart: announce "Find the Baphomet : It's time to play Find the Baphomet!",0; sleep2 1000; set $@ran, rand(1,11); if ($@ran == 11) set .Map$,"splendide"; if ($@ran == 10) set .Map$,"hugel"; if ($@ran == 9) set .Map$,"yuno"; if ($@ran == 8) set .Map$,"comodo"; if ($@ran == 7) set .Map$,"xmas"; if ($@ran == 6) set .Map$,"aldebaran"; if ($@ran == 5) set .Map$,"izlude"; if ($@ran == 4) set .Map$,"payon"; if ($@ran == 3) set .Map$,"geffen"; if ($@ran == 2) set .Map$,"morocc"; if ($@ran == 1) set .Map$,"prontera"; sleep2 1000; set $@ran2, rand(1,5); if ($@ran2 == 5) set .Baphomets,"5"; if ($@ran2 == 4) set .Baphomets,"4"; if ($@ran2 == 3) set .Baphomets,"3"; if ($@ran2 == 2) set .Baphomets,"2"; if ($@ran2 == 1) set .Baphomets,"1"; announce "Find the Baphomet : The Baphomet has spawned in "+ .Map$ +"!",0; sleep2 10000; announce "Find the Baphomet : " + .Baphomets + " Baphomets have spawned in "+ .Map$ +"!",0; sleep2 10000; monster .Map$,0,0,"PLEASE DONT HIT ME!",1039,.Baphomets,"Find the Baphomet::OnMobKilled"; end;OnMobKilled: mapannounce .Map$,"We've got a winner: " + strcharinfo(0) + " Congrats!",0; set Zeny,Zeny+100000000; getitem .7227,30; set .Event,0; end;} //===== Hercules Script =======================================//= Poring Summoner//===== Created By: ===========================================//= Mysterious//===== Current Version: ======================================//= 1.2//===== Link: =================================================//= Old - http://www.eathena.ws/board/index.php?showtopic=236779//===== Description: ==========================================//= Basically what this event does is summon a set of Normal//= and Special Porings. Normal Porings don't drop anything,//= Special Porings do.//=============================================================new_4-4,148,169,4 script Poring Summoner 99,{mes "[Poring Summoner]";if(getgroupid() < 10) { if(.Event) mes "There is no Poring Summon Event on now."; else { mes "There is a Poring Summon Event on now!"; mes "Location: " + .Map$; mes "Special Porings: " + .SpecialPorings[1]; mes "Normal Porings: " + .NormalPorings[0]; } close;}mes "Please customize the Poring Summon Event:";Main:next;mes "[Poring Summoner]"; switch(select("Item [" + getitemname(.ItemID) + "]:Special Porings [" + .SpecialPorings + "]:Normal Porings [" + .NormalPorings + "]:Start Event:End Event")) { case 1: mes "Which item would you like Special Porings to drop?"; mes "Please input the item ID:"; input .ItemID; goto Main; case 2: mes "How many Special Porings would you like me to summon?"; input .SpecialPorings; goto Main; case 3: mes "How many Normal Porings would you like me to summon?"; input .NormalPorings; goto Main; case 4: mes "Starting the event now...";OnMinute30: //Triggers at each new hour, so 1:30, 2:30, 3:30, 4:30 etc. set $@ran, rand(1,7); if ($@ran == 7) set .Map$,"dic_fild01"; if ($@ran == 6) set .Map$,"dic_fild02"; if ($@ran == 5) set .Map$,"izlude"; if ($@ran == 4) set .Map$,"payon"; if ($@ran == 3) set .Map$,"geffen"; if ($@ran == 2) set .Map$,"morocc"; if ($@ran == 1) set .Map$,"prontera"; set .Event,1; monster .Map$,0,0,"Poring",1002,.SpecialPorings,"Poring Summoner::OnSpecialKill"; monster .Map$,0,0,"Poring",1002,.NormalPorings,"Poring Summoner::OnNormalKill"; set .SpecialPorings[1],.SpecialPorings; set .NormalPorings[1],.NormalPorings; OnInit: set .ItemID, 7539; set .NormalPorings,40; set .SpecialPorings,20; announce "The Poring Event has begun!",bc_all; announce "Location: " + .Map$,bc_all; announce "Special Porings: " + .SpecialPorings,bc_all; announce "Normal Porings: " + .NormalPorings,bc_all; close; end; case 5: mes "Ending the event now..."; goto EndEvent; }OnTimer216000000: announce "Poring Summoner has ended. No one killed the Porings.",bc_all; killmonster .Map$,"All"; set .Event,0; stopnpctimer; end;OnSpecialKill: set .SpecialPorings[1],.SpecialPorings[1]-1; announce strcharinfo(0) + " got a " + getitemname(.ItemID) + "!",bc_map; getitem .ItemID,1; goto PoringCount;OnNormalKill: set .NormalPorings[1],.NormalPorings[1]-1; goto PoringCount;PoringCount: announce "Special Porings: " + .SpecialPorings[1] + " || Normal Porings: " + .NormalPorings[1],bc_map; if(!.SpecialPorings[1]) goto EndEvent; end;EndEvent: if(.Event) announce "The Poring Summon Event is now over!",bc_all; killmonster .Map$,"All"; set .Event,0; set .SpecialPorings[1],0; set .NormalPorings[1],0; close;}
  14. @@binbinH can you post some picture of error ?
  15. Based on your ss. They need a permission. Set it to 777 @@Yoh Asakura
  16. @@evilpuncker yeah, he talking about fluxcp. @@nuna I also encounter same problem like you. heeeeee
  17. [Warning]: Unexpected type for argument 1. Expected string.[Debug]: Data: variable name='.@num' index=0[Debug]: Function: getstrlen[Debug]: Source (NPC): Private MVP Room at prontera (164,184)[Warning]: Unexpected type for argument 1. Expected string.[Debug]: Data: variable name='.@num' index=0[Debug]: Function: getstrlen[Debug]: Source (NPC): Private MVP Room at prontera (164,184)[Warning]: Unexpected type for argument 1. Expected string.[Debug]: Data: variable name='.@num' index=0[Debug]: Function: getstrlen[Debug]: Source (NPC): MVP Summoner#1 at 06guild_01 (49,49) I got this error on private mvp room, then after a while my server crash. what is the problem ? how to fix it ?
  18. For GRF Editor's encryption : http://herc.ws/board/topic/6047-grf-editor/?p=44463 For SecureGRF : Make your patch GRF, encrypt it SecureGRF, open it with GRF Editor, File > Save as... > anything.thor. Go in Container options > Patch mode > "Merge into GRF". @@Tokeiburu thanks . its working xD
  19. i use the one from zackdreaver in his translation package. I am a real newbie and dont know how to open lua or lub files hehe use notepad ++
  20. @@Angelmelody thanks alot its working..
  21. Hello all, I have encrypt custom aura with secure grf, then I have patch it into my grf, but when I entered game, an error popup appear said cant findeffecttextureauraring.bmp However I try add manual without encrypt the file, no error found. Why ?
  22. Sir, how to make a patcher .thor with a secure grf ? I have pack it, the data not enter the grf file.
×
×
  • Create New...

Important Information

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