Jump to content

China

Members
  • Posts

    152
  • Joined

  • Last visited

Everything posted by China

  1. I wouldn't be posting this if I haven't used it and tried their solutions.
  2. I always get this alot. Is there any solutions for this? [Error]: make_connection: connect failed (socket #6, error 111: Connection refused)!
  3. China

    Buff bug?

    Yup compiled it after editing. :/ up?
  4. China

    Buff bug?

    Hello there. Everytime I warp to other maps my buff got removed. already fixed it on status.conf but nothing really happens. :/ Any solutions about this?
  5. I have this error everytime. Any solutions? I have the texture files of it on grf and etc. :/
  6. Already did but there's some characters that are edited way before and I can't catch them because they usually are online at morning and I'm asleep by then so I need a script to do it for me... By the way, It says I tried: announce "[ "+strcharinfo(0)+" has "+.@OverStat+" Edited Stats ]",0; On a character with 400 str but it announced : Anti Cheat Test has 1 edited stats. Sorry I couldn't get a screenie and i'm not at home right now.
  7. The ones above do not check 255 all stats or overstat points ( for example a GM has #stpoint a player so he can get 255 stats but not 255 all just so he can barely escape the system check , I was wondering if there was a script for this or do we have to find them manually? )
  8. Thanks! I was just wondering if it can also check for example, a player has stats that he shouldn't have like 255 str 255 agi 255 vit, but he doesn't have 255 all to make the script detect him. I was wondering how to make the anti-cheat script detect,ban and announce if a player has 256 stat on something OR 255 all stats OR 255 str 255 agi 255 vit or any other combination that he shouldn't be able to get with the restricted amount of statpoints available to 255/120.
  9. Well I have a few problems about Paladin. Actually, only two. I was wondering how to make sacrifice not miss on Perfect Dodge and Devotion is abit bugged or maybe it's due to the new revision, but I want it the old way it was, where it was also accepting the reflect damage from the devod player, example a champ asuras a pally and the champ is devod so the pally who devod the champ will be the one to get the reflect damage instead of the champ himself. Edit: Found out how sacrifice doesn't miss on pdodge, but couldn't find how to fix devotion. Any help please?
  10. Yup, that's what's my script's doing right now. I want it to block if the player has 256 str or 256 agi or 256 vit so on so forth. just one stat thats 256 up would get them banned.
  11. I am currently using this script: The problem is, it checks ALL stats, I just want it to check just one stat that goes overboard and ban them for example it only bans a char if he/she has 256 all stats but if he/she has 256 str or above, it doesn't ban and broadcast him/her. Thanks in advance! - script AntiCheat -1,{ OnPCLoginEvent: if(getgmlevel() <= 50){ //GM Excemption readparam(bStr); readparam(bAgi); readparam(bVit); readparam(bInt); readparam(bDex); readparam(bLuk); if (readparam(bStr) > 255 || readparam(bAgi) > 255 || readparam(bVit) > 255 || readparam(bInt) > 255 || readparam(Dex) > 255 || readparam(bLuk) > 255){ mes "[^FF0000Anti Cheat System^000000]"; mes "We have detected you having stats over the limit. You will be disconnected shortly. If this is an error please contact the Game Master immediately."; sleep2 5000; //5 Seconds delay atcommand "@block "+strcharinfo(0)+""; announce strcharinfo(0) +" , You have been banned for having edited stats. Thank you for playing Union Ragnarok Online.",0; end; } } } }
  12. Ohh , that was simpler than I thought LOL. Thanks a lot!
  13. Is there a script for example lets say an item checks the account id if its 3005983 , it will give 50 all stats but if not the original effect of the item which it was coded on will be what they receive for example I put this script to a neo valk, if i equip it on a char on AID 3005983 it will give 50 all stats else if a char not on AID 3005983 equips it, it will just give the default effect which is 30% demi human resist and some element resist.
  14. @NekoChang - Its alright no harm was done xD . Just continue what you did don't let them get on your nerves :3
  15. Hello there, I got the website from Leadtech ( Elite VPS Hosting Administrator ) which We paid for 4k PHP ( 95$ ) also he said that it comes with a free domain and webhosting for a lifetime., NekoChang is my Partner and I told her to re-design it because the layouts are common she also fixed the codes that are broken. once again, she don't claim the site
  16. 2010-07-28 .. Still doesn't work D: Bump
  17. I keep receiving this error . Any solutions for this one ? Already did the following : 1. Change mmo.h to clientversion. 2. /db/packet_db.txt to default. 3. recompile ( 10x already ) parse_char: Received unknown packet 0x64 from ip 'xxx.xxx.xxx.x'! Disconnecting!
  18. conf/battle/items.conf // Required level of bNoMagicDamage before Status Changes are blocked (Golden Thief Bug card). // For example, if left at 50. An item can give bNoMagicDamage,40; // which reduces magic damage by 40%, but does not blocks status changes. gtb_sc_immunity: 50 Check that. . Here's a similar topic ( mine ) : http://rathena.org/board/topic/61203-golden-thief-bug-card/ Credits goes to Eurydice who told me about gtb's mod being in items.conf.
  19. Ohh, okay, thanks a lot !!
  20. Hi, I want it to be on BOTH mondays and saturdays, so I should put OnMon1700: and OnSat1700: instead of OnClock1700:? Just viewed it, still has OnClock1700
  21. Thanks a bunch! Just asking, does this check the day? I only want it to activate on Mondays and Saturdays. I saw an OnClock but I didn't see anything that checked the day ;o
  22. @^ That's been told to me, I don't want it to block buffs so that's why I posted on source thinking it might be possible.
  23. D: fixed it . I have a new problem . Its working fine now but when the player or even me logins ( no matter who ) This comes up: [Notice]: Abnormal end of connection (ip: blablabla): Unknown packet 0x256 [info] Closed connection from 'blablabla'. Note: blablabla = IP of the user ;D
  24. No lol. Checked it before we banned it .
  25. After we banned alot of IPs. ( DIFFERENT IPS . NOT OURS ) even we got rejected from the server ... on putty it shows us login_id2: bla bla then close connection. any ideas? hmm
×
×
  • Create New...