Jump to content

Meister

Members
  • Posts

    841
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Meister

  1. I see, Gravity added an another Hackshield related function in the initialization path. Even for the clients I stated. Oh is it still possible? WIll you update it?
  2. Wow! Thanks for this! 2012-07-16 it doesn't work.. hackshield. Getting error after changing its name.. Where can I download a fresh WDGDisableHShield.dll ?
  3. I found it weird that in my desktop windows machine. The error is not spitting out. .. this is related to this topic.. http://rathena.org/board/topic/81819-how-to-fix-this/ .. Attached are my compilations using desktop windows machine and my virtual centos5.. Both are compiled in pre-renewal. But the weird part is that on my vmachine it spits out the error as for my windows it doesnt. is this related to this code? uint64 itemdb_unique_id(int8 flag, int64 value) { static uint64 item_uid = 0; if(flag) { if(flag == 1) { if(item_uid < value) return (item_uid = value); }else if(flag == 2) return (item_uid = value); return item_uid; } return ++item_uid; } int itemdb_uid_load(){ char * uid; if (SQL_ERROR == Sql_Query(mmysql_handle, "SELECT `value` FROM `interreg` WHERE `varname`='unique_id'")) Sql_ShowDebug(mmysql_handle); if( SQL_SUCCESS != Sql_NextRow(mmysql_handle) ) { ShowError("itemdb_uid_load: Unable to fetch unique_id data\n"); Sql_FreeResult(mmysql_handle); return -1; } Sql_GetData(mmysql_handle, 0, &uid, NULL); itemdb_unique_id(1, (uint64)strtoull(uid, NULL, 10)); Sql_FreeResult(mmysql_handle); return 0; }
  4. Wait... What I did was.. I copied the re item_buyingstore since they have same entries but its weird. If configuring it with renewal it doesn't shows up. the error. Only for pre-renewal.. Can someone check this ? Try recompiling to pre-renewal.
  5. @Ai4rei: BTW, the remove hackshield diff doesn't work. Thou it can be applied to Ragexe. The hackshield isn't removed.
  6. [Status]: Done reading '1' entries in 'db/item_avail.txt'. [Status]: Done reading '19' entries in 'db/pre-re/item_noequip.txt'. [Status]: Done reading '1627' entries in 'db/pre-re/item_trade.txt'. [Status]: Done reading '10' entries in 'db/item_delay.txt'. [Status]: Done reading '10' entries in 'db/item_stack.txt'. [Status]: Done reading '1057' entries in 'db/pre-re/item_buyingstore.txt'. [Error]: itemdb_uid_load: Unable to fetch unique_id data [Status]: Done reading '1' entries in 'pre-re/item_cash_db.txt'. [Status]: Done reading '0' entries in 'item_cash_db2.txt'. [Status]: Done reading '1048' entries in 'db/pre-re/skill_db.txt'. [Status]: Done reading '818' entries in 'db/pre-re/skill_require_db.txt'. [Status]: Done reading '774' entries in 'db/pre-re/skill_cast_db.txt'. [Status]: Done reading '38' entries in 'db/pre-re/skill_castnodex_db.txt'. [Status]: Done reading '137' entries in 'db/pre-re/skill_unit_db.txt'. [Status]: Done reading '106' entries in 'db/pre-re/skill_nocast_db.txt'. [Status]: Done reading '263' entries in 'db/produce_db.txt'. Didn't enable uid. Where can I fix this? I hate to see an error or red sign
  7. I've found this in the download section http://rathena.org/board/files/file/7-old-payon-morocc-10/ but no model appears in game. If anyone who has the old models for this map kindly share it thanks! Also, can I request for the old morocc field maps before its destruction.
  8. So the only possible solution is that to use ragexe before themida.. Great! I just can't wait or the multiple grf lol hehehe! @Ai4rei: do you know how to get packet_db entry?
  9. Oh sorry for the misleading title but I need the Ragexe packet_db version.
  10. WDGSkipLicenseScreen: no info, have to figure out how the diff actually worksWDGLoadLUABeforeLUB: ready to release WDGEnableMultipleGRF: ready to release WDGEnable127Hairstyles: Use Enable64kHairStyles WDGAllowMultipleWindows: Does not apply, the client allows multiple windows by default. This version is a themida client. Love to hear that the updated enable multiple grf is ready to release. Thanks! Do you know how to get entry for packet_db ai4rei?
  11. does anyone here knows how to get entry for packt_db?
  12. As the title says, requesting for the packet_db entry of it. Thanks!
  13. Hi. I've see this diff from bRathena. I don't know if its okay to post this here.. http://dev.brathena.org/projects/brathena/repository/revisions/1893 Anyone can make this compatible to rAthena? Also, if yes, can you add the revision wherein if premium, he or she will have + 3 character slots and + storage slot. Thanks!
  14. Let's say for example I have this holy robe.. and.. if.. If equipped in combination with the Holy Stick[1], the effectiveness of your healing skills is increased by 3% per refine on the staff. .. // Also.. If equipped in combination with the Holy Stick[0], and refine is greater to 10 the effectiveness of your healing skills is increased by 20%. Thanks.
  15. Anyone who would like to share their old format of item descript using .txt? Thanks!
  16. Meister

    downrefitem

    Ohhh. Lol. a simple solution by running it 3
  17. HI I've found this http://rathena.org/board/files/file/2448-itemconverter/ .. conver from old .txt to iteminfo.lua.. Is there a converter that is the other way around? from iteminfo.lua to old .txt format? I'm using a 2012-04-17Ragexe and it doesn't iteminfo.lua yet. Thank you. If someone can lead me the way!
  18. not all. some of diff works. How about multiple grf?
  19. @Brynner: does all diff works on that client?
  20. @Ai4rei Thu, 18 Apr 2013 07:17:26 GMT :: 20120417 :: WDGSkipLicenseScreen :: Part 1 :: Failed to find matching data! Thu, 18 Apr 2013 07:17:26 GMT :: 20120417 :: WDGLoadLUABeforeLUB :: Part 1 :: Failed to find matching data! Thu, 18 Apr 2013 07:17:27 GMT :: 20120417 :: WDGEnableMultipleGRF :: Part 1 :: Failed to find matching data! Thu, 18 Apr 2013 07:17:27 GMT :: 20120417 :: WDGEnable127Hairstyles :: Part 1 :: There have to be at least 2 matches! Thu, 18 Apr 2013 07:17:27 GMT :: 20120417 :: WDGAllowMultipleWindows :: Part 1 :: Failed to find matching data! Some of the diff doesn't work to 2012-04-17Ragexe. Can you upate it to work on Ragexe? Thank you!
  21. Meister

    downrefitem

    How to change downrefitem to 3? instead of decreasing the failed refine to 1 to become to 3? is this the one? BUILDIN_FUNC(downrefitem) { int i = -3,num,ep; TBL_PC *sd; num = script_getnum(st,2); sd = script_rid2sd(st); if( sd == NULL ) return 0; if (num > 0 && num <= ARRAYLENGTH(equip)) i = pc_checkequip(sd,equip[num-3]); if(i >= 0) { ep = sd->status.inventory[i].equip; //Logs items, got from (N)PC scripts [Lupus] log_pick_pc(sd, LOG_TYPE_SCRIPT, -1, &sd->status.inventory[i]); sd->status.inventory[i].refine++; pc_unequipitem(sd,i,2); // status calc will happen in pc_equipitem() below clif_refine(sd->fd,2,i,sd->status.inventory[i].refine = sd->status.inventory[i].refine - 2); clif_delitem(sd,i,1,3); //Logs items, got from (N)PC scripts [Lupus] log_pick_pc(sd, LOG_TYPE_SCRIPT, 1, &sd->status.inventory[i]); clif_additem(sd,i,1,0); pc_equipitem(sd,i,ep); clif_misceffect(&sd->bl,2); } return 0; }
  22. I really can't understand anything here. Lol. Hope you can edit this to the one given on the website. Cause I can't understand anything. Thanks!
×
×
  • Create New...