Search results

  1. D

    weapon sprite.

    How can i make weapon sprite to work with 20130807, when i equip weapon, char attacks from hand, (maybe bcoz itemid is high,) so my question is, is there any way to increase the weapon id limit?
  2. D

    Item Compare

    Dont know if it works or not, but the newer client have a checkbox on inventory tab for item compare feature. Any ideas for how it work? I have no idea if its supported in hercules bcoz of some comments in the forum, i think its supported. Any help?
  3. D

    ASCII cutin and other doubt.

    I was comparing rAthena and Hercules NPC, and I found following Difference 1) Cutin  cutin "°í½ºÆ®¸µÄ«µå",4;    <--- Hercules  cutin "°í½ºÆ®¸µÄ«µå",4; // Ghostring Card  <--- rAthena Does Hercules processing of ascii code different? its little bit confusing.   2)payg_cas02...
  4. D

    What this checks?

    int run_func(struct script_state *st){ struct script_data* data; int i,start_sp,end_sp,func; end_sp = st->stack->sp;// position after the last argument for( i = end_sp-1; i > 0 ; --i ) if( st->stack->stack_data[i].type == C_ARG ) break; if( i == 0 ) {...
  5. D

    [RELEASE]Kagerou Oboro Job Change Quest[iRO Based]

    The Project is 100% Done[The Quest is 100% usable(Tested it Myself)]. Project Link: https://github.com/M45T3Ryu/KO-Proyect/tree/beta (updating the bugs here first) ToDo: Revising All NPC'S[Phase 5/5].(Done at 19th November 18:00 GMT+5:30) People Working on the Project: 1)Me(Dastgir Pojee)...
  6. D

    4Slotted Weapon,2Slotted Shield

    For those who want to make All Equips 4 Slots but cannot find a new item_db file , Here's a RegEx trick to do it. Open Notepad++ , open item_db.txt(whichever file in which you want to make all equips 4 slots) Open "Find Dialog Box"(CTRL+H), Select Search mode as Regular Expression. and in...
  7. D

    Extended Vending System v1.8.1

    File Name: Extended Vending System v1.8.1 File Submitter: dastgirpojee File Submitted: 16 May 2013 File Category: Source Modifications Original topic and code here: http://ea-support.ru/index.php?/topic/525-vending-za-ljuboi-lut/page__p__5382"]link[/url] Idea...
  8. D

    Extended Vending System v1.8.1 v1.8.1

    Original topic and code here: link Idea: link rAthena: link You can enable or disable the cash / item in file db/item_vending.txt Vending title can be looks like: "[ITEM_ID] name" Modify your client data files:   idnum2itemdisplaynametable.txt idnum2itemresnametable.txt Enjoy. New...
  9. D

    Special Shop

    File Name: Special Shop File Submitter: Dastgir File Submitted: 15 May 2013 File Category: Source Modifications As Per This Topic: http://herc.ws/board/topic/3204-special-shop/#entry21298 Example of usage: For using ItemID x for buying Items <map...
  10. D

    Special Shop 1.2

    As Per This Topic: http://herc.ws/board/topic/3204-special-shop/#entry21298 Example of usage: For using ItemID x for buying Items <map name>,<x>,<y>,<facing> itemshop <npc name> <spriteid>,<item_id><itemid>:<amount>,..... This shop will use item id mentioned in the NPC. For Using...
  11. D

    kRO/iRO Patch Files (ftp)

    Hello, Since I haven't seen this topic in Hercules, I am posting This. This is Patch site of kRO: ftp://ragnarok.nowcdn.co.kr:20021/Patch  No Login Required. About iRO, I have seen it nowhere around all the boards of emulator.... Here is iRO patch site: ftp://patch2.playragnarok.com/patch...
  12. D

    Some Compiling Errors.

    1&gt;status.c(6248): error C2039: 'pc_luk_sc_def' : is not a member of 'Battle_Config' 1&gt; battle.h(84) : see declaration of 'Battle_Config'    sc_def += (battle_config.pc_max_sc_def - sc_def)* status-&gt;luk/battle_config.pc_luk_sc_def; else 1&gt;status.c(6264): error C2039...
  13. D

    SQL Taking Too much Traffic.

    Check the image i attached, its almost 20-38MiB per 2-3 seconds, and that too with no players, no mods. Latest SVN. I don't guess this should be normal. Also you can see its too many connections. untitled2.bmp
  14. D

    Ragnarok Online Hosting, Affordable And Reliable.

    RO Hosting, offers high speed Ragnarok Hosting Solutions. Fully manageable, 99.9% uptime, We are also provide Webhost that situated at Asia to give High-Speed to Asia users. We can give you something that will fit your needs. You will love hosting with us, As we offer so much! Linux! Main...
  15. D

    Infinity Loop

    prontera,141,168,5 shop CustomShop948,501:50 - script CustomShop -1,{OnInit:npcshopdelitem "CustomShop",501;for (.i = 22000; .i &lt;= 23030; .i = .i+1){ npcshopadditem "CustomShop",.i,rand(10000000,20000000);}end;}  Why this have Infinity Loop Error?
  16. D

    Arabic Support

    I want to know how to put arabic support for client 2012-04-10 I tried with langtype 19,10 servicetype uae,korea with various combination. Any Help?
Back
Top