Jump to content

pukapukay

Members
  • Posts

    30
  • Joined

  • Last visited

Posts posted by pukapukay

  1. On 10/28/2019 at 4:55 AM, OscarScorp said:

    I got this issue when trying to manually implement it:

    
    atcommand.cpp: In function 'int autoattack_timer(int, unsigned int, int, intptr_t)':
    atcommand.cpp:9270:28: error: invalid conversion from 'int (*)(int, unsigned int, int, intptr_t)' {aka  int (*)(int, unsigned int, int, long int)'} to 'TimerFunc' {aka 'int (*)(int, long int, int, long int)'} [-fpermissive]
       add_timer(gettick()+2000,autoattack_timer,sd->bl.id,0);
                                ^~~~~~~~~~~~~~~~
    In file included from ../common/mmo.hpp:13,
                     from atcommand.hpp:8,
                     from atcommand.cpp:4:
    ../common/timer.hpp:54:38: note:   initializing argument 2 of 'int add_timer(t_tick, TimerFunc, int, intptr_t)'
     int add_timer(t_tick tick, TimerFunc func, int id, intptr_t data);


    Any idea how can it be implemented in latest rAthena?

    I think it is not possible to latest revision nomore update to this post since 2013

  2. Quote
    
    skill i,n;    Gives skill #i at level n (supports skill names)

    how about script when you equip the item's. it will give you randomly trans sprite??

    example

    name of headgear: custom01 

    script> every 3 sec. the sprite will change into random sprite of trans sprite also

  3. hi, there, My server got leaks. and it cause lag's / spike

    0002 : db.c line 1387 size 40 address 0x0xa8b773dc
    0004 : map.c line 2151 size 12 address 0x0xa8a639fc

     

    0001 : db.c line 1387 size 40 address 0x0xaa06954c

    0022 : map.c line 2151 size 12 address 0x0xa91e0b6c

    0012 : map.c line 2151 size 12 address 0x0xa9148a6c

    0001 : pc.c line 2855 size 23 address 0x0xad8a0454
    0002 : pc.c line 2856 size 31 address 0x0xad8a0814
    0003 : pc.c line 2855 size 41 address 0x0xa9a75c74
    0004 : pc.c line 2856 size 34 address 0x0xa9a75cb4

    I am using ramod  Zyphyr 

×
×
  • Create New...