cJei
Members-
Content Count
164 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by cJei
-
Yes, I tried to edit the max_hp in char table but the hp still revert back when I logged in. I think this will do, or create a passive skill that will add HP to your char (might work but, never tried this though)
-
Keep up the good work guys!
-
What is the difference between the clients RagexeRE and Ragexe?
cJei replied to cJei's question in Client-Side Support
That should work. Thanks! -
What is the difference between the clients RagexeRE and Ragexe?
cJei replied to cJei's question in Client-Side Support
I see Thanks Judas! Anyway, regarding on the client you release here > http://herc.ws/board/topic/38-latest-kro-installation-small-client-package/ I wonder why does the mouse doesn't lock up inside the client when in window mode (I use 1024x768 resolution). When I slide my mouse, the mouse cursor will leave the client automatically. Is this a normal behavior? Or did I miss some diff settings? The mouse cursor should be locked up inside the client (I don't know if you get what I mean ), where you can use your mouse again on your desktop when you press alt + tab (something like that) -
This should be marked as answered
-
What is the difference between the clients RagexeRE and Ragexe?
cJei posted a question in Client-Side Support
Q> What is the difference between the clients RagexeRE and Ragexe? Can someone enlighten me? I'm kinda new to these stuff. Which one is better? Thanks -
Can you see the aura when your base level is 150? I think you should be able to see it when you're level 150.
-
// Comment the following line if your client is NOT ragexeRE (required because of conflicting packets in ragexe vs ragexeRE). //#define PACKETVER_RE //#define PACKETVER_RE
-
I understand C++ more but I think it should stay with C because it'll be a huge work. I'm treating C as a learning experience now
-
IS THIS BUG? 2012-07-2aRag.exe from Ind
cJei replied to jimboy09232's question in Client-Side Support
Wow you should be glad it's working ! -
Basic Complete Renewal Data English Folder
cJei replied to Alexandria's topic in Client-Side Releases
Sweet! Thanks Alexandria! - mediafire link is blocked? -
Na drop na ang packet_db.txt ang hercules. Hindi ko alam kung pwedeng masuportahan yan dito pero kung pwede paki post na lang ang packet_db.txt at kung ano pang kailangan nila na dapat mong ipost baka sakaling makatulong sila/kami Baka pwede mo rin subukan tong client na to na ginawa ni Judas > http://herc.ws/board/topic/38-latest-kro-installation-small-client-package/
-
I hope hercules have a good backup system. I know for sure people will start moving here because of what happened. It's really sad to know what's happening in rAthena, they really have a good source of info
-
Edited LINE 25 as jaBote stated: switch(select("Start Event:End Event")) { Your script now will be: quiz_00,72,36,3 script Poring Summoner 99,{.ItemID = 7227;.Map$ = "prontera";.SpecialPorings[1] = 20;.NormalPorings[0] = 100;mes "[Poring Summoner]";if(getgmlevel() < 99) { if(.Event) mes "There is no Poring Summon Event on now."; else { mes "There is a Poring Summon Event on now!"; mes "Location: " + .Map$; mes "Special Porings: " + .SpecialPorings[1]; mes "Normal Porings: " + .NormalPorings[0]; } close;}mes "Please customize the Poring Summon Event:";Main:next;mes "[Poring Summoner]";mes "- Item: "+getitemname(.ItemID);mes "- Location: "+.Map$;mes "- Special Porings: "+.SpecialPorings; mes "- Normal Porings: "+.NormalPorings;switch(select("Start Event:End Event")) { case 1: mes "Starting the event now..."; set .Event,1; monster .Map$,0,0,"Poring Event",1002,.SpecialPorings,"Poring Summoner::OnSpecialKill"; monster .Map$,0,0,"Poring Event",1002,.NormalPorings,"Poring Summoner::OnNormalKill"; set .SpecialPorings[1],.SpecialPorings; set .NormalPorings[1],.NormalPorings; announce "The Poring Event has begun!",bc_all; announce "Location: " + .Map$,bc_all; announce "Special Porings: " + .SpecialPorings,bc_all; announce "Normal Porings: " + .NormalPorings,bc_all; close; case 2: mes "Ending the event now..."; goto EndEvent; }OnSpecialKill: set .SpecialPorings[1],.SpecialPorings[1]-1; announce strcharinfo(0) + " got a " + getitemname(.ItemID) + "!",bc_all; getitem .ItemID,1; goto PoringCount;OnNormalKill: set .NormalPorings[1],.NormalPorings[1]-1; goto PoringCount;PoringCount: announce "Special Porings: " + .SpecialPorings[1] + " || Normal Porings: " + .NormalPorings[1],bc_all; if(!.SpecialPorings[1]) goto EndEvent; end;EndEvent: if(.Event) announce "The Poring Summon Event is now over!",bc_all; killmonster .Map$,"All"; set .Event,0; set .SpecialPorings[1],0; set .NormalPorings[1],0; close;}
-
help setting up high rate server level 255/120..
cJei replied to dpride's topic in General Discussion
I think this depends on what property of the monster you're attacking -
SQL Injection protected simple registration script? Anybody have it?
cJei replied to anacondaq's question in Website Support
Why not try including CAPTCHA in login forms? Hi 0x8, Unfortunately, CAPTCHA can be bypassed now a days. The sessions suggested by jaBote is definitely a good idea to consider. I didn't know about that until now. Thanks for the info- 11 replies
-
- sqlinjection
- phpregistration
-
(and 1 more)
Tagged with:
-
Use @item ITEMID instead of the card name. Check ratemyserver.net for the item IDs
-
Congrats! You guys deserve it!
-
SQL Injection protected simple registration script? Anybody have it?
cJei replied to anacondaq's question in Website Support
Why not try including CAPTCHA in login forms?- 11 replies
-
- sqlinjection
- phpregistration
-
(and 1 more)
Tagged with:
-
Good Job!
-
Oh thanks, I've been thinking about this lately
-
Good Job!
-
They should be up by now. The site shouldn't be down for that long