Jump to content

evilpuncker

Community Contributors
  • Content Count

    2178
  • Joined

  • Last visited

  • Days Won

    66

Everything posted by evilpuncker

  1. no help for lazy xDD

  2. shorter since u need only map name OnPcDieEvent: if(strcharinfo(3) == "bossnia") warp "prontera",0,0; end;
  3. Shared Body Palettes & Shared Head Palettes type 2 not working (crashing the client when changing to any color), I've made sure that everything is in the right place, tried with both data and grf (being read first on DATA.INI) but all failed, btw I've used the latest 2013-07-03aRagexe.xdiff, hope someone can help me with it! btw idk here is the right place to post it, so sorry!
  4. I want to request a script command that returns the group name of a specific group by its level, something like groupid2name, thanks in advance!
  5. the code I posted is the current one we got (commented out and marked as WIP) the rAthena one is here
  6. nice! btw only me got the Recent Commits things at sidebar not working at all?
  7. they are already implemented in rAthena, maybe someone could make a pull request here? They are very useful for events hope everyone agrees /* Work In Progress [Lupus] BUILDIN(addmonsterdrop) { int class_,item_id,chance; class_=script_getnum(st,2); item_id=script_getnum(st,3); chance=script_getnum(st,4); if(class_>1000 && item_id>500 && chance>0) { script_pushint(st,1); } else { script_pushint(st,0); } } BUILDIN(delmonsterdrop) { int class_,item_id; class_=script_getnum(st,2); item_id=script_getnum(st,3); if(class_>1000 && item_id>500) { script_pushint(st,1); } else { script_pushint(st,0); } } */
  8. none, basicly just a setting to "force" your players to use the specified version in both client_version_to_connect and <version> (that can be any number AFAIK) to log in
  9. because they are hardocoded into the client with his specific ID
  10. thats mean onlu ragexe only have cashshop ? yes
  11. that is f*cking amazing xD thanks for the info
  12. I used to have the same problem but just changed the url to https://github.com/HerculesWS/Hercules.git and it worked fine with tortoise svn Yes https will correct the issue. I mean removing the svn. part of the link
  13. I used to have the same problem but just changed the url to https://github.com/HerculesWS/Hercules.git and it worked fine with tortoise svn
  14. this happens in official RO, so he posted the info to see if devs can implement it, I didn't read it all, but at least I understood the point of the post without talking non sense
  15. char-server.conf // Start point, Map name followed by coordinates (x,y) start_point: new_1-1,53,111
  16. isn't that the skill that is activated only if you are soul linked? sorry if I'm wrong
×
×
  • Create New...

Important Information

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