Jump to content

SkyDragon

Members
  • Posts

    28
  • Joined

  • Last visited

Everything posted by SkyDragon

  1. No idea how to solve this....
  2. That is the char_del_delay.... I have tried 0, 1, 60, nothing works, haha.
  3. @Mael I'm using an old client, 20141022... I tried all options from char-conf....tried e-mail, e-mail and birthday date....changed the deletion time to 0, and others....nothing seems to work.
  4. I know that there are too many topics about this same subject, but in my case I am not even being able to type the E-mail or birthday date to delete the character. After I click on "delete" the char simply "sit down" showing the deletion date (01/01 08:00) in red color...It's the same date and hour no matter which day I try to delete it. Is this related to lang type or something else that is not in char_conf? Thank you...
  5. As I've said the format and size are correct, 24x24, bmp 24bits. I've searched before posting this topic. I'm aware of what you've said above. Let me see if I can explain this better: I was using another emulator, the emblems were all working fine, then I decided to move to rA, so I did a complete backup of my old emulator database (accounts, items, etc) and I did a manual migration to rA, everything is working fine except for the emblems now, although they show up on fluxcp but not inside game.
  6. Hello there, @update I was using another emulator, the emblems were all working fine, then I decided to move to rA, so I did a complete backup of my old emulator database (accounts, items, etc) and I did a manual migration to rA, everything is working fine except for the emblems now, although they show up on fluxcp but not inside game. I'm not sure why but any of the players are being able to use a guild emblem. The format and size is correct but after they select the emblem it simply does not appear. Does anybody know what it might be the problem and how to fix it? Thank you in advance.
  7. No, renewal is disabled. item_db: 30010,name_change,Ticket Name Change,11,5000,,30,,,,,0xFFFFFFFF,63,2,,,,,,{ callfunc "Name_Change"; },{},{}
  8. Hello there, I am trying to use a custom item (ticket) so the players can use it to change their names inside the game, but the ticket is not working properly. Can anyone help me to fix it? Link: https://pastebin.com/BgSPz65s item_db: 30010,name_change,Ticket Name Change,11,5000,,30,,,,,0xFFFFFFFF,63,2,,,,,,{ callfunc "Name_Change"; },{},{} Error: [Error]: script:run_script_main: infinity loop ! [Debug]: Source (NPC): FAKE_NPC (invisible/not on a map) Thanks in advance!
  9. I am lucky to have found Haziel. Got a really good deal, paid half before and half after the work was done. He works pretty fast, faster than I have expected, and he always keep giving me updates. This kind of work you do is really amazing, something unique that only one who has passion and great skills can do. You're very professional, friendly, and patience I must say. I am glad that you accepted the job and I am very satisfied. I am sure we are going to have more projects from now on. ? Wish you all the best! ?
  10. @edit Nevermind, just asked on Discord and Normynator told me to use screen to run each server or by run each server in separate ssh session. It worked. Hi there, I've searched, followed tutorials in this forum and also from rA wiki but I still can't use GDB... gdb map-server run After that command my map-server starts but it appears an error...I get this error if I try to run only login-server or only char-server or only map-server... [Error]: make_connection: connect failed (socket #7, error 111: Connection refused)!
  11. Does it work for old rA versions? (2016, 2017).
  12. Nevermind, I've just changed my rA emulator to an older version. Thanks anyways.
  13. @Edit Working for VIP players, but not for admins. Guess it's fine... I believe the Max Char Vip Slots for client 2014-10-22 is not working. I've tried to apply this patch but is also not working: https://github.com/rathena/rathena/issues/628 The only thing that changed after I applied the patch is that those "Billing Services" Slots changed to "Premium Service". core.h #define MIN_CHARS 12 // Default number of characters per account. #define MAX_CHAR_VIP 6 // This must be less than MAX_CHARS mmo.h #define MAX_CHARS 18 I've tried only with admin account though.
  14. It's many warnings saying the classes does not have a job exp table...
  15. OVH VPS and Public Cloud are two different things. If your main purpose is only to do tests then I'd recommend VPS SSD, it's the cheapest and it can work very well to do tests. Public Cloud: You will find preinstalled or “as-a-service” solutions, with flexible, pay-as-you-go billing, so you can focus on your projects. VPS SSD: This VPS is hosted on a single dedicated server that is not cloud-based when the dedicated server will go down then all VPS will go down with that server. VPS CLOUD: VPS cloud is hosted on the group of dedicated servers rather than a single server in the event of server failure all VPS hosted on that server will isolate to other dedicated servers without any downtime of data loss. These VPS are also scalable whenever you need more CPU, ram with the click of the mouse you can increase resources. VPS Cloud RAM: VPS cloud Ram is also cloud-based, features are same as VPS cloud. However, VPS cloud ram comes with more ram than other VPS.
  16. @Emistry I guess we're all getting error when trying to compile the files "script" and "scrip_def" on src/custom folder.
  17. I guess you have checked only the first link, the second link is here https://pastebin.com/BS4cjM0r
  18. Thanks for the reply. Actually I think rA emulator generates the import folder automatically (in any case my db folder already have "import" folder and "import-tmpl" folder. I have tried to edit directly into db/pre-re/job_exp.txt file, it did not work ONLY for the Job base level 255. Also tried editing only on db/import/job_exp.txt and it did not work for the Job level... I'm not sure why it's working for the Base 999 but not working for the Job 255. One question, does it matter if I add or not "999999999" at the end of each Base and Job exp line? I've noticed that old emulators does not have the "999999999" in the end. I'm only trying to edit Job 255 for the classes bellow, but not matter what I try to add it does not work. //Job - Adv Second Classes //Job - Ninja/Gunslinger //Job - Star Gladiator //Job - Super Novice & Baby Super Novice Here's my job_exp.txt edited only for Base level 999 (it's working). https://pastebin.com/0AQ7d1X1 Here's my job_exp.txt with Base level 999 and Job Level 255, but job level does not work and I get errors and warnings on the map-server. I've copied the exp from db/import/job_exp.txt pre-re job exp...I've put all same for all of them, not sure if it is correct though cause I noticed that each of them have different exp... https://pastebin.com/BS4cjM0r
  19. I'm trying to set up Base and Job levels to 999 for a PRE-RE server, but seems that Job is not working when I set to 255. I've checked all the topics about this, and on db/import there is Base 1000 and job maximum level is set to 255 but it's not working, after I set job level as 255 I get many warnings saying that many classes does not have the exp table...
  20. @ update solved, I just did not use the shops in the end, this way the items don't get duplicated. @spawnn Not sure why but it's showing duplicate of all items on each npc. The strange thing is that in my localhost is normal, but in the host server is duplicating all items, one normal and one item with discount price (for all characters classes). I found out that loading the npc manually by using @loadnpc the items being sold in the shops do not get duplicated, but if I set the script to be loaded using script_custom.conf all the items on those shops get duplicated. In the map-server I get warnings saying that the items are being sold for free (but they are not since it's a quest shop), and if I set the price to 10 or some small amount it says Item xxx [IDhere] discounted buying price (1->0) is less than overcharged selling price (5->6) in file 'npc/custom/quests/quest_shop.txt' Is there an easy way to solve this or I will have to make Emistry Patch to disable discount on that map and items?
  21. That was too easy. I feel embarrassed, haha. Thank you @spawnn
  22. Hello, I would like to know if there's a way to remove the categories from the Euphy's Quest Shop script (npc/custom/quests/quest_shop.txt). This way when the user clicks on the npc it will directly show the items available to "Purchase". Thanks in advance.
  23. This scrip does not work on my emulator, because I'm using Old Emulator... Anyone could edit this script to work with Old Emulators? Thank you.
×
×
  • Create New...