Jump to content

N e s s

Members
  • Content Count

    202
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    N e s s reacted to Takari in cora cp users   
    Hi. The problem here is that in the shop controller, the `type` fields are prefixed with the `item_db` table name while in the model it's also prefixed with whatever db you choose. So if you are using item_db, it would add an item_db string string in the field name which will result into `item_db`.`item_db.type` thus creating an error in the sql statement.
     
    You can fix this by editing line 24-51 of the application/controllers/shop.php file. In those lines you'll find this piece of code:
     
    if(isset($_GET['cat'])) { switch($_GET['cat']) { case 'consume': $cond = array('index'=>'item_db.type','val'=>array(0,2,11,18)); break; case 'head': $cond = array('index'=>'equip_locations','val'=>array(1,256,257,512,513,768,769)); break; case 'weapon': $cond = array('index'=>'item_db.type','val'=>array(5)); break; case 'shield': $cond = array('index'=>'equip_locations','val'=>array(32)); break; case 'armor': $cond = array('index'=>'equip_locations','val'=>array(16)); break; case 'robe': $cond = array('index'=>'equip_locations','val'=>array(4)); break; case 'shoes': $cond = array('index'=>'equip_locations','val'=>array(64)); break; case 'accessories': $cond = array('index'=>'equip_locations','val'=>array(8,128,136)); break; case 'pets': $cond = array('index'=>'item_db.type','val'=>array(7,8)); break; case 'cards': $cond = array('index'=>'item_db.type','val'=>array(6)); break; case 'costumes': $cond = array('index'=>'equip_locations','val'=>array(1024,2048,3072,4096,5120,6144,7168,8192)); case 'misc': $cond = array('index'=>'item_db.type','val'=>array(3,10)); break; } } For each case where the 'index' is `item_db.type`, remove the item_db so you'll only be left with `type`. Unfortunately there's no official patch for this, so a fix for now will have to be done like this.
    On the good note, we have already restarted development for the second phase of CORA's beta.
  2. Upvote
    N e s s reacted to evilpuncker in 2013 client   
    if you mean the .txt files, no it isn't.
  3. Upvote
    N e s s reacted to luis.seifert in client date :)   
    Something about 2012, check for the latest hexed that harmony support, i think its the better call for you. 
  4. Upvote
    N e s s reacted to Judas in R> clientinfo :)   
    <?xml version="1.0"encoding="euc-kr" ?><clientinfo><servicetype>korea</servicetype><servertype>primary</servertype><connection><display>RO</display> <balloon>RO</balloon> <desc>RO</desc> <address>127.0.0.1</address> <port>6900</port> <version>45</version> <langtype>0</langtype> <registrationweb></registrationweb> <aid> <admin></admin> <yellow></yellow> </aid> </connection></clientinfo>
  5. Upvote
    N e s s got a reaction from milk in Ragnarok Episode Timeline   
    here some episode links in PRO that can help also:
     
    http://ragnarok.levelupgames.ph/episode9/
    http://ragnarok.levelupgames.ph/episode10/
    http://ragnarok.levelupgames.ph/episode11/
    http://ragnarok.levelupgames.ph/episode12/
    http://ragnarok.levelupgames.ph/episode13/
    http://ragnarok.levelupgames.ph/episode14/
    http://ragnarok.levelupgames.ph/episode15/
    http://ragnarok.levelupgames.ph/episode16/
    http://ragnarok.levelupgames.ph/episode17/
    http://ragnarok.levelupgames.ph/episode18/
    http://ragnarok.levelupgames.ph/episode19/
    http://ragnarok.levelupgames.ph/episode20/
    http://ragnarok.levelupgames.ph/episode21/
    http://ragnarok.levelupgames.ph/episode22/
    http://ragnarok.levelupgames.ph/episode23/
    http://ragnarok.levelupgames.ph/episode24/
    http://ragnarok.levelupgames.ph/episode25/
    http://ragnarok.levelupgames.ph/episode26/
    http://ragnarok.levelupgames.ph/episode27/
    http://ragnarok.levelupgames.ph/episode28/
  6. Upvote
    N e s s reacted to Chiron in [ShowCase] Clang4Win   
    Hi folks, (I don't know the correct area to post this... Sorry)

      Today, i've finished an unusual and free way to compile the Emulator on Windows O.S. As all developers know , the microsoft doesn't care about C support (Stuck on C89...Since they have a broken support to C99 (1999) Standard in most recent versions of MVSC). With batch script (Challenge with weird syntax, but at least run in all windows editions) and one very small version of Clang (18MB in .rar format... can be even less if i remove some files . No install process) arranged by me, i've developed one little script with clang calls which can generate the emulator binaries for windows platform. There's no need to stuck with giant microsoft IDE just for deploy to windows: K.I.S.S... I'm from another community and, unfortunately, the development is no longer active. I like to share things (i don't like this kind of divisions between communities) , so here we go:

    (The messages below still in portuguese)

    How to compile? Two clicks in .bat file and just wait :

     
     
     
     


    The source code error reports (The script stops if any error is found):



    PS: The script will erase all object files created by the process.

      The compilation process is very fast (Less than one minute in my dual core machine passing  -O2 (still faster even with -O3) -std=c99 -Wall -Wextra -pedantic... and many others) . I don't know if this would be useful for the Hercules Community. If people like the idea, then i'll release it for all in few days (clean that bizarre batch code and create an english version), but this will require some changes: Introducing the right static libraries for GNU Linker and few changes inside the libconfig source. I'm planning generate some binaries for the LLVM Interpreter in *near future* (Yes, JIT feat bitcode format) ..The overall performance will increase massively
     
    Comments and ideas are welcome (Sorry for the bad english)
  7. Upvote
    N e s s reacted to pan in pin code   
    I guess what he means is that he wants pin-code to be optional, only players that request this system would have to input a PIN every time they log-in. I don't think we have such system, but it seems like a good idea...
  8. Upvote
    N e s s reacted to Neo-Mind in NEMO - Client Patcher   
    No I am not dead...just yet . I do check the topic from time to time. Most queries are getting answered by others already - mostly because they are related to the data files rather than the client itself.
     
    I realize i haven't done much updates here lately. Not much to update anyways (I have not seen a new client since Feb 2014 guess k3dT is also busy).
     
    Well i have been looking into some of the patch requests mentioned + got busy irl & EndlessRO.
     
    Hopefully I will be back in full swing by this weekend.
  9. Upvote
    N e s s reacted to Brynner in Disguise Event :)   
    just replace it.
  10. Upvote
    N e s s got a reaction from Mission in Is this possible? How?   
    click your setup.exe then check mouse exclusive and save it
  11. Upvote
    N e s s reacted to Brynner in Client Translation Project   
    i think no?they use git now.
  12. Upvote
    N e s s reacted to Mhalicot in Q> tortoise   
    TortoiseGIT basically use for commiting/Sharing/Making Pull Request. f you are Good Developer and want to share something official data this Tortoise will fit your needs.
     
    While TortoiseSVN is for Updating/Jumpto Update your server. If you are Running Test or Live server and don't have time to contribute, This Tortoise will fit your needs.
  13. Upvote
    N e s s reacted to Mumbles in Coin Trader   
    Utility: Coin Trader
    As per @karazu's request: http://herc.ws/board/topic/4157-mithrill-to-gold-to-silver-coins-vice-versa-trader/
     
    Description:
    Allows players to purchase coins with zeny, exchange coins for zeny, and convert coins to more valuable or lesser coins. See configuration to customise coin values.
     
    Download:
    https://github.com/datmumbles/Scripts/raw/master/util/cointrader.txt
  14. Upvote
    N e s s reacted to Mhalicot in H> about drop rates   
    following this format?
    // The rate at which cards are droppeditem_rate_card: 10000 //Normal card = 100%item_rate_card_boss: 100 // bosscard = 1%item_drop_card_min: 10000item_drop_card_max: 10000
  15. Upvote
    N e s s got a reaction from Mhalicot in H> about drop rates   
    still not working sir
  16. Upvote
    N e s s reacted to Mhalicot in H> about drop rates   
    Using renewal right? that is because of renewal Drop formula
  17. Upvote
    N e s s reacted to Mhalicot in ra to herc :)   
    I think you only miss the closing bracket '}'. Please try this.
    Script: <" bonus bAtkRate,1; if(isequipped(2968) || isequipped(2969)) { bonus bMatkRate,4; bonus bAtkRate,4; }">  
     
     
  18. Upvote
    N e s s reacted to ossi0110 in R>msgstringtable   
    here you got
     
    http://upaste.me/68ab9485ae82b2bd
  19. Upvote
    N e s s reacted to Yommy in 2013-12-23c kRO Client, Merry Christmas <3   
    Here is my christmas gift to Hercules. I wish you all have an awesome holiday and nice time with family.
    I have included an xdiff file, but I recommend (when he manage to fix the multiple grf) you to use NEMO Client Patcher made by Neo.

    You need to add the PacketShuffle stuff into src/map/packets.h, just follow the files pattern,
    then edit src/common/mmo.h and change the PACKETVER to 20131223
    do a recompile and the client will be able to connect.


    2013-12-23cRagexe_v2.zip 2.5 MB
    https://mega.co.nz/#!Yt1DQSQC!TWk1AQU8sTXpP_t57Uowpne2-ZYSPhTB2_4WT55PFcY


    2013-12-23cRagexe_v2.xdiff 102 KB
    https://mega.co.nz/#!ogUUFLQJ!CPbCaX29tJLe_JOoeQd1oR24ug8WL83B0z_2T1XTXfQ


    This is a very new client, and it will probably require resources from the latest kRO updates.
    so kRO will need to be fully updated, i recommend to use RO Patcher Lite made by Ai4rei.


    Special Thanks to Rytech and Ind


    See you in 2014.
    Yommy
     
    Ps
    Neo posted.an update here
    http://herc.ws/board/topic/3609-2013-12-23c-kro-client-merry-christmas-3/?p=24183
     
    Thank you
     
    Ps:
    Neo posted some update here 
  20. Upvote
    N e s s reacted to Neo-Mind in NEMO - Client Patcher   
    Update (Well actually this has been in the repository for sometime now) :
    1) Included Patches =>
             Enable /showname
             Fix Tetra Vortex (credits to sanosan33)
             Resize Font (credits to the awesome Yommy!!)

    2) Updated Patches => Load ItemInfo is now Load Custom Lua File before ItemInfo.lub => i.e. you can set the filename you want instead of sticking to ItemInfo.lua

    Upcoming update:
    1) Changes to the lua files used in Custom Job Patch (as suggested by Rytech - currently it uses Non Aegis Names plus the halter thing might be confusing for people so I am restructuring few items, but it wont affect your additions ; in case if you face anything do let me know once it is added)

    Patches under inspection:
    1) Enable Aura Over Lvl 99 & 150 - The code has changed for this drastically ... needs some time to work on it.
    2) Charname & Itemname color - Well i know where the color for the name is getting assigned. need to work on how to pick it up from packets.
    Feistz have you tried using it ? only issue you can get is maybe some patches not finding patterns. Try it out and tell me if any patches are breaking.
    Isnt it already disabled? or maybe im understanding it wrong
    Hi Samuel, I think that is happening only for some conditions. I also faced it recently. Need to check it out.
  21. Upvote
    N e s s reacted to Mhalicot in [Gabay] Paano mag Update at mag Setup ng Hercules Server.   
    Yung branch po kung makikita mo parang mga iba-ibang emulator yun.
     
    Yung Trunk po yun yung Main server ng Hercules
     
    I-update ko yung guide para malinaw sa Lahat.
     
    ay naka lagay na pala sa guide di mo lang ata nabasa 
  22. Upvote
    N e s s reacted to Dastgir in Patcher   
    Wiki have all the answers:
    http://herc.ws/wiki/Thor_Patcher
  23. Upvote
    N e s s reacted to mleo1 in Patcher   
    try this

    http://forum.ragezone.com/f577/setting-thor-patcher-748916/
  24. Upvote
    N e s s reacted to Dastgir in Patcher   
    Any Patcher can be used be any client.
    All Patchers are Good:
    1)Thor Patcher: Widely Used, (I believe it have best compression, and I am using it for years) , easily customizable. Resumable not supported.
    2)NeonCube: (No Comments, Ah, I don't know what to say here)
    3)JikariCube: (I believe that is has resumable support), and same function as others.
     
    But Personally, Thor Patcher is best.
  25. Upvote
    N e s s reacted to Mhalicot in NEMO - Client Patcher   
    ^ Its up to you, check this out 
    +-----+------------------------+-------------------+| int | enum SERVICETYPE | "servicetype" tag |+-----+------------------------+-------------------+| 0 | SERVICETYPE_KOREA | korea | <---- will appear request button on login and will disable your Mail| 1 | SERVICETYPE_AMERICA | america || 2 | SERVICETYPE_JAPAN | japan || 3 | SERVICETYPE_CHINA | china || 4 | SERVICETYPE_TAIWAN | taiwan || 5 | SERVICETYPE_THAI | thai || 6 | SERVICETYPE_INDONESIA | indonesia || 7 | SERVICETYPE_PHILIPPINE | philippine || 8 | SERVICETYPE_MALAYSIA | malaysia || 9 | SERVICETYPE_SINGAPORE | singapore || 10 | SERVICETYPE_GERMANY | germany || 11 | SERVICETYPE_INDIA | india || 12 | SERVICETYPE_BRAZIL | brazil || 13 | SERVICETYPE_AUSTRALIA | australia || 14 | SERVICETYPE_RUSSIA | russia || 15 | SERVICETYPE_VIETNAM | vietnam || 17 | SERVICETYPE_CHILE | chile || 18 | SERVICETYPE_FRANCE | france || 19 | SERVICETYPE_UAE | uae |+-----+------------------------+-------------------+
×
×
  • Create New...

Important Information

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