Jump to content

cJei

Members
  • Content Count

    164
  • Joined

  • Last visited

Everything posted by cJei

  1. 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)
  2. Keep up the good work guys!
  3. 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)
  4. This should be marked as answered
  5. 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
  6. cJei

    Custom Aura

    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.
  7. cJei

    A Few Question

    // 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
  8. 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
  9. Wow you should be glad it's working !
  10. Sweet! Thanks Alexandria! - mediafire link is blocked?
  11. 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/
  12. 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
  13. 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;}
  14. I think this depends on what property of the monster you're attacking
  15. 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
  16. Use @item ITEMID instead of the card name. Check ratemyserver.net for the item IDs
  17. cJei

    Staff Changes

    Congrats! You guys deserve it!
  18. Oh thanks, I've been thinking about this lately
  19. They should be up by now. The site shouldn't be down for that long
×
×
  • Create New...

Important Information

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