Beiträge von Takamura

    Little informations:

    Config:

    Client:

    Game:

    Systems:

    Images:

    Download:

    Like i said on the top..


    "So i try also to add mde shining to weapon costume and it's not working, shining not display"


    there is nothing in syserr just the mde shining not display with costume but work with weapon

    Hi everyone, i already try to add mde shining for weapon type and it work perfectly.


    So i try also to add mde shining to weapon costume and it's not working, shining not display :(


    This is a code who i use :



    InstanceBase.cpp




    Someone know what's wrong with that code ?

    Hi !


    There is one bug with my serverfiles, Logo of guild can't be changed


    when i choose the logo nothing happened, there is not logo for guild in my player.



    Someone here know which files i need to check ?


    I already check theses files : uiguild.py, pythontextail.cpp, instancebase.cpp...

    Haha, i have this problem too yesterday, i think is your hosting problem, your partcher can't reach your server

    Hi !


    In my language, some item_name have a single quote, so when i create offline shop, if item has a single quote in name query failed...


    because for search shop system, i need to store item_name in offline_shop_item, and all item with single quote failed, someone have a solution for this ????


    mysql_query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near




    DirectQuery: AsyncSQL::DirectQuery : mysql_query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Z?taros',41,0,0,0,1,2000,2,80,15,10,16,10,24,10)' at line 1
    query: INSERT INTO offline_shop_item (id,owner_id,pos,count,price,vnum,item_name,mapIndex,socket0,socket1,socket2,attrtype0,attrvalue0,attrtype1,attrvalue1,attrtype2,attrvalue2,attrtype3,attrvalue3,attrtype4,attrvalue4) VALUES (10000223,26,8,1,100000000,16109,'Z?taros',41,0,0,0,1,2000,2,80,15,10,16,10,24,10)



    real name of this item : Z'taros


    thanks advance...

    Hi guys !




    I would like to add all the mounts of the official as well as the costumes, hairstyle and the last familiar bashidoo


    If someone have model, can he send them to me ? :)


    - Costume, Hairestyle
    - Mount
    - Last pet to official new pet system


    Thanks advance

    questlib.lua


    After :


    WEAPON_MOUNT_SPEAR = 7


    Add:


    item3 = {}


    function item3.get_attr(var)
    return item.item_get_attr_type(var),item.item_get_attr_value(var)
    end
    guildstorage_path = get_locale_base_path().."/quest/Guildstorage/"


    Before :


    function getinput(par)


    Add:


    item3 = {}


    function item3.get_attr(var)
    return item.get_attr_type(var),item.get_attr_value(var)
    end

    For me, best solution is hide empire flag for player and npc
    this solution solve this problem but after you can't see other player flag




    InstancebaseEffect.cpp


    -Search


    __EffectContainer_AttachEffect(EFFECT_EMPIRE+eEmpire);


    Below add


    if (IsPC())
    return;