Jump to content

Functor

Members
  • Posts

    351
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by Functor

  1. Hello! I can help you with it.
  2. This folder has to have name - "Font", not "Fonts".
  3. arkom033, I can't send PM to you. Add me in skype: functor.x
  4. How did you find him? Please, show me his info for the payment. Maybe you can open a dispute and return your money. Yes, Gepard Shield blocks xRag. You can talk with me in PM.
  5. That's all our conversation on this forum. Where did you get contact? As you can see I didn't give you any contacts in PM. I don't have facebook account. Where did you get it? In our world there are many scams. - you can open a dispute on your paypal account to refund your money - if you used Western Union or Money Gram, my country is Ukraine I don't use other methods of receiving payments.
  6. brizzle413 I am developer of Gepard Shield. Where did you get contacts of this person? It was fake seller 100%
  7. if(pc_readaccountreg(sd,"#langset")) change to: if (pc_readaccountreg(sd, add_str("#langset")))
  8. Rain408 and H4Mm3r, I have sent private message with information about Gepard Shield.
  9. Open ../src/common/socket.c and before: fd_set readfds; add: #ifndef MSG_NOSIGNAL #define MSG_NOSIGNAL 0 #endif In the function send_from_fifo change: len = sSend(fd, (const char *) session[fd]->wdata, (int)session[fd]->wdata_size, 0); to: len = sSend(fd, (const char *) session[fd]->wdata, (int)session[fd]->wdata_size, MSG_NOSIGNAL); After that you have to save changes and recompile the server.
  10. Functor

    Backstab

    Open ../src/map/skill.c and in the function skill_castend_damage_id change: case RG_BACKSTAP: { uint8 dir = map_calc_dir(src, bl->x, bl->y), t_dir = unit_getdir(bl); if ((!check_distance_bl(src, bl, 0) && !map_check_dir(dir, t_dir)) || bl->type == BL_SKILL) { status_change_end(src, SC_HIDING, INVALID_TIMER); skill_attack(BF_WEAPON, src, src, bl, skill_id, skill_lv, tick, flag); dir = dir < 4 ? dir+4 : dir-4; // change direction [Celest] unit_setdir(bl,dir); } else if (sd) clif_skill_fail(sd,skill_id,USESKILL_FAIL_LEVEL,0); } break; to: case RG_BACKSTAP: { uint8 dir = map_calc_dir(src, bl->x, bl->y), t_dir = unit_getdir(bl); if ((!check_distance_bl(src, bl, 0) && !map_check_dir(dir, t_dir)) || bl->type == BL_SKILL) { status_change_end(src, SC_HIDING, INVALID_TIMER); skill_attack(BF_WEAPON, src, src, bl, skill_id, skill_lv, tick, flag); } else if (sd) clif_skill_fail(sd,skill_id,USESKILL_FAIL_LEVEL,0); } break;
  11. Functor

    Chat Filter

    It is useless. If players want to bypass chat filter, they will do it.
  12. http://www.mediafire.com/download/ffcxs7r86iexyx5/data_v4.0.rar
  13. Functor

    Functor

    Hello! My skype: - deleted -
  14. It is not a sprite. data\model\3dmob\guildflag90_1.gr2
  15. You can assess your experience as you want. But why do think that I don't bother to catch bots ? Can you prove it ? As I mentioned in my previous message, admin of the server decided to allow using automation tools, clickers. For this reason it is possible to use visual bots. It is not fault of Gepard Shield. It is just words. But you should know that any anticheat can be bypassed. It is only a matter of time. I think, your mouse has own driver. Gepard Shield, as any other popular anticheat(Harmony, HaShield), works in user mode and can't protect game against driver in kernel mode. It is a mere surmise. I don't see connection between Gepard Shield and your problem. Why didn't you create topic on the server's forum about it ? Why other players didn't say about it ? You should check your PC for viruses. If it does not help, I recommend you to create topic with information of your problem on the server's forum.
  16. Hello! Did you hear about visual bots ? Gepard Shield - it is a modular anticheat. Module against emulation of mouse and keyboard is disabled for EstlandRO MR by admin of the server. For this reason everybody can use automation script. For example AutoIt, Clickermann, AHK ;-)
  17. You should try renaming iteminfo.lua to iteminfo.lub in the System folder.
  18. |4|||| ||2||| |||0|| ||||5|
  19. You can change it in the file: data\sprite\АМЖСЖ®\msg.spr
  20. For 2012-04-10aRagexeRE offset 3BA74A change A8 19 88 to 60 E5 8D offset 4DD160 change 00 00 00 00 00 00 00 00 00 00 00 00 00 00 to 4D 61 67 69 63 20 53 75 6D 6D 6F 6E 65 72 Example: http://www.mediafire.com/download/ue257h7jh4e9ti6
  21. I have fulfilled the order. Why I shouldn't care about my money? I would look at you when you lose time and don't get money.
×
×
  • Create New...