Jump to content

KeiKun

Members
  • Posts

    967
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by KeiKun

  1. put this before each getitem if (checkweight(677,100) == 0 ) goto OverWeight; then add this at the bottom before the last } OverWeight: mes "^000088[Emperium]^000000"; mes "Your are Overweight!"; mes "Remove some Items from Inventory!"; close;
  2. no idea since i used up to 2011 11 22 no problem with heads sprites
  3. what kind of delay are you talking about there are different types of delay if you know... be more specific..
  4. Now Eating Nestle Crunch.. Cause im Sad..

  5. screenshot1 problem is your Database have you edited your db? account_id - username - password - sex 1 - ragnarok - ragnarok - S screenshot2 SQL Privilege try to give privilege with ragnarok db to sql goto MySQL Administrator > User Administration > Privileges
  6. his right MySQL Server might not be running to check.. Start Manager Services then MySQL51 check if its running if its Stopped try to Run/Start it i feel really derp... okay so i opened workbench... where is services? arghhh lol Services isn't found @ work bench read mangetix post btw that for windows
  7. Hi! Your using MySQL 5.5 Server right? then Work Bench... since Work Bench = SQL Administrator + SQL Query + more... his right MySQL Server might not be running to check.. Start Manager Services then MySQL51 check if its running if its Stopped try to Run/Start it
  8. that is a client bug not a server bug all i can say wait are you using 2010 07 30 with shin's diff patcher?'s cause that won't work since shin's diff patcher only works with 2010 08 17b ++
  9. remove Load Lua Befor Lub Diff while diffing your client to fix the problem
  10. i have no idea what SVN your using if 3CeAM RunServer = TXT and runserver-sql = SQL RAthena = Runserver-sql since rAthena doesn't have any txt anymore
  11. oh your using 3CeAM? imma create new patch for that since i based the patch for rAthena
  12. apply patch using tortoise svn or other SVN Client this can only be possible if your svn is checkout ( fresh SVN) if your using SVN as Pre Compiled it will not work
  13. just patch that to your rathena SVN it will run perfectly
  14. Gorgeous! I Love when shin do exotic things. I wish you will continue this Project since its really Good to see Improvement with Client too. although your still thinking of a name for your project. Just Looking with the Screenshot. Its Really Wonderful.
  15. so you want dewata? as your @go 0? how about prontera? since { MAP_DEWATA, 200, 180 }, // 32=Dewata dewata @go 32 prontera @go 0 you want me to switch it? imma create a patch for you to fix it
  16. rAthena already have costume System no idea what kind of item is that but rAthena can add that item if that is found @ iRO or kRO
  17. match your lub with your client ~____~ EDIT: Topic Moved: Tulong para sa Client
  18. actually all langtypes are different if you just test properly you will see it well if its not diff nor langtype fix your crappy lub
  19. lol my dog did that last 4hours ago with my cat ( WTFH)
  20. all things you want to change @go 0 is this.... svnsrcmapatcommand.c { MAP_PRONTERA, 156, 191 }, // 0=Prontera this clif_displaymessage(fd, " 0=Prontera 1=Morroc 2=Geffen"); then if (strncmp(map_name, "prontera", 3) == 0) { then instead of changing #define MAP_PRONTERA "prontera" define a new map #define MAP_CUSTOM "Custom"
  21. goto ROdataclientinfo.xml <langtype></langtype>
  22. Athena Scripting Reminds of C Programming so i practiced alot of Athena scripting Familiarizing to common Scripting until now im not that Expert with Scripting but i do know how to Script simple and average scripts and thanks to BrianL and Annie for teaching me alot about Athena Scripting
×
×
  • Create New...