Jump to content

Functor

Members
  • Content Count

    34
  • Joined

  • Last visited

  • Days Won

    10

Reputation Activity

  1. Upvote
    Functor reacted to 4144 in Nemo patcher   
    Oh, i have it not pushed fixed too... WIll push after some time
  2. Upvote
    Functor got a reaction from AnnieRuru in @partybuff / @spb   
    Also we can see this bug, when someone enters to the party.   It is caused by sending of 0x1E9 packet, which adds one specific party member to the list on the client side.   To fix bug of this plugin, we can disable sending of this packet.   Because in any case server always sends full list of party members in 0xFB packet.  
    before:
     
    HPExport void plugin_init (void) {
    add:
     
    void clif_party_member_info_overload(struct party_data* p, struct map_session_data* sd) { return; }  
    after:

    HPExport void plugin_init (void) {
    add:

    clif->party_member_info = &clif_party_member_info_overload;
  3. Upvote
    Functor got a reaction from bWolfie in Nemo patcher   
    @4144
    Script for patch "Enable Multiple GRFs - Embedded" has bug.
    Script tries to find code in "Step 2b" by using first pattern without limit.
    As a result - patch at wrong place. Game doesn't start. I added limit. You can add fix to the fork. Thanks.
    https://mega.nz/#!NUsTyLJD!YGk8Q_reiLChu5CNUJwwGAZyZgU4hbNuh25E94gkU0E
  4. Upvote
    Functor reacted to 4144 in Nemo patcher   
    @Functor i adding patches and fixes from secrets fork too. your changes already here.
    If you want direct contribution, probably better create merge requests in gitlab
     
  5. Upvote
    Functor reacted to 4144 in Nemo patcher   
    @Functor thanks. In this patches really was error.
    https://gitlab.com/4144/Nemo/commit/ef3a19ac4b68f280b8e7122fefa94a9e51667381
  6. Upvote
    Functor reacted to SyncMaster in Client just open sometimes   
    I'm using NEMO patcher on  2015-09-16a. I already try to remake the client, but since the error it's not working. I was using this client for 4 months. I'll try get the client from somewhere different. Sometimes the client start to work normal, but when I close and reopen, it don't open or I can't click. I was trying to find any driver issue.
    @edit: I already fixed the model testing when the client work, and the model was the only change. I tryed change all setup config. I don't know why but I discover now that when I open the game with sandboxie it work all the times, normal.
    @edit²: Solved, was caused by the bank security module.
  7. Upvote
    Functor reacted to JayPee in Hello Guys, Im starting my own VLOG Channel   
    Hi Guys,
    Its been years that I havent logged in here. It seems many things changed. Im starting now my own VLOG channel, contents that I targeted are my travels, games that Im currently playing, programming courses, and some funny stuff I do with my friends. Hope you subscribe to my channel, I'll do my best to make it worthy of your time.
    https://www.youtube.com/channel/UCyM_-TzvgN-tMXWdJKm457Q?view_as=subscriber
  8. Upvote
    Functor got a reaction from Virtue in [SOLVED] ITEMLINK Help on 2015-09-16aRagexe.exe client   
    For 2015-09-16aRagexe you have to use:
    <ITEM> and </ITEM> instead of:
    <ITEMLINK> and </ITEMLINK>  
  9. Upvote
    Functor reacted to Baps in Error with my client   
    Finally !!! Thank you @Functor !!! You made my day hah !
  10. Upvote
    Functor reacted to Daifuku in Daifuku | Graphics, Sprites, Maps, Wiki, Forum, Advertising, Scripts & more   
    contact me on facebook!           join discord for freebies!


    welcome to my paid services. 
    below you can find a variety of things I can do to make your server stand out!
    if you need anything else, just ask. 
     

    Logo 25$* Patcher 20$* Animated Banner 10$* Advertising Banner 10$* Loading Screen 2$* Login Screen 5$* Facebook Banner + Profile 10$* Forum Skin 30$* Wiki Skin 20$* Interface Skin 20$* Website 30$* Icons 2$* *Please note that prices listed are for re-sellers and come without PSD. 
    *For exclusive graphics with or without PSD please ask for a quote. 

     
     
    Advertising 10$/week*  Wiki Editor 20$/week*   Support GM 20$/week*  Event GM 20$/week*  Fast Refresh Client 50$*  Normal Client 10$*  FluxCP Setup 10$*  Scripts 5$*  Singature 5$*   

    well, that was pretty much all I could think of.
    for a preview of my works please check the second post below!
    if you need anything else, just ask. 
  11. Upvote
    Functor got a reaction from Legend in [20141022] Disable Auras?   
    offset 3DCD80 change 56 to C3
  12. Upvote
    Functor got a reaction from bWolfie in [20141022] Disable Auras?   
    offset 3DCD80 change 56 to C3
  13. Upvote
    Functor got a reaction from Like it~* in @partybuff / @spb   
    Also we can see this bug, when someone enters to the party.   It is caused by sending of 0x1E9 packet, which adds one specific party member to the list on the client side.   To fix bug of this plugin, we can disable sending of this packet.   Because in any case server always sends full list of party members in 0xFB packet.  
    before:
     
    HPExport void plugin_init (void) {
    add:
     
    void clif_party_member_info_overload(struct party_data* p, struct map_session_data* sd) { return; }  
    after:

    HPExport void plugin_init (void) {
    add:

    clif->party_member_info = &clif_party_member_info_overload;
  14. Upvote
    Functor got a reaction from gunnoy in @partybuff / @spb   
    Also we can see this bug, when someone enters to the party.   It is caused by sending of 0x1E9 packet, which adds one specific party member to the list on the client side.   To fix bug of this plugin, we can disable sending of this packet.   Because in any case server always sends full list of party members in 0xFB packet.  
    before:
     
    HPExport void plugin_init (void) {
    add:
     
    void clif_party_member_info_overload(struct party_data* p, struct map_session_data* sd) { return; }  
    after:

    HPExport void plugin_init (void) {
    add:

    clif->party_member_info = &clif_party_member_info_overload;
  15. Upvote
    Functor reacted to thanna in Gepard Shield   
    just leave a message on his skype. he's out of town for the past few days. he just got home today. maybe he'll reply to you. just be careful with the functor you are talking too. he's got too many doppelgangers out there.
     
    here's the legit functor. 
     
  16. Upvote
    Functor reacted to Kubix in YARL Android application   
    Hello!

    We're working on YARL Android Application (YARL AA)

    What YARL AA can do for your players?
    List of online in-game friends Chat with in-game friends View friends profile View your profile (last logged time, last ip) Change your profile (Avatars and etc) Also your players can make donations via PayPal / Credit Card / Google Play!
     



     
    Please write your questions and suggestions!
    See ya!
  17. Upvote
    Functor reacted to kenik in FluxCP PaymentWall addon   
    Hello everyone.
    I made addon for FluxCP which allows to use Payment Wall (https://www.paymentwall.com/) for donations. But I can't register project there. So I tested it with test project and it works fine, but I need check it with working account.
     
    So, I decided to ask here, maybe someone want to try this addon and organize donations through PaymentWall? And does anyone need this addon?
  18. Upvote
    Functor reacted to maxine02 in Gepard Shield is blocking BOT?   
    check openkore forum, no bypass yet. 
  19. Upvote
    Functor got a reaction from Kubix in @partybuff / @spb   
    Also we can see this bug, when someone enters to the party.   It is caused by sending of 0x1E9 packet, which adds one specific party member to the list on the client side.   To fix bug of this plugin, we can disable sending of this packet.   Because in any case server always sends full list of party members in 0xFB packet.  
    before:
     
    HPExport void plugin_init (void) {
    add:
     
    void clif_party_member_info_overload(struct party_data* p, struct map_session_data* sd) { return; }  
    after:

    HPExport void plugin_init (void) {
    add:

    clif->party_member_info = &clif_party_member_info_overload;
  20. Upvote
    Functor reacted to prism in Good anti cheat?   
    Does anyone know of any strong Ragnarok anti cheats that aren't dead? I'm using Hashield right now but it seems to have been completely abandoned. Harmony doesn't seem like it's being updated anymore and I've heard its dead. Adelays is ran by the same developer as Hashield so it is inherently dead( and isn't a general anti cheat anyways). UCP has been abandoned. I can't find any real information about Gepard either.
  21. Upvote
    Functor reacted to Kubix in Followers: World of Warcraft system   
    Hello, community
     
    I wanna show you my release - Followers like in World of Warcraft (maybe XD)
    I start write this in august 2015 o.O
    Current version: 2.0.1
    Languages: Russian/English
    FluxCP addon: included
     
     
    Some info: (sorry for my English)
     
    Based on SQL and dynamic variables.
    4 classes: Warrior, Healer, Mage, Assassin
    Max. Follower level: 7
    Followers have a item level.
     
    Mission types:
    Standart- rewards taken from SQL
    Random- rewards taken from arrays for each follower level
    Special (if variable random_reward = 1) you can set your special item ID for each mission, if random reward is ON.
     
    Chance for complete:
    You can set your standart chance for complete mission (standart: 25%)
    Each mission have a requirement for item level (if you want)
    So, if mission req. item level = 50 and Follower item level = 100 chance for complete will be like 60% (if 25 = standart)
    But if Follower item level = 0 and mission item level = 50 chance will be (5%~)
     
    How to create a new Follower from game?
    You can create a NPC that gives a Followers, or new items for each Follower
    For create just use a function: 
    callfunc("Companion_Create", unique_id from 'companion_list' table in SQL); I have a companion in DB:
    Name: Mellisandra
    UniqueID: 1
    Class: 2 (healer)
     
    so, i create a simple script:
     
    map,x,y,face[tab]script[tab]Simple Follower[tab]sprite,{ mes "Hello! I can create Follower for you!"; next; if(select("yes, please!:No, thx") == 2) close; callfunc("Companion_Create", 1); close; }  
    this script will give a player Follower with ID 1 (Mellisandra)
     
    Guys, i'm really sorry for my english, I wanted to tell you all information, but I can not express the idea
    Maybe someone will use this and create guide for you.
    I'll try to answer your questions.
     
    Special thanks for: Google Translate.
    Good luck:)
     
    Script: http://pastebin.com/5cMPGsMh
    SQL: http://pastebin.com/465XdhBr
    Time function: http://upaste.me/aba022682946e3a7d
     
    Together (with FluxCP addons): Companions_ENGLISH.rar
     
    Preview addons:
    http://kubix-service.ru/?module=followers&action=list_all
    http://kubix-service.ru/?module=missions&action=list

    Preview video (russian interface, sorry):
    https://www.youtube.com/watch?v=j3u4dIfKVs0&feature=youtu.be
    https://www.youtube.com/watch?v=cdGGQ50VmhY&feature=youtu.be
     
     
    Original post from Russian eA-Support: http://ea-support.ws/index.php?/topic/3467-s-sistema-soratnikov-world-of-warcraft/
  22. Upvote
    Functor reacted to astralprojection in Gepard Shield invalid file has been detected? cps.dll   
    newer version of gepard will now auto trash unnecessary files
×
×
  • Create New...

Important Information

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