Jump to content

ossi0110

Community Contributors
  • Content Count

    575
  • Joined

  • Last visited

  • Days Won

    17

Reputation Activity

  1. Like
    ossi0110 got a reaction from gantz in Gantz Services - Graphics, Setups, Website and Premades   
    You need a cheap Designer? then Ganz is your best chooice !
     
     
    Fast Delivery
    Perfect Support
    Nice Prices
    Nice Man
  2. Like
    ossi0110 got a reaction from edcastroecmr in [Guide] How to add Custom Jobs   
    the LUA files you need to edit are INSIDE the NEMO folder in the SUPPORT folder,  add yiur changes into them and merge them into your GRF
  3. Upvote
    ossi0110 got a reaction from Kyoya G in Custom Quests Lists (bad argument #1 to 'ipairs')   
    Hello perculis
     
    yes it is possibl to add custom quest lub files ,   the most existing servers are adding new Tabs into a existing lub file . BUT  with the NEMO patcher you can add your own lub files .
     
    Since the quest_lubs are hardcoded into the client ,  NEO made a patch to add custom entrys for it.
     
    if you dont got NEMO Patcher , you can Download it here.
     
    http://herc.ws/board/topic/2905-nemo-client-patcher/
     
     
    when you download it , you will need a  .txt file what contains the path and names of your custom lub files.
     
    example:
     
    i made a txt file called  endlessro.txt
     
    and i want to have ingame a EndlessRO quest tab
     
     
     
    then you have to add into txt file this 2 lines
     
    localquestlocal_endlessroquest_list             <------------ Just an Examplelocalquestquestinfol_endlessro_list                <------------ Just an Example      if you want them displayed ingame in the  Episode Tab you can need to write this in the txt file epquestep_146quest_list <------------ Just an Exampleepquestquestinfoepsoid146_list   <------------ Just an Example   
        if you got the txt file rdy , open up nemo and select the Read custom quest lubs , and browse him to your  txt file and patch it.     after your done with it be sure to add the corrext values into the quest_function.lub  what is loacted in the  quest/ lub folder. makeLocalQuestList(LOCAL_EndlessroQuest_List)QuestTable.EndlessroQuest = EndlessroQuest_List   
      after your done with the quest_function.lub  be sure to create the correct custom quest lubs , Be sure the names are all matching     /localquest/local_endlessroquest_list   LOCAL_EndlessroQuest_List = { { name = [[EndlessRO Quests]], imagefile = [[ep_test_sample.bmp]], list = { { name = [[Test entry 1]], list = { { name =[[Test entry 2]], scrfilename = [[EndlessroQuest]], questID = 15000, }, }, } }, }, }  
     
    /localquest/quest/l_endlessro_list.lub
     
    EndlessroQuest_List = {[15000] = { NPCFromName = [[4_MAL_CAPTAIN]], NPCFromMap = [[malaya]], NPCFromSpr = [[4_MAL_CAPTAIN]], NPCFromX = 290, NPCFromY = 340, NPCToName = [[Guard Leader]], NPCToMap = [[malaya]], NPCToSpr = [[4_MAL_CAPTAIN]], NPCToX = 290, NPCToY = 340, Item = [[]], PrizeItem = [[ < image = "6497">Lesser Agimat<end> (3) < image = "6497">Lesser Agimat(PC)<end> (6)]], Title = [[Hello Neo Its Working]], Info = [[Hello Neo Its Working]], Hunt1 = [[ < link = "PORING">Poring<end>]], Hunt2 = [[]], Hunt3 = [[]], Time = [[0]], LV = [[0]], },}  
  4. Upvote
    ossi0110 got a reaction from Normanhor in Custom Quests Lists (bad argument #1 to 'ipairs')   
    nope current i didnt got the EVENT tab to work , still working on it
  5. Upvote
    ossi0110 got a reaction from Wolfeh in FluxCP for new SQL Table   
    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
     
  6. Upvote
    ossi0110 got a reaction from Wolfeh in Failed to connect upon Doram creation only   
    the Problem is  the Starter Equip the server handels out on char creation
     
    when you create a Human char he Puts the Dagger into the Char and Equips it ,
     
    when you create a Doram he wants to put the dagger into the Doram too but a Doram is not allowed to Equip it , thats why you get a timeout and cant login after char creation the first time.
     
    remove the Dagger from starter equip , or make the Dagger usabell for Dorams too that will fix the problem
  7. Upvote
    ossi0110 got a reaction from Dio in @JOINBG BATTLEGROUNDS   
    there you go , all you need.....
     
     
  8. Upvote
    ossi0110 got a reaction from jTynne in New Race   
    the new client for the Doram race is 2015-10-01 RagexeRE but its not supported yet from hercules since we are not finished 
     
    when all is done i will make a Fullclient for this exe and a small client
  9. Upvote
    ossi0110 got a reaction from Quazi in [Release] ExtendedBG for Hercules (with eAmod BG modes)   
  10. Upvote
    ossi0110 got a reaction from Legend in [Release] 2012-04-10 RagexeRE Full Client   
    Hello Hercules       im Realeasing a Full Client Package for the 2012-04-10     This Package Contains:   - Up to Date KRO Client ( updated till 2012-04-10 )   Can be found in Client Folder   Contains:   Latest Translation Files, Working AI Folders ,  YourRO.grf  with all importan Files , and a prediffed  YourRO.exe .  This exe is for testing . you can start the client whitout a error and ingame all is tranlated.     Data Folder contains a clientinfo.xml setted to localhost . but  best is to repack the YourRO.grf with your custom clientinfo.   All files inside this YourRO.grf are in a seperate folder called  YourRO.grf Data Stuff     - Tools Folder what contains all Importan files/Tools to create a Client.   contains:   ( Latest xDiffPatcher, Latest Nemo Patcher SVN , unbollox , ResHack , Mapcache Maker, grfbuilder , Undiffed Exe + Diffpatch)     - YourRO.grf Data Stuff Folder ,  where all importan Client files are in , Rdy to use lubs and translation ( All you need to get this client to work)     - I added a Profile for the Nemo patcher  with the name YourRO.log ,  this profile contains all important diffs to get this exe running.  How to use ?   ,  just open Nemo patcher  Load the exe and click on "Load Patches" , after that just click on "Load Profile" and select the YourRO.log file inside the Nemo folder , and  he will select all importan DIffs for you.             --------->DOWNLOAD HERE<----------    
  11. Upvote
    ossi0110 got a reaction from Jedzkie in Gantz Services - Graphics, Setups, Website and Premades   
    and where is problem ?
     
    he didnt claimed the copyright on the images since they are just rip offs, and as he said his Client requested the design coding only and not creating of the images.
     
    and about " Ripped Stuff & Work of others"   i bet 10 USD if i buy your full Instance pack now it will contain the Maps from Syouji or other designers since they are part of your Instances. so you doing exaclty the same you sell the work of  others inside your package.
  12. Upvote
    ossi0110 got a reaction from Chemical Crush in Gantz Services - Graphics, Setups, Website and Premades   
    and where is problem ?
     
    he didnt claimed the copyright on the images since they are just rip offs, and as he said his Client requested the design coding only and not creating of the images.
     
    and about " Ripped Stuff & Work of others"   i bet 10 USD if i buy your full Instance pack now it will contain the Maps from Syouji or other designers since they are part of your Instances. so you doing exaclty the same you sell the work of  others inside your package.
  13. Upvote
    ossi0110 got a reaction from mrlongshen in FluxCP for new SQL Table   
    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
     
  14. Upvote
    ossi0110 got a reaction from remoko in New Race   
    More Progress
     


  15. Upvote
    ossi0110 got a reaction from remoko in New Race   
    the new client for the Doram race is 2015-10-01 RagexeRE but its not supported yet from hercules since we are not finished 
     
    when all is done i will make a Fullclient for this exe and a small client
  16. Upvote
    ossi0110 got a reaction from AnnieRuru in noitem plugin   
    malloc.h got renamed into memmgr.h this is why the error appears
     
     
    he was using and old herc rev what dont got the changes
  17. Upvote
    ossi0110 got a reaction from mrlongshen in Sending own point by command in script or item based   
    use @set #EVENTPOINTS +1
  18. Upvote
    ossi0110 got a reaction from Quazi in [Release] 2012-04-10 RagexeRE Full Client   
    Hello Hercules       im Realeasing a Full Client Package for the 2012-04-10     This Package Contains:   - Up to Date KRO Client ( updated till 2012-04-10 )   Can be found in Client Folder   Contains:   Latest Translation Files, Working AI Folders ,  YourRO.grf  with all importan Files , and a prediffed  YourRO.exe .  This exe is for testing . you can start the client whitout a error and ingame all is tranlated.     Data Folder contains a clientinfo.xml setted to localhost . but  best is to repack the YourRO.grf with your custom clientinfo.   All files inside this YourRO.grf are in a seperate folder called  YourRO.grf Data Stuff     - Tools Folder what contains all Importan files/Tools to create a Client.   contains:   ( Latest xDiffPatcher, Latest Nemo Patcher SVN , unbollox , ResHack , Mapcache Maker, grfbuilder , Undiffed Exe + Diffpatch)     - YourRO.grf Data Stuff Folder ,  where all importan Client files are in , Rdy to use lubs and translation ( All you need to get this client to work)     - I added a Profile for the Nemo patcher  with the name YourRO.log ,  this profile contains all important diffs to get this exe running.  How to use ?   ,  just open Nemo patcher  Load the exe and click on "Load Patches" , after that just click on "Load Profile" and select the YourRO.log file inside the Nemo folder , and  he will select all importan DIffs for you.             --------->DOWNLOAD HERE<----------    
  19. Upvote
    ossi0110 got a reaction from vykimo in Custom Quests Lists (bad argument #1 to 'ipairs')   
    Hello perculis
     
    yes it is possibl to add custom quest lub files ,   the most existing servers are adding new Tabs into a existing lub file . BUT  with the NEMO patcher you can add your own lub files .
     
    Since the quest_lubs are hardcoded into the client ,  NEO made a patch to add custom entrys for it.
     
    if you dont got NEMO Patcher , you can Download it here.
     
    http://herc.ws/board/topic/2905-nemo-client-patcher/
     
     
    when you download it , you will need a  .txt file what contains the path and names of your custom lub files.
     
    example:
     
    i made a txt file called  endlessro.txt
     
    and i want to have ingame a EndlessRO quest tab
     
     
     
    then you have to add into txt file this 2 lines
     
    localquestlocal_endlessroquest_list             <------------ Just an Examplelocalquestquestinfol_endlessro_list                <------------ Just an Example      if you want them displayed ingame in the  Episode Tab you can need to write this in the txt file epquestep_146quest_list <------------ Just an Exampleepquestquestinfoepsoid146_list   <------------ Just an Example   
        if you got the txt file rdy , open up nemo and select the Read custom quest lubs , and browse him to your  txt file and patch it.     after your done with it be sure to add the corrext values into the quest_function.lub  what is loacted in the  quest/ lub folder. makeLocalQuestList(LOCAL_EndlessroQuest_List)QuestTable.EndlessroQuest = EndlessroQuest_List   
      after your done with the quest_function.lub  be sure to create the correct custom quest lubs , Be sure the names are all matching     /localquest/local_endlessroquest_list   LOCAL_EndlessroQuest_List = { { name = [[EndlessRO Quests]], imagefile = [[ep_test_sample.bmp]], list = { { name = [[Test entry 1]], list = { { name =[[Test entry 2]], scrfilename = [[EndlessroQuest]], questID = 15000, }, }, } }, }, }  
     
    /localquest/quest/l_endlessro_list.lub
     
    EndlessroQuest_List = {[15000] = { NPCFromName = [[4_MAL_CAPTAIN]], NPCFromMap = [[malaya]], NPCFromSpr = [[4_MAL_CAPTAIN]], NPCFromX = 290, NPCFromY = 340, NPCToName = [[Guard Leader]], NPCToMap = [[malaya]], NPCToSpr = [[4_MAL_CAPTAIN]], NPCToX = 290, NPCToY = 340, Item = [[]], PrizeItem = [[ < image = "6497">Lesser Agimat<end> (3) < image = "6497">Lesser Agimat(PC)<end> (6)]], Title = [[Hello Neo Its Working]], Info = [[Hello Neo Its Working]], Hunt1 = [[ < link = "PORING">Poring<end>]], Hunt2 = [[]], Hunt3 = [[]], Time = [[0]], LV = [[0]], },}  
  20. Upvote
    ossi0110 got a reaction from frexorie in New Race   
    the new client for the Doram race is 2015-10-01 RagexeRE but its not supported yet from hercules since we are not finished 
     
    when all is done i will make a Fullclient for this exe and a small client
  21. Upvote
    ossi0110 got a reaction from Prourhildr in New Race   
    the new client for the Doram race is 2015-10-01 RagexeRE but its not supported yet from hercules since we are not finished 
     
    when all is done i will make a Fullclient for this exe and a small client
  22. Upvote
    ossi0110 got a reaction from Prourhildr in New Race   
    More Progress
     


  23. Upvote
    ossi0110 got a reaction from AnnieRuru in [Release] 2014-01-15 Ragexe Full Client   
    Hello Hercules     im Realeasing a Full Client Package for the 2014-01-15 Ragexe_Full_Client     This Package Contains:   - Up to Date KRO Client ( updated till 2014-01-15 )   Can be found in Client Folder   Contains:   Latest Translation Files, Working AI Folders ,  YourRO.grf  with all importan Files , and a prediffed  YourRO.exe .  This exe is for testing . you can start the client whitout a error and ingame all is tranlated.     Data Folder contains a clientinfo.xml setted to localhost . but  best is to repack the YourRO.grf with your custom clientinfo.   All files inside this YourRO.grf are in a seperate folder called  YourRO.grf Data Stuff     - Tools Folder what contains all Importan files/Tools to create a Client.   contains:   ( Latest xDiffPatcher, Latest Nemo Patcher SVN , unbollox , ResHack , Mapcache Maker, grfbuilder , Undiffed Exe + Diffpatch)     - YourRO.grf Data Stuff Folder ,  where all importan Client files are in , Rdy to use lubs and translation ( All you need to get this client to work)     - I added a Profile for the Nemo patcher  with the name YourRO.log ,  this profile contains all important diffs to get this exe running.  How to use ?   ,  just open Nemo patcher  Load the exe and click on "Load Patches" , after that just click on "Load Profile" and select the YourRO.log file inside the Nemo folder , and  he will select all importan DIffs for you.             --------->DOWNLOAD HERE<----------
  24. Upvote
    ossi0110 got a reaction from AnnieRuru in [Release] 2014-02-05 Ragexe Full Client   
    Hello Hercules       im Realeasing a Full Client Package for the 2014-02-05 Ragexe_Full_Client.rar     This Package Contains:   - Up to Date KRO Client ( updated till 2014-02-05 )   Can be found in Client Folder   Contains:   Latest Translation Files, Working AI Folders ,  YourRO.grf  with all importan Files , and a prediffed  YourRO.exe .  This exe is for testing . you can start the client whitout a error and ingame all is tranlated.     Data Folder contains a clientinfo.xml setted to localhost . but  best is to repack the YourRO.grf with your custom clientinfo.   All files inside this YourRO.grf are in a seperate folder called  YourRO.grf Data Stuff     - Tools Folder what contains all Importan files/Tools to create a Client.   contains:   ( Latest xDiffPatcher, Latest Nemo Patcher SVN , unbollox , ResHack , Mapcache Maker, grfbuilder , Undiffed Exe + Diffpatch)     - YourRO.grf Data Stuff Folder ,  where all importan Client files are in , Rdy to use lubs and translation ( All you need to get this client to work)     - I added a Profile for the Nemo patcher  with the name YourRO.log ,  this profile contains all important diffs to get this exe running.  How to use ?   ,  just open Nemo patcher  Load the exe and click on "Load Patches" , after that just click on "Load Profile" and select the YourRO.log file inside the Nemo folder , and  he will select all importan DIffs for you.       Known BUG
     
    the pre diffed exe inside the package is pre hexed from me , this mean it got some weird stuff.
     
    just download this exe and rediff the exe with NEMO
     
    sorry for the troubel!
     
     
    http://www.mediafire.com/download/48c2p7kvg92o9jd/2014-02-05bRagexe.exe.zip
                --------->DOWNLOAD HERE<----------
  25. Upvote
    ossi0110 got a reaction from Litro in 2014-10-22 Client Download   
    Just a Small note ,  i figured out the Problem with the Equip window while checking the EQ of other players, it will be fixed in the next days.
     
    Also i will release a new Full client for a Recent 2015 Client
     
    and when all its done the 2015-10-01 Client will be released too with the New Dorma race
×
×
  • Create New...

Important Information

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