Jump to content

ossi0110

Community Contributors
  • Content Count

    575
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by ossi0110

  1. be sure to use moc_pryd06<TAB>mapflag<TAB>pvp
  2. 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
  3. you have to wait till its got added intot the server ^^
  4. 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
  5. Just use NEMO patcher he suports up to 32000 http://herc.ws/board/topic/2905-nemo-client-patcher/
  6. 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
  7. haha fail ^^ updated my repo
  8. 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
  9. yes should nosave means , when a character logs out he will be warped back to the savepoint and on @at your are logging out
  10. btw your plugin drops compiling errors under CentOS 5
  11. be sure to apply all SQL-Upgrade, when starting the server , he should tell you what kind of upgrades you are missing ( Purple Text)
  12. 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...
  13. 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.
  14. made a pull request for the script fixes https://github.com/HerculesWS/Hercules/pull/252
  15. 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'");
  16. ossi0110

    Hello :)

    woohoo just found the board haha soo here i am ossi0110 someone may know me someone not
  17. im using secure grf client too and it works on 2013-12-23
  18. allready reported to Ind , he will fix it atm this makes no problems its just a warning
  19. 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
  20. change iStatus->get_sc(src) to status->get_sc(src)
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.