Jump to content

Eyhra

Members
  • Posts

    74
  • Joined

  • Last visited

Posts posted by Eyhra

  1. Hello, I have problems with my script when I add it, it gives me the following error

     

    [SQL]: DB error - Data too long for column 'name_card' at row 1
    [Debug]: at C:\rathena\src\map\script.cpp:17729 - INSERT INTO `item_log_mvps_cards` (id_card,name_card,localizacion,account_id) VALUES (4241,'Arc Angeling Card','[Storage]Academy Completion Hat[5407]',2000000)
    [Warning]: Script command 'query_sql' returned failure.
    [Debug]: Source (NPC): MVPCARDLOG2 (invisible/not on a map)
    [Debug]: Source (NPC): MVPCARDLOG2 is located in: npc/eyhra/MvpLog.txt

     

  2. hi my problem 

    [Error]: buildin_callfunc: Function not found! [PdA_Dot]

     

    my function

    function    script    PdA_Dot    {
        set .@str$, getarg(0);
        for (set .@i,getstrlen(.@str$)-3; .@i>0; set .@i,.@i-3)
            set .@str$, insertchar(.@str$,".",.@i);
        return .@str$;
    }

  3. checkidle()
    hello, could someone help me with this problem that I have, I am using the checkidle command but, my problem is that I keep counting the tic even when you are dead, which keeps me counting the time to be AFK and throw them away even if they are dead Are there Any way that the command validates, if it is dead and stops counting, and when reviving the count is reset?
     

    BUILDIN_FUNC(checkidle)
    {
    	TBL_PC *sd = NULL;
    
    	if (script_hasdata(st, 2))
    		sd = map_nick2sd(script_getstr(st, 2));
    	else
    		sd = script_rid2sd(st);
    
    	if (sd)
    		script_pushint(st, DIFF_TICK(last_tick, sd->idletime));
    	else
    		script_pushint(st, 0);
    	return 0;
    }

     

  4. hola chicos pues miren estoy probando eikasia ya hice funcionar lo que es el lector de mac pero quiero ver quien tiene tiempo para ayudarme en parte en la src para lo que es el ban y la protección anti cheat para la parte de la src ya que no entiendo muy bien ya que no encuentro nigun diff ni nada que me ayude para hacerlo funcionar la mac ya esta funcionando 

     

    y aqui esta el repositorio por si alguien es tan amable de ayudar gracias a todos por leer esto 

    https://github.com/M45T3Ryu/eikasia/tree/master/Eikasia DLL/VC%2B%2B

    1.jpg

  5. atcommand.c: In function 'ACMD':
    atcommand.c:11702: error: 'src' undeclared (first use in this function)
    atcommand.c:11702: error: (Each undeclared identifier is reported only once
    atcommand.c:11702: error: for each function it appears in.)
    atcommand.c:11706: error: 'sd' undeclared (first use in this function)
    atcommand.c:11708: error: 'pc' undeclared (first use in this function)
    atcommand.c:11710: error: 'clif' undeclared (first use in this function)
    atcommand.c:11715: error: 'message' undeclared (first use in this function)
    atcommand.c:11717:37: error: macro "msg_txt" requires 2 arguments, but only 1 given
    atcommand.c:11717: error: 'msg_txt' undeclared (first use in this function)
    atcommand.c:11718: error: 'fd' undeclared (first use in this function)
    atcommand.c:11725: error: 'skill' undeclared (first use in this function)
    atcommand.c:11730:37: error: macro "msg_txt" requires 2 arguments, but only 1 given
    atcommand.c: In function 'atcommand_basecommands':
    atcommand.c:12098: error: 'atcommand_afk' undeclared (first use in this function)
    make[1]: *** [obj/atcommand.o] Error 1
    make[1]: Leaving directory `/root/wolf/src/map'
    make: *** [map] Error 2

     

  6. hola buenas a todos lo que pasa es que quiero añadirle a el siguiente script una restricción es como un @follow pero con restricciones   para que no abucen los usuarios ejemplo

    el personaje no esta serca de la vista  se cansela 

    el personaje no esta en el mapa  se cansela 

    el personaje se cambia de mapa se cansela 

    que tenga un menú para cuanto tiempo quiere seguir ejemplo 5 minutos 10 minutos 15 minutos 

    que solo siga si esta ala vista el otro personaje eso es todo gracias espero su ayuda 

    cmd_seguir.txt

  7. como hexear el exe para agregar nuevos .tga para añadir nuevos iconos al servidor
    para un ragexere 20100730

     

     

    ya que no funciona eso que me dijiste es afuerza que tengo que añadir los tga al exe 

     

    encontre un cliente con eso pero nesesito saver como se añade para que no me detecte como troyano el harmony mi cliente 

     

     

    https://mega.nz/#!4wFExT4B!1nxDc-Lnse4_-pBPLsGCpap_iNiiSr3HnALQc9Dc1r4

     

    los tengo añadidos en la src en status.h pero no me funciona en el cliente nesesito añadirlos ayuden plz 

     

     

    SI_ODINSPOWER = 583,
    SI_MINDBREAKER = 1001,
    SI_ATKPOTION = 1002,
    SI_MATKPOTION = 1003,
    SI_BATKFOOD = 1004,
    SI_INCATKRATE = 1005,
    SI_INCHIT = 1006,
    SI_INCFLEE2 = 1007,
    SI_INCLUK = 1008,
    SI_INCMHPRATE = 1009,
    SI_INCMSPRATE = 1010,
    SI_DEVOTION = 1011,
    SI_SERVICEFORYOU = 1012,
    SI_DONTFORGETME = 1013,
    SI_ASSASSINCROSS = 1014,
    SI_POEMBRAGI = 1015,
    SI_APPLEIDUN = 1016,
    // SI_INTRAVISION = 1017,
    
    SI_NAUTHIZ = 1018, // Rune Mastery lvl 8
    SI_TURISSUS = 1019, // Rune Mastery lvl 1
    SI_HAGALAZ = 1020, // Rune Mastery lvl 4
    SI_ISHA = 1021, // Rune Mastery lvl 2
    SI_EISIR = 1022, // Rune Mastery lvl 10?
    SI_URUZ = 1023, // Rune Mastery lvl 6
    SI_WUG = 1024,

     

×
×
  • Create New...