Jump to content

Mhalicot

Community Contributors
  • Content Count

    1971
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Mhalicot

  1. @@erijhon your welcome, its my pleasure to help
  2. @@erijhon if you only open the link that I provided above, you will see the answer. Anyways for your easy checking please visit again. checkquest -> questprogress
  3. Hi @@Yoh Asakura, I'd check your script. I think you miss to add Create Table sql?
  4. Hi @@erijhon, Similar Topic: Euphy All in One NPC
  5. Not yet know if whats going to be the output but try this one @on_prt_sewb = (getmapusers("prt_sewb1.gat"))+(getmapusers("prt_sewb2.gat"))+(getmapusers("prt_sewb3.gat"))+(getmapusers("prt_sewb4.gat"));"=> ^DC143CProntera Culvert^000000 ^FF0000["+@on_prt_sewb+"]^000000(^00CED140^000000 á ^FF0000100^000000)",prt_sewb,
  6. @@Blinzer make your server account set to 1
  7. @ Make sure that you download 3.4 version.. its still working on latest Herc.
  8. modify the item script { Id: 12848 AegisName: "Falcon_Flute" Name: "Falcon Flute" Type: 11 Buy: 0 Upper: 63 Script: <" if(getskilllv(HT_FALCON)) {- if(checkoption(Option_Wug)||checkoption(Option_Wugrider)) end; if(checkfalcon()==1) { setfalcon 0; } else { setfalcon 1; } } ">},
  9. @@Yoh Asakura try this - script blockdual -1,{OnPCLoadMapEvent: query_sql "SELECT `name` FROM `char` INNER JOIN `login` ON `login`.`account_id` = `char`.`account_id` WHERE `char`.`online` = '1' AND `login`.`last_ip` IN (SELECT `last_ip` FROM `login` WHERE `login`.`account_id` = '"+getcharid(3)+"')",.@name$; for(@i = 0; @i < getarraysize(.@name$) && getarraysize(.@name$) > 1; @i = @i+1){ if(getcharid(0) == getcharid(0,.@name$[@i])) continue; if(checkvending(""+ .@name$[@i] +"") != 0) continue; atcommand "@adjgmlvl 0 "+.@name$[@i]; atcommand "@kick "+.@name$[@i]; } if (getarraysize(.@name$) > 1) { mes "^FF0000[Guardian]^000000"; mes "Sorry, you can't use double account in this place."; close; }end;} // Mapflagpvp_n_6-5 mapflag loadevent
  10. @@Yoh Asakura try to add checking on it.. since @afk is using @autotrade state.. use checkvending() script.
  11. Mhalicot

    @autopots

    @- Mariel Sorry but cant reproduce
  12. @@satsugaides I have no clue about that error, haven't encountered it yet
  13. @@Truly Awesome, Thanks for sharing.. will take a look at it.
  14. @@zonesef are you sure about the client date? I've check it in here but it doesn't have 20131110 client. 2013 client only have: [ ] 2013-03-13aRagexe.exe.zip [ ] 2013-03-20eRagexe.exe.zip[ ] 2013-05-15aRagexe.exe.zip [ ] 2013-05-22Ragexe.exe.zip [ ] 2013-05-29Ragexe.exe.zip [ ] 2013-06-05Ragexe.exe.zip [ ] 2013-06-12dRagexe.exe.zip [ ] 2013-06-18aRagexe.exe.zip [ ] 2013-06-26bRagexe.exe.zip [ ] 2013-07-03aRagexe.exe.zip [ ] 2013-07-10bRagexe.exe.zip[ ] 2013-07-17cRagexe.exe.zip [ ] 2013-07-24eRagexe.exe.zip[ ] 2013-07-31cRagexe.exe.zip [ ] 2013-08-07aRagexe.exe.zip[ ] 2013-08-14aRagexe.exe.zip
  15. @ Please avoid posting on all caps, Read our forum rules for more info. for the mean time I will modify your topic title..
  16. Good day, I noticed just now that we have @Mention already.. How is it works? To configure your notification: MyProfile->Edit MyProfile->Notification Options->Search Forums and check Notification list then save. IF you don't wish to receive notification, just uncheck it and save. Int'l Moderator, Mhalicot
  17. @@Truly it will be nice if you will share your work
  18. I saw it here Paid Services with a setup price of $15. Good luck and pay wisely.
  19. *Moved to Website Support* To install you check check this link : roBrowser Installation Guide You can find the discussion about that here : roBrowser - Ragnarok Online for Web Browsers. If you really want help upon installation, why don't you try to search here: roBrowser Forum
  20. Mhalicot

    Breed NPC

    I've check your script using haru.ws/scriptchecker but it doesnt throw any error.. try to update your SVN.
  21. Mhalicot

    @autopots

    Oh it's a typo. I mean autopots.c Is it errors or Warning? if, warning only you can ignore it.. check if it successfully build..
  22. Mhalicot

    @autopots

    why you need to paste the autopots.so? when you compile autopots.so it will automatically generate autopots.so... Make sure you know this guide http://herc.ws/wiki/Building_HPM_Plugin_for_gcc
  23. Mhalicot

    @autopots

    I don't know what to do. Thanks anyway! Update first your hercules and let me know if still have problem.
  24. Mhalicot

    @autopots

    I dont have autopots,so because im using Windows, so i compile it using MSVS.
  25. Mhalicot

    @autopots

    still the same weird. sorry can't help its working my latest SVN.. is your server updated?
×
×
  • Create New...

Important Information

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