Jump to content

KeiKun

Members
  • Posts

    967
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by KeiKun

  1. no need to reinstall mysql same way as you install the old eA
  2. Follow this one http://rathena.org/b...dpost__p__63082 EDIT: i forgot to write a message~ ROFL your using too old stuffs try to use newer
  3. post some screenshot screenshot of a normal player damaging the emp screenshot of a gm chracter seeing the normal playing damaging the emp and more information please! Client: SVN:
  4. @ vindicare are you using lub matching to your client?
  5. Try using this - script School of Fish#Fish1::Fish 742,{ if (isequipped(2764)) && (isequipped(2775)){ specialeffect2 EF_BUBBLE; set .@fcast,15; if (isequipped(2550)) { //Fisher's_Muffler set .@fcast,.@fcast - 3; } if (isequipped(2443)) { //Fish_Shoes set .@fcast,.@fcast - 2; } progressbar "ffffff",.@fcast; if (rand(1,20) == 2) { getitem 6096,1; //Big Fish specialeffect EF_BUBBLE; mapannounce "brasilis","" + strcharinfo(0) + " has caught a Blue Fish!!!",bc_map,"0xff77ff"; end; } set .@rhea_ran,rand(1,70); if (.@rhea_ran < 20) { getitem 579,1; //Fresh Fish } else if (.@rhea_ran == 20) { getitem 908,1; //Spawn } else if (.@rhea_ran == 21) { getitem 909,1; //Jellopy } else if (.@rhea_ran == 22) { getitem 963,1; //Sharp_Scale } else if (.@rhea_ran == 23) { getitem 956,1; //Gill } else if (.@rhea_ran == 24) { getitem 6049,1; //Marlin } else if (.@rhea_ran == 25) { getitem 918,1; //Sticky_Webfoot } else if (.@rhea_ran == 26) { getitem 960,1; //Nipper } else if (.@rhea_ran == 27) { getitem 910,1; //Garlet } else if (.@rhea_ran == 28) { getitem 938,1; //Sticky_Mucus } else if ((.@rhea_ran > 28) && (.@rhea_ran < 40)) { getitem 624,1; //Rotten Fish } else { mes "Nothing was caught."; close; } if (rand(1,200) == 3) { getitem 644,1; //Gift_Box mapannounce "Event","" + strcharinfo(0) + " has caught a Gift Box!!",bc_map,"0x00ffff"; } if (rand(1,500) == 3) { getitem 603,1; //Old_Blue_Box mapannounce "Event:","" + strcharinfo(0) + " has caught an Old Blue Box!!",bc_map,"0x00ffff"; } if (rand(1,3000) == 3) { getitem 617,1; //Old_Violet_Box mapannounce "Event","" + strcharinfo(0) + " has caught an Old Purple Box!!",bc_map,"0x44ff44"; } end; } else { mes "Fish are swimming in the water."; close; } } brasilis,258,60,0 duplicate(Fish) School of Fish#Fish1 723 brasilis,255,60,0 duplicate(Fish) School of Fish#Fish2 723 brasilis,252,60,0 duplicate(Fish) School of Fish#Fish3 723 brasilis,249,60,0 duplicate(Fish) School of Fish#Fish4 723 brasilis,246,60,0 duplicate(Fish) School of Fish#Fish5 723
  6. SRC Modification svn/src/map/status.c + Client Modification RO/data/lua files/stateicon/stateiconinfo.lua RO/data/lua files/stateicon/efstids.lua
  7. more information please like client date and screenshots too im using 2010-07-30ragexeRE clients Below 2010 08 17b are un-updated and they can't be used @ shinryo's diff patcher
  8. if as you said Using Milkman's Client + miruku dont see any problem have you tried reinstalling miruku's client? EDIT: What operating system are you using?
  9. more information please like client date and screenshots too
  10. Announcement SVN Note: Since ReAM and 3CeAM is Un-Updated with their Packets. Im Temporarily Not Accepting Clients that may Use for 3CeAM and ReAM SVNs. This will allow me to Test Clients and Release them Faster. Request Denied! Note(s): * I am Temporarily Not Accepting Request that will be use to 3CeAM or ReAM SVNs.Post #43 Request Denied! Note(s): * Please Read Post #1 - - Clients above 2010 08 17b are Acceptable to be Requested. Request Denied! Note(s): * Some Diffs you Include Doesn't Exist.
  11. Hi TS use this Clientinfo i have <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>sakray</servertype> <connection> <display></display> <desc>None</desc> <address></address> <port>6900</port> <version>1</version> <langtype>1</langtype> <registrationweb></registrationweb> <aid> <admin>1</admin> </aid> </connection> </clientinfo>
  12. is your Database Official? cause if not of course you can't attack some ~
  13. KeiKun

    This or That?

    Desktop LOL 1. Cookies or MilkMan(CalciumKid) 2. Ghost = Visible or Invisble 3. LCD or LED Speak Up Guys!
  14. KeiKun

    @mi Command

    do you have updated svn? and what client are you using? cause i tested it with Client 2011 01 11a with Latest SVN ( every Hour update check ) since i do testing of trunk no problem @ me
  15. i already posted ~_~ svn/conf/battle/client.conf // When set to yes, the damage field in packets sent from woe maps will be set // to -1, making it impossible for GMs, Bots and Hexed clients to know the // actual damage caused by attacks. (Note 1) hide_woe_damage: no
  16. here's the problem lua is compatible to any Renewal Client the problem is lub have you match the lub with your client
  17. Hi Strikez here's the thing GRF Structure ( No Customs or Crap ) Folders: data/ data/book data/lua files data/texture - texture/À¯ÀúÀÎÅÍÆäÀ̽º - - À¯ÀúÀÎÅÍÆäÀ̽º/basic_interface - - À¯ÀúÀÎÅÍÆäÀ̽º/illust - - À¯ÀúÀÎÅÍÆäÀ̽º/login_interface inside lua files found are lua+ lub ( important ) what must not found inside your grf or /data/ ChatWndInfo_U.lua OptionInfo.lua UserKeys_s.lua this three must be accessible ( inside grf are accessible but read-only ) this three needs to be writable so they are still found @ RO/data/ not inside grf
  18. remove files check if you have this files on grf if you have it on grf remove it ChatWndInfo_U.lua OptionInfo.lua UserKeys_s.lua and if you don't have RO/data add those 3 files there if still error download download the latest lua and match the lub with your client if still error due to Operating System Run Setup.exe and its client to Administrator and Run as Compatibility Mode ( Windows XP SP3/SP2) if still error give more information
  19. hi im tried to access your plist.txt but didn't work
  20. i guess RO/DATA.INI what did you put on DATA.INI
  21. inupdate ko kase. eto po http://intimacyro.site50.net/thor/ still unaccessible LOL ~
  22. KeiKun

    LUB to LUA?

    Crap the topic here changed again >__< i suggest someone edit post # 1 LOL
  23. http://patch.net63.net/patch/ <-- unaccessible
  24. Hi Manabeast Try this one - script School of Fish#1:School of Fish 742,{ if (isequipped(2764)) && (isequipped(2775)){ specialeffect2 EF_BUBBLE; set .@fcast,15; if (isequipped(2550)) { //Fisher's_Muffler set .@fcast,.@fcast - 3; } if (isequipped(2443)) { //Fish_Shoes set .@fcast,.@fcast - 2; } progressbar "ffffff",.@fcast; if (rand(1,20) == 2) { getitem 6096,1; //Big Fish specialeffect EF_BUBBLE; mapannounce "brasilis","" + strcharinfo(0) + " has caught a Blue Fish!!!",bc_map,"0xff77ff"; end; } set .@rhea_ran,rand(1,70); if (.@rhea_ran < 20) { getitem 579,1; //Fresh Fish } else if (.@rhea_ran == 20) { getitem 908,1; //Spawn } else if (.@rhea_ran == 21) { getitem 909,1; //Jellopy } else if (.@rhea_ran == 22) { getitem 963,1; //Sharp_Scale } else if (.@rhea_ran == 23) { getitem 956,1; //Gill } else if (.@rhea_ran == 24) { getitem 6049,1; //Marlin } else if (.@rhea_ran == 25) { getitem 918,1; //Sticky_Webfoot } else if (.@rhea_ran == 26) { getitem 960,1; //Nipper } else if (.@rhea_ran == 27) { getitem 910,1; //Garlet } else if (.@rhea_ran == 28) { getitem 938,1; //Sticky_Mucus } else if ((.@rhea_ran > 28) && (.@rhea_ran < 40)) { getitem 624,1; //Rotten Fish } else { mes "Nothing was caught."; close; } if (rand(1,200) == 3) { getitem 644,1; //Gift_Box mapannounce "brasilis","" + strcharinfo(0) + " has caught a Gift Box!!",bc_map,"0x00ffff"; } if (rand(1,500) == 3) { getitem 603,1; //Old_Blue_Box mapannounce "brasilis","" + strcharinfo(0) + " has caught an Old Blue Box!!",bc_map,"0x00ffff"; } if (rand(1,3000) == 3) { getitem 617,1; //Old_Violet_Box mapannounce "brasilis","" + strcharinfo(0) + " has caught an Old Purple Box!!",bc_map,"0x44ff44"; } end; } else { mes "Fish are swimming in the water."; close; } } // Duplicate morocc,159,96,5 duplicate(School of Fish) School of Fish#1 742 morocc,159,96,5 duplicate(School of Fish) School of Fish#2 742 morocc,159,96,5 duplicate(School of Fish) School of Fish#3 742 morocc,159,96,5 duplicate(School of Fish) School of Fish#4 742 morocc,159,96,5 duplicate(School of Fish) School of Fish#5 742
×
×
  • Create New...