Jump to content

PewN

Members
  • Posts

    892
  • Joined

  • Last visited

Posts posted by PewN

  1. Hello, Since I'm almost done making my GRF Encryptor/Decryptor + Client Configuration , I made a new Project which can prevents hack tools to help rathena members whom cannot afford buying such as Harmony. And im willing too to implement Auto-Ban when using hack tools.

     

    So , now i have started adding some source code but , i am still analyzing and studying each of the code written in every source code file.

     

    Now , What im gonna asking to all if you can also share what you have learn in every source code file especially to the Community Contributors about the functions to reduce my time studying/analyzing the code. :D. I would appreciate and glad to those who will share their learning's about this. 

     

    Just PM me and Feel free to share your knowledge about the source code functions :).

     

    Thanks :)

    Get MAc Address :D

  2. did you update your clientside also?



    afte i update my svn and i recompile

     

    i get error message like this

     

    atcommand.c: In function 'atcommand_afk':
    atcommand.c:8964: warning: passing argument 2 of 'status_change_start' makes poi
    nter from integer without a cast
    status.h:1806: note: expected 'struct block_list *' but argument is of type 'int
    '
    atcommand.c:8964: error: too few arguments to function 'status_change_start'
    make[1]: *** [obj_sql/atcommand.o] Error 1
    make[1]: Leaving directory `/root/trunk/src/map'
    

     

    how to fix it

     

    some body can help me  :D

    weird

    is rathena already implemented the @afk?

  3. you mean something like this ?

     

    	if( !pc_has_permission( sd, PC_PERM_TRADE ) ){
    		clif_displaymessage( fd,"You dont have permission to sell items" );
    		return;
    	}
    

     

    i am using 17049 ~ i think might have abit different in line numbers.. but it's inside the

    /// Presents list of items, that can be sold to an NPC shop (ZC_PC_SELL_ITEMLIST).
    /// 00c7 <packet len>.W { <index>.W <price>.L <overcharge price>.L }*
    void clif_selllist(struct map_session_data *sd)
    

     

     

    i am not really good in src stuff...perhap other can help you to enhance it or fix bug...

    the current bug is that....the player will be unable to move.. LOL..xD

     

    NSCDGyV.jpg

    i figure it out now thanks for this

    now i can move :D

  4. here's my error
     

    [24-Mar-2013 10:38:53 America/New_York] PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'public_html/username/main/addons/support/modules/support/function.php' (include_path='lib:.:/usr/lib/php:/usr/local/lib/php') in /public_html/main/themes/owner/header.php on line 1
    
  5. If I use firefox my flux will just become all white and blank

    cannot enter the website

    add me on skype kingfeefty and ill have a look into it.

    why evertime im going to the link

    /?module=support

    you need to login i input my account but nothing happens im always there trying to logging im using Xantara Flux CP but im using old flux integ code so i only merge the old flux integ on xantara

  6. // Abracadabra Derivation Skill
    291,Monocell,4,2500
    292,Class Change,8,2500
    293,Summon Monster,6,3500
    294,Grampus Morph,4,5000
    295,Grim Reaper,8,2000
    //296,Gold Digger,6,4000
    297,Beastly Hypnosis,6,4000
    298,Questioning,4,5000
    299,Gravity,4,5000
    //300,Leveling,10,500
    301,Suicide,4,2000
    302,Rejuvination,8,3000
    303,Coma,4,4000

    remove the Beastly Hypnosis

     

×
×
  • Create New...