Jump to content

Tacticus

Inactive Member
  • Posts

    255
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Posts posted by Tacticus

  1. I have db syser,i dont know from where it come,can someone help?
     
    Syser:
     
    SYSERR: Oct 19 04:18:31 :: Query: cannot find CREATE TABLE `player ` 
    SYSERR: Oct 19 04:18:35 :: Query: cannot find CREATE TABLE `player ` 
    SYSERR: Oct 19 04:18:38 :: Query: cannot find CREATE TABLE `player ` 
    SYSERR: Oct 19 04:18:40 :: Query: cannot find CREATE TABLE `player ` 
    SYSERR: Oct 19 04:19:05 :: Query: cannot find CREATE TABLE `player ` 
    SYSERR: Oct 19 04:20:13 :: Query: cannot find CREATE TABLE `player ` 
    SYSERR: Oct 19 04:20:16 :: Query: cannot find CREATE TABLE `player ` 
    SYSERR: Oct 19 04:20:54 :: Query: cannot find CREATE TABLE `player ` 
    SYSERR: Oct 19 04:21:05 :: Query: cannot find CREATE TABLE `player ` 
  2. char_item.cpp and search:

    ChatPacket(CHAT_TYPE_INFO, LC_TEXT("¶łľîÁř ľĆŔĚĹŰŔş 3şĐ ČÄ »ç¶óÁý´Ď´Ů."));
    pkItemToDrop->StartDestroyEvent();

     

    so example if want when you drop item, disapear in 5 sec put like this:

     

    ChatPacket(CHAT_TYPE_INFO, LC_TEXT("¶łľîÁř ľĆŔĚĹŰŔş 3şĐ ČÄ »ç¶óÁý´Ď´Ů."));
    pkItemToDrop->StartDestroyEvent(5);

  3. now syser:

     

    SYSERR: Oct 16 12:11:15 :: RunState: LUA_ERROR: locale/germany/quest/object/state/guildstorage:14: attempt to call global `mysql_query' (a nil value)
    SYSERR: Oct 16 12:11:15 :: WriteRunningStateToSyserr: LUA_ERROR: quest guildstorage.start click
     
     
    guildstorage:14 line:
     
    end ,item_antiflag= function (item_vnum)local result = mysql_query ( "SELECT antiflag from player.item_proto where vnum = " .. item_vnum .. ";" ) 
    return ( result [ 1 ] [ 1 ] ) 
     
    where is prob now?
     
×
×
  • 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.