Jump to content

  •  

mrlongshen's Blog



Some useful git command over hercules

Posted by mrlongshen, 22 December 2016 · 716 views
obtain, upgrade, downgrade and 1 more...
Q: How to obtain hercules in linux ? A: Run this is your terminal git clone https://github.com/H...git  ~/Hercules Q: How to update to the latest hercules in your current hercules ? A: Type git pull Q: How to know revision we running ?A: Type git rev-parse HEAD   in your hercules folder Q: How to downgrade to selected version ? A: Type git...


Fix view character problem hercules fluxcp

Posted by mrlongshen, 02 April 2016 · 1280 views

Open the modules/ranking/death.php (lines 24) and change $sql .= "LEFT JOIN {$server->charMapDatabase}.`global_reg_value` AS reg ON reg.char_id = ch.char_id AND reg.str = 'PC_DIE_COUNTER' ";   into $sql .= "LEFT JOIN {$server->charMapDatabase}.`char_reg_num_db` AS reg ON reg.char_id = ch.char_id AND reg.key = 'PC_DIE_COUNTER' ";  now Open modules/...






May 2024

S M T W T F S
   1234
5 6 7891011
12131415161718
19202122232425
262728293031