Jump to content

Chelsea

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by Chelsea

  1. Can anyone help me?

    @edit

    1>------ Build started: Project: map-server_sql, Configuration: Debug Win32 ------

    1>atcommand.obj : error LNK2019: unresolved external symbol _do_init_faction referenced in function _atcommand_freload

    1>map.obj : error LNK2001: unresolved external symbol _do_init_faction

    1>atcommand.obj : error LNK2019: unresolved external symbol _do_final_faction referenced in function _atcommand_freload

    1>map.obj : error LNK2001: unresolved external symbol _do_final_faction

    1>atcommand.obj : error LNK2019: unresolved external symbol _faction_search referenced in function _atcommand_fchat

    1>clif.obj : error LNK2001: unresolved external symbol _faction_search

    1>script.obj : error LNK2001: unresolved external symbol _faction_search

    1>atcommand.obj : error LNK2019: unresolved external symbol _faction_check_alliance referenced in function _atcommand_fchat2

    1>battle.obj : error LNK2001: unresolved external symbol _faction_check_alliance

    1>clif.obj : error LNK2001: unresolved external symbol _faction_check_alliance

    1>battle.obj : error LNK2019: unresolved external symbol _faction_calc_damage referenced in function _battle_calc_magic_attack

    1>battle.obj : error LNK2019: unresolved external symbol _faction_get_id referenced in function _battle_check_target

    1>clif.obj : error LNK2001: unresolved external symbol _faction_get_id

    1>skill.obj : error LNK2001: unresolved external symbol _faction_get_id

    1>clif.obj : error LNK2019: unresolved external symbol _faction_aura_send referenced in function _clif_spawn

    1>status.obj : error LNK2001: unresolved external symbol _faction_aura_send

    1>clif.obj : error LNK2019: unresolved external symbol _faction_display_size referenced in function _clif_spawn

    1>clif.obj : error LNK2019: unresolved external symbol _faction_sendemblem_area referenced in function _clif_spawn

    1>clif.obj : error LNK2019: unresolved external symbol _faction_aura_load referenced in function _clif_getareachar_unit

    1>clif.obj : error LNK2019: unresolved external symbol _faction_sendemblem_single referenced in function _clif_getareachar_unit

    1>clif.obj : error LNK2019: unresolved external symbol _faction_factionaura referenced in function _clif_parse_LoadEndAck

    1>clif.obj : error LNK2019: unresolved external symbol _faction_show_hp referenced in function _clif_parse_LoadEndAck

    1>pc.obj : error LNK2019: unresolved external symbol _faction_get_exp referenced in function _pc_dead

    1>status.obj : error LNK2019: unresolved external symbol _faction_aura_update referenced in function _status_change_start

    1>..\map-server_sql.exe : fatal error LNK1120: 15 unresolved externals

    ========== Build: 0 succeeded, 1 failed, 3 up-to-date, 0 skipped ==========

  2. So its just adding value 30 in your diasvip table.

    Mysql Script example below.

    Insert into ragnarokTable (col1, col2, col3, diasvip) Values ('','','','30')

    You can run that on mysql sql or any mysql program you got. Change ragnarokTable to your target table, change col1 col2 or col3 to your login table columns, you can add as long as it exist in your table.

    if you can give me a screenshot of your login table, I could give you the whole code.

    That's right, I was just confused. Thank you for your attention. /no1

    ALTER TABLE `login` ADD `diasvip` TINYINT(3) NOT NULL DEFAULT '30';

    I think he wants this: Add a column in login table named 'diasvip' and set '30' as default value.

    Oh my god, this will help me alot. Thank you. /rice

    @topic

    I hope to help the community when I go further in college programming. Thank you all.

    .

  3. Hello, I'm just saying that my English is bad, then I'll explain in a few details not to confuse them.

    I use an script who made the following change in the "login", as you can see below:

    ALTER TABLE `login` ADD `diasvip` INT NOT NULL ;

    What I'd like is a script (SQL), example:

    I register on my server, and add 30 log table> `diasvip`.

    My English is bad and the google translator did not help. /sry

×
×
  • Create New...