Jump to content

simplemhan

Members
  • Posts

    308
  • Joined

  • Last visited

Posts posted by simplemhan

  1. try this:

     

    gonryun,160,118,4    script    Guild of The Month    722,{
        mes "[Guild of the Month]";
        mes "The Guild of the Month is the ^ff0000"+getguildname(.a)+"^000000 Guild";
        mes "Their Guild Master is ^FF0000"+.b$+"^000000";
        close;
    
    OnInit:
        set .guild$, "+getguildname(.a)+";
        query_sql("SELECT `guild_id`,`master` FROM `guild` WHERE `name` = '"+.guild$+"';",.a,.b$);
        flagemblem .a;
    }
    

     

    if not working make an sql query which getting the name of the guild of the month

  2. @Pe4eHbkA

    I think you did a mistake in your lub files,  suggest you to delete your luafiles514 and move from the svn again

    For the optioninfo.lua, we talk about it few post ago, i suggest you to look that.

     

    @angelic

    I will do it, it wasn't working and i'm working on the new ragexe client , there is a lot of change in ASM code

     

    @simplemhan

    Have you some other packet trouble ?

    did u already fix that packet error? i will post  again some packet error if i encounter it again.

  3. [Warning]: clif_parse: Received unsupported packet (packet 0x5f02, 7 bytes received), disconnecting session #3. when i equip the moonstar and superstar. what kind of packet error is this? im using 20130522 ragexe.exe client

     

    [Warning]: clif_parse: Received unsupported packet (packet 0x3702, 6 bytes received), disconnecting session #3. when i try to sit having equip the moonstar and superstar

×
×
  • Create New...