Jump to content

pbuzz

Inactive Member
  • Posts

    124
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Posts posted by pbuzz

  1. pc.give_item2_select(item_vnum_here)

    item.set_value(0, bonus_index, bonus_value)
    item.set_value(1, bonus_index , bonus_value )
    item.set_value(2, bonus_index , bonus_value )
    item.set_value(3, bonus_index , bonus_value )
    item.set_value(4, bonus_index , bonus_value )

    and for 6th and 7th bonus(optional)

    item.set_value(5, bonus_index , bonus_value )

    item.set_value(6, bonus_index , bonus_value )

  2. Could you give me more details?

    player_index idx ?????
    player.player p ??????

    ​'p' is assigned to 'player.player' and 'idx' to 'player_index', what is so hard?

    to make it work for each empire replace "EMPIRE_HERE" with 1/2/3

    1 - red

    2 - yellow

    3 - blue

    $qRedChars = mysql_query("SELECT COUNT(*) FROM player.player p, player.player_index idx WHERE p.account_id = idx.id AND idx.empire = 1");
    $qYellowChars = mysql_query("SELECT COUNT(*) FROM player.player p, player.player_index idx WHERE p.account_id = idx.id AND idx.empire = 2");
    $qBlueChars = mysql_query("SELECT COUNT(*) FROM player.player p, player.player_index idx WHERE p.account_id = idx.id AND idx.empire = 3");
    
    • Love 1
  3. syslog & syserr helps a lot you know?

     

    ps: this "sys_err("FDWATCH: peer null in event: ident %d", fdwatch_get_ident(m_fdWatcher, idx));" is retuned when something is wrong with your server, stoping that from showing won't stop the error to ocurr

    pps: this error usually ocurrs when a query failed to read and/or write some data from/into an inexistent value

    ppps: if can't write "FDW_WRITE" or read "FDW_READ" or is end of file "FDW_EOF" and no data is send or recived il will close that peer  "RemovePeer(peer);", and if there is no peer "if (!peer)" (and i asume you realise no peer = core down) it will return this error "FDWATCH: peer null in event: ident %d", fdwatch_get_ident(m_fdWatcher, idx));"

  4.  

    I receive those error in sysser :

    GetMotionFileName: Motion: stray_dog have not motlist.txt vnum(101) folder(stray_dog) - i receive this error for every mob 

    And : 

    GetMoveMotionSpeed: cannot find motion (name Cung-Mok race 151 mode 0)

     

    Game 55k

    mop_proto 101 stray dog you have?

    look at motlist.txt server/client and see line 101

     

     

    101 in not a line, it's mob vnum

     

     

    @Dafuq313 upload motion file from client(extract monster from pack folder) into server (share/data/monster/stray_dog)

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.