harmony users that are using latest version.

as of now the warning still there. when i try to fix it using the fix here.the compiling problem was remove. but when you try to run the server. the map server crashed after reading all files.

 
bgamez, I'd suggest you use the patch on Harmony forums, the latest version shouldnt matter much, since it only gets updated once there is an interface update that affects harmony (If trade interface is updated, the patch wont be updated since trade has nothing to do with Harmony). 

(Patch was updated yesterday due to an issue with chrif.h, was minor and the revision still applies)

 
Last edited by a moderator:
bgamez, I'd suggest you use the patch on Harmony forums, the latest version shouldnt matter much, since it only gets updated once there is an interface update that affects harmony (If trade interface is updated, the patch wont be updated since trade has nothing to do with Harmony). 

(Patch was updated yesterday due to an issue with chrif.h, was minor and the revision still applies)
the patch doesn't work.it gave me MAX_SkILL_TREE error?

 
Check it out again. Updated (Y) -The patch that is
default_tongue.png
-

 
Last edited by a moderator:
Updated (Y) (8)
there is a warning upon compilation for the latest version.

7/27/2013

3>srcmapharmony.c(376): warning C4013: 'run_script' undefined; assuming extern returning int

it brings me here.

run_script(nd->u.scr.script, 0, sd->bl.id, fake_nd->bl.id);
thanks.
Updated & Fixed. <3

 
Updated (Y) (8)
there is a warning upon compilation for the latest version.

7/27/2013

3>srcmapharmony.c(376): warning C4013: 'run_script' undefined; assuming extern returning int

it brings me here.

run_script(nd->u.scr.script, 0, sd->bl.id, fake_nd->bl.id);
thanks.
Updated & Fixed. <3
there is an issue for 3,3,12,

when you try to create an account on the login screen.

Code:
[SQL]: DB error - Column count doesn't match value count at row 1[Debug]: at d:hercules - waybackrosrcloginaccount_sql.c:652 - INSERT INTO `ogin` (`account_id`, `userid`, `user_pass`, `sex`, `email`, `group_id`, `state` `unban_time`, `expiration_time`, `logincount`, `lastlogin`, `last_ip`, `birthdte`, `character_slots`, `pincode`, `pincode_change`,`last_mac`) VALUES (?, ?, ? ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
 
Mr. @Xgear,

please try to compile on Linux too, I tried to patch the latest patch to latest hercules, it gives me error on compiling using Linux, while no errors on Windows using VC 2010.

 
@Xgear do you have a new patch for the latest hercules? because im having an issue with it.

am always getting this issue.

Code:
[Harmony]:** Missing Harmony session information @ fd #0. **Server might run unstable now. Please report this immediately!Source: 616645[Harmony]: UNREFERENCED TIMER 69!!
 
Back
Top