ossi0110
Community Contributors-
Content Count
575 -
Joined
-
Last visited
-
Days Won
17
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by ossi0110
-
be sure to use moc_pryd06<TAB>mapflag<TAB>pvp
-
then you should post a GDB core dump else we cant help you when your mapserver crashes open a termian in your hercules folder to generate a core dump make gdb map-server core then bt full
-
How to add the new discounted item in cash shop?
ossi0110 replied to themon's question in Client-Side Requests
you have to wait till its got added intot the server ^^ -
Ok Open the modulesrankingdeath.php 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 modulescharacterview.php and change $sql .= "LEFT OUTER JOIN {$server->charMapDatabase}.`global_reg_value` AS reg ON reg.char_id = ch.char_id AND reg.str = 'PC_DIE_COUNTER' "; into $sql .= "LEFT OUTER JOIN {$server->charMapDatabase}.`char_reg_num_db` AS reg ON reg.char_id = ch.char_id AND reg.key = 'PC_DIE_COUNTER' "; and errors are solved
-
GUI would rock !
-
Increase headgears view id to 30000 for 2013 clients
ossi0110 replied to Svanhild's question in Client-Side Requests
Just use NEMO patcher he suports up to 32000 http://herc.ws/board/topic/2905-nemo-client-patcher/ -
here you can read all about adding custom quest lubs into a 2013 client http://herc.ws/board/topic/3366-custom-quests-lists-bad-argument-1-to-ipairs/?p=22272
-
haha fail ^^ updated my repo
-
just go into your PHPmyadmin select your RO database and click on IMPORT , then click on BROwSE file , and select the files he tells you in the Map server console , then click on APPLY and he will execute the upgrades
-
yes should nosave means , when a character logs out he will be warped back to the savepoint and on @at your are logging out
-
btw your plugin drops compiling errors under CentOS 5
-
be sure to apply all SQL-Upgrade, when starting the server , he should tell you what kind of upgrades you are missing ( Purple Text)
-
2013-12-23c kRO Client, Merry Christmas <3
ossi0110 replied to Yommy's topic in Client-Side Releases
bugs ? the patch hatch error is a servside bug some diffs still nt working ? Oo all officiel diffs are working , you should update your nemo patcher I try to use the same server and then use my old 20130814Ragexe client and the pet hatch work!! maybe Neo have accidentally deleted something when he cleaned the 20131223cRagexe client nope its a paket bug... the 2013-12-23 client seems to need a biger packet , but hercules sends a to small packet... -
2013-12-23c kRO Client, Merry Christmas <3
ossi0110 replied to Yommy's topic in Client-Side Releases
Normal..? As in it's working as intended? Or that it is a known bug? Doesn't really make sense for it to do that. its seems to be working as intended since we dont got a newer client. -
Hunting Missions on newest trunk version of hercules. no global_reg_value
ossi0110 replied to Dduwsmitt's question in Script Support
made a pull request for the script fixes https://github.com/HerculesWS/Hercules/pull/252 -
2013-12-23c kRO Client, Merry Christmas <3
ossi0110 replied to Yommy's topic in Client-Side Releases
yep this is normal in this client -
Hunting Missions on newest trunk version of hercules. no global_reg_value
ossi0110 replied to Dduwsmitt's question in Script Support
change to if (Mission_Total == 1) query_sql("INSERT INTO `char_reg_num_db` (`char_id`,`key`,`index`,`value`) VALUES ("+getcharid(0)+",'Mission_Total','0',1)"); else query_sql("UPDATE `char_reg_num_db` SET `value` = "+Mission_Total+" WHERE char_id = "+getcharid(0)+" AND `key` = 'Mission_Total'"); -
2013-12-23c kRO Client, Merry Christmas <3
ossi0110 replied to Yommy's topic in Client-Side Releases
you need to wait till a mod approves it -
woohoo just found the board haha soo here i am ossi0110 someone may know me someone not
-
2013-12-23c kRO Client, Merry Christmas <3
ossi0110 replied to Yommy's topic in Client-Side Releases
im using secure grf client too and it works on 2013-12-23 -
allready reported to Ind , he will fix it atm this makes no problems its just a warning
-
2013-12-23c kRO Client, Merry Christmas <3
ossi0110 replied to Yommy's topic in Client-Side Releases
remove sdata and rdate they are not needed anymore and if the sdata is your custom GRF jjust use it this way [Data]0=sdata.grf1=data.grf -
change iStatus->get_sc(src) to status->get_sc(src)