Search results

  1. Ihurybro

    Can anyone help me make sql for this

    I added the two forms, one in text that is on top and the other in sql file with the name of the table. downloaded from my own phpmyadmin. Because the system works perfectly. remembering that it must be inside your emulator's database. See how the npc was doing after my test. I just changed...
  2. Ihurybro

    Can anyone help me make sql for this

    ===================================== This is the sql GD_PK_TITLE is from GD_PK_TITLE2. I got the information inside the two script's own txt file. I just created the GD_PK_TITLE and GD_PK_TITLE2 sql table For both, it seems the same to me. ========================================= CREATE...
  3. Ihurybro

    LOVELY WEAPONS NPC

    Hello my friend! I made a change in the npc, Because what I understood is that this last line of the npc, makes it remove the enchantment. So I made a change, from what the npc requested. =========================================================================== Olá, meu amigo! Eu fiz umas...
  4. Ihurybro

    LOVELY WEAPONS NPC

    on line 247 change that: if (.@equip_card[3] < 4700) { per if (.@equip_card[3] >= 4700) { the <operator shows what is below the 4700 and how 4699 has no item or better saying it is not in item_db using> = 4700 Then the system will recognize that the 4700 exists and above it...
  5. Ihurybro

    ABOUT NPC BUFFSVIP

    just to explain better I made this npc as an example for you to understand better. prontera,154,150,5    script    Buffs VIP    4_F_FAIRY,{     if( getgroupid() < 1 ) {         mes "["+strnpcinfo(0)+"]";         mes "Your message.";         mes "Your message!";         mes "Site...
  6. Ihurybro

    Addon PagSeguro para FluxCP

    Olá, fiz a istalação do pagseguro no fluxcp do hercules porem, Aparece esta mensagem quando vou fazer um teste : Poderia me ajudar?
Back
Top