Jump to content

Dark Lunacy

Members
  • Posts

    94
  • Joined

  • Last visited

Everything posted by Dark Lunacy

  1. I need to see a topic that have an issue fix, now i cant see this How can I see this again?
  2. I have the same error. I updated the emulator and the database, but while compiling the script.c gives me errors. I used the command that you provided but no effects... CC script.c script.c: In function ‘script_getitem_randomoption’: script.c:6730:22: warning: cast from pointer to integer of different size [-Wpoi nter-to-int-cast] it->option[i].id = (short)__64BPRTSIZE(get_val2(st,reference_uid(opt_id_id,op ^ script.c:6732:25: warning: cast from pointer to integer of different size [-Wpoi nter-to-int-cast] it->option[i].value = (short)__64BPRTSIZE(get_val2(st,reference_uid(opt_val_i ^ script.c:6734:25: warning: cast from pointer to integer of different size [-Wpoi nter-to-int-cast] it->option[i].param = (char)__64BPRTSIZE(get_val2(st,reference_uid(opt_param_ Im using ubuntu server 16.04, 32 bits.. Please help regards
  3. H,i Just thanks, but this psd is a web site, not a skin for Thor Patcher. Please upload again. Thanks!
  4. If you want the config provided use this values: // Item drop rates (Note 2) // The rate the common items are dropped (Items that are in the ETC tab, besides card) item_rate_common: 1000 item_rate_common_boss: 1000 item_rate_common_mvp: 1000 item_drop_common_min: 1 item_drop_common_max: 10000 // The rate healing items are dropped (items that restore HP or SP) item_rate_heal: 1000 item_rate_heal_boss: 1000 item_rate_heal_mvp: 1000 item_drop_heal_min: 1 item_drop_heal_max: 10000 // The rate at which usable items (in the item tab) other then healing items are dropped. item_rate_use: 1000 item_rate_use_boss: 1000 item_rate_use_mvp: 1000 item_drop_use_min: 1 item_drop_use_max: 10000 // The rate at which equipment is dropped. item_rate_equip: 1000 item_rate_equip_boss: 1000 item_rate_equip_mvp: 1000 item_drop_equip_min: 1 item_drop_equip_max: 10000 // The rate at which cards are dropped item_rate_card: 500 item_rate_card_boss: 500 item_rate_card_mvp: 200 item_drop_card_min: 1 item_drop_card_max: 10000 // The rate adjustment for the MVP items that the MVP gets directly in their inventory // Mode: 0 - official order, 1 - random order, 2 - all items item_rate_mvp: 500 item_drop_mvp_min: 1 item_drop_mvp_max: 10000 item_drop_mvp_mode: 0 // The rate adjustment for card-granted item drops. item_rate_adddrop: 500 item_drop_add_min: 1 item_drop_add_max: 10000 // Rate adjustment for Treasure Box drops (these override all other modifiers) item_rate_treasure: 500 item_drop_treasure_min: 1 item_drop_treasure_max: 10000 ------------- If you have doubts about the penalties of the drop rate in renewal take into consideration this: https://github.com/rathena/rathena/issues/413
  5. Thanks for helping Technoken I did not know they were official characteristics. Regarding the db error, I found these lines in item_db.txt On line 9833 19031,Fallen_Angel_Blessing,Fallen Angel Blessing,4,0,,200,,1,,0,0xFFFFFFFF,63,2,512,,,1,1250,{ bonus2 bAddRace,RC_Angel,5; bonus2 bSubRace,RC_Angel,5; },{},{} On line 9719 18813,New_Wave_Sunglasses,New Wave Sunglasses,4,10,,100,,,,0,0xFFFFFFFF,63,2,512,,30,,856,{ bonus bDelayrate,-10; },{},{} I guess the items should exist. I fixed the error commenting lines 3929 and 3566 in item_package.txt //IG_Majestic_Lucky_Egg,19031,1,1,1,1 // 1x Fallen Angel Blessing //IG_Legend_Hero_Lucky_Egg,18813,1,1,1,1 // 1x New Wave Sunglasses But I'm not sure if it's the best way to fix it. Thanks in advance
  6. I have a problem with the hp. When I die it does at 5%, then, when I die, the HP returns to 50%. It only happens when I'm a novice. In other jobs I die when I have 1 hp, but it marks 0% I have searched for information but I do not find anything, I have reinstalled from 0 the emulator and the sql server, but nothing. I've even reinstalled Ubuntu (16.04 lts - 32 bit). It's strange because 2 months ago I used the same client and I had no problems, but I reinstalled the emulator and I got this problem. I have these errors in the console, but I do not know if it is related to this [Warning]: itemdb_read_group: Non-existant item '19031' [Error]: sv_readdb: Could not process contents of line 3566 of "db/re/item_package.txt". [Warning]: itemdb_read_group: Non-existant item '18813' [Error]: sv_readdb: Could not process contents of line 3929 of "db/re/item_package.txt". thanks for everything
  7. Hi! Thanks for this!! I want to test this on my server, there is another files that i need to install? thanks in advance
  8. En pedir no hay engaño y además dijo gracias...inoportuna tu respuesta.
  9. i followed this guide (JudasBible) but i dont created any database on my webhost (is connected to the vps) and it works perfectly....is this guide outdated?
  10. hi Ive installed flux in a different server (webhost) from the rathena (vps). My question is.... is any difference if flux use the database connected to the vps instead of the webhost database? Ive installed flux but is connected to the vps database and i dont know if that causes more ram comsumption or less perfomance in the vps. I wanna know what is the best option. how flux creates the new accounts in the vps if in the servers.php has been configured to use the webhost database, in case that is the best option? or i have to connect the emulator to the webhost database? my webhost is really a basic and cheap plan, also my vps ( 512 ram, 15 gb ssd, 1 core) please i need help (i dont speak english as well, sorry for that) regards!!!
×
×
  • Create New...