Jump to content

solid2005

Members
  • Posts

    147
  • Joined

  • Last visited

2 Followers

Profile Information

  • Gender
    Not Telling
  • Interests
    Programming, Experimental, Research.

Recent Profile Visitors

3680 profile views

solid2005's Achievements

Poring

Poring (1/15)

  • Conversation Starter
  • Dedicated
  • First Post
  • Collaborator
  • Week One Done

Recent Badges

15

Reputation

1

Community Answers

  1. I try my best to convert this one. I didn't test this yet. use at your own risk. Extend Vending 10072024.diff
  2. Anyone know how to use this WDGForceClientHashPacket.dll on WARP Client Patcher?
  3. apply to on a donation goal, just like REFINE UI, that much better.
  4. try to remove CELL_PVP and CELL_CHKPVP at const.txt. i did not saw that const.txt have a cell_pvp and cell_chkpvp cause i already input at the script_constants. may that cause the problem.
  5. i didn't test this code. i try my best to help you. WARNING Backup first and use a test server if stable, Note : Update for newer GIT NO (bug fix and add on). Extended_Cell_PvP_1.7.1.patch
  6. no one can answer for your question unless you share your mod, cause you error.
  7. Update to 09-15-2017. WARNING Backup first and use a test server if stable, Note : Update for newer GIT NO (bug fix and add on). version 1.9.5 (09-15-2017).diff
  8. i made some update code from rathena maybe this should be help. i didn't test it cause i don't have time =P WARNING Backup first and use a test server if stable, Note : Update for newer GIT NO (bug fix and add on). version 1.9.5.diff
  9. try to reinstall it. the only bug at the Fluxcp are the map location with monster and npc.
  10. Need to fix SQL CREATE TABLE IF NOT EXISTS `vending_items` ( `vending_id` int(10) unsigned NOT NULL, `index` smallint(5) unsigned NOT NULL, `cartinventory_id` int(10) unsigned NOT NULL, `amount` smallint(5) unsigned NOT NULL, `price` int(10) unsigned NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; need add `type` int(10) unsigned NOT NULL for item you vend.Vending.c if( Sql_Query( mmysql_handle, "INSERT INTO `%s`(`vending_id`,`index`,`cartinventory_id`,`amount`,`price`) VALUES( %d, %d, %d, %d, %d );", vending_items_db, sd->vender_id, i, sd->status.cart[sd->vending[i].index].id, sd->vending[i].amount, sd->vending[i].value ) != SQL_SUCCESS ){ need to get item type that you vend to insert to the database. void vending_reopen( struct map_session_data* sd ){ need add variable item type that you vend.if you want to fix this faster, help each other.
  11. Update rev.12027 Beta. Note Backup your server before you merge this mod. I did not test it, My computer was Hard disk failure i can't even recover some of my files. Patience is more use-full . ExtendedVendingSystem_12027.patch
  12. because cause of variable conflict. if I have time to fix it.
  13. Ops unsupported to latest version. Due lack of code for new auto trade system.
×
×
  • Create New...