Jump to content

Mhalicot

Community Contributors
  • Content Count

    1971
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Mhalicot

  1. why you want to edit the source? I think It can made by script..
  2. rAthena right? please explain more clearly.
  3. Mhalicot

    spawn mobs

    use addmonsterdrop(<mob id or name>, <item id>, <rate>) for example - script spwnmob -1,{ OnDeath: monster "prontera",0,0,"High Orc",1213,1; end;OnInit://"<map name>",<x>,<y>,"<name to show>",<mob id>,<amount>{,"<event label>",<size>,<ai>}; monster "prontera",0,0,"High Orc",1213,210,"spwnmob::OnDeath"; // Add Yggdrasil Berry (607) to the High Orc's(1213) drops, with 10% (1000) rate addmonsterdrop(1213, 607, 1000);end; Related Topics Click the if it help
  4. I only experience it when I forgot to setup conf/plugins.conf or check plugins/ if all 5 afk files are available.
  5. please check the console if theres an error, make sure that you edit conf/plugins.conf or else recompile it, find afk/afk.sln and recompile it..
  6. Latest Update: Thanks to Master Ind for tip Tried and tested. 2b074de9cd5d4f3ebd115c4db799c2453346a7ce
  7. No, for latest client only standard weapon sprites are supported. so just wait for the updates.
  8. for more information: > Hercules Custom Item Wiki for ViewID's
  9. Mhalicot

    spawn mobs

    saang map? specific ba ? kung gusto mo mag add ng mga mobs dito edit mo kung renewal client mo npcremobs or pre-renewal npcpre-remobs you can also try this script - script spwnmob -1,{ OnDeath: monster "prontera",0,0,"High Or",1213,1; end;OnInit://"<map name>",<x>,<y>,"<name to show>",<mob id>,<amount>{,"<event label>",<size>,<ai>}; monster "prontera",0,0,"High Orc",1213,210,"spwnmob::OnDeath";end;
  10. I made a latest version, but I am having problem in logging in, Rebuild successful but when entring map server it crash, I already inform Mr. Ind about that.. It happens after implementation of Shadow system, which affects clic.c
  11. I agree, He only post advertisement :
  12. take a look at this scripts, and see if this will fit your needs.
  13. LOL, theres a mirror link.. Click it and save the file that will open..
  14. No problem, its my pleasure *Problem Solved*
  15. Okay, Use Search function of this forums, All of your question has been answered already on the other topics.
  16. LOL you can use @go commands @go prontera type @go to show all available cities you can also use @warp <map name> <x> <y>
  17. Exactly but not in the server ID put it in your account, remember account id starts with 2000000 like that
  18. in SQL ofcourse, your account created in client already in sql. use Notepad+++
  19. Set Group_id to 99 for more information about group_id's kindly view your conf/groups.conf
  20. exactly... haha Problem Solved thanks.. ill msg you again if i got any errors inside haha No prob. Note: Account ID must start at 2000000, if you want to create an account using SQL.
  21. I think you create your account in sql? try to creat account in login use _M for male and _F for female
×
×
  • Create New...

Important Information

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