Jump to content

imbadudelz

Members
  • Content Count

    24
  • Joined

  • Last visited


Reputation Activity

  1. Like
    imbadudelz reacted to cookie-rae in Best Web Hosting for my patcher.   
    namecheap it is good tho. you can rent to them like 2$ per month.
  2. Like
    imbadudelz reacted to Functor in How to run my server under gdb   
    You should read about "screen". You can start login and char servers with "screen".
     
  3. Like
    imbadudelz reacted to 4144 in Permission Denied   
    your issue is windows. You copy files from windows probably by ftp, and all file permissions was removed.
    Better way is clone from git on linux.
    Other fix option is run command
    chmod +x configure chmod +x config.status   and may be same command for other files
  4. Like
    imbadudelz reacted to cookie-rae in Hosting   
    yes it should be different. webhosting and your server to less stress for the load of process. if you having a hard time to fix it you can contact me thru supports.
  5. Like
    imbadudelz reacted to cookie-rae in Hosting   
    You need to host it on your website no need to pay for another host.
  6. Upvote
    imbadudelz reacted to bWolfie in View ID   
    Last view id is 1864 but could be more. (https://github.com/zackdreaver/ROenglishRE/blob/master/Ragnarok/data/luafiles514/lua files/datainfo/accessoryid.lub)
    Maybe start at 2200 to allow for new sprites. I have had some issues with view ids above 3000. Maybe it was 4000, I forgot. I just remember once I got to a certain point, the client would just crash.
  7. Upvote
    imbadudelz reacted to bWolfie in counter in pvp mapflag maps   
    I believe if you use mapflag pvp_nocalcrank i forget the exact name of it but it's something like that
  8. Upvote
    imbadudelz reacted to AnnieRuru in counter in pvp mapflag maps   
    its not change, but having both
    prontera mapflag pvp prontera mapflag pvp_nocalcrank  
  9. Upvote
    imbadudelz got a reaction from bWolfie in [Guide] Mapcache Generation 2018   
    I fixed it Myriad.
    I extracted all the izlude maps in data.grf. I moved it to my data folder. Then I ran
    map-server.exe --load-plugin mapcache --map izlude map-server.exe --load-plugin mapcache --map izlude_a map-server.exe --load-plugin mapcache --map izlude_b map-server.exe --load-plugin mapcache --map izlude_c map-server.exe --load-plugin mapcache --map izlude_d map-server.exe --load-plugin mapcache --map izlude_in The unwalkable areas of izlude map are now fixed. Thank you.
  10. Upvote
    imbadudelz reacted to bWolfie in [Guide] Mapcache Generation 2018   
    Once you get used to it, the new way is far easier. Consider that most of us are running Hercules on Linux, which means we don't face the issues people running local servers on their Windows do (in terms of mapcache).
    A tl;dr guide is
    - Make the 'mapcache' plugin.
    - With the izlude map files you want to use in your /data/ folder, run:
    Linux
    ./map-server --load-plugin mapcache --map izlude Windows
    map-server.exe --load-plugin mapcache --map izlude  
    The errors from those screenshots are happening because that person rebuilt their entire cache without having the required files that resnametable.txt was looking for.
    E.g. you ran ./map-server --load-plugin mapcache --rebuild-mapcache 
    But you didn't have all the map files you needed in the /data/ folder or your GRFs.
    In this screenshot: https://prnt.sc/m4ep8n - pvp_y_1-4 is based on alberta, so you would need all the alberta map files when mapcache is being rebuilt.
    I should probably update that you shouldn't run the rebuild-mapcache option unless it's really necessary.
  11. Upvote
    imbadudelz reacted to PROrabbit in [Guide] Mapcache Generation 2018   
    Hello.
    I rebuilt mapcache (using mvs plugin guide) so my custom map works fine
    But in result of this mapcache rebuilding some errors started to pop up: 
    when rebuild - http://prntscr.com/m4ep8n
    when start server - http://prntscr.com/m4epz5
    I also had an error about not having poring_c01/poring_c02 maps (so I downloaded them from some link on the forum).
    If I delete this pvp-* map entries from map_index and maps.conf I get this error - http://prntscr.com/m4euii
    Where can I download maps needed? Or have I done something wrong here?
    Using latest kRO data folder + 2015-10-29aRagexeRE + Hercules v2018.12.16
    kRO client is up to date but has no files for these maps - only for *-2 (http://prntscr.com/m4emt9).
    Thx
  12. Upvote
    imbadudelz got a reaction from hercules newbie in [Release] babbs event scripts   
    Description:   A collection of events I made 6 years ago (2011) on my server. I was using eAthena server files when I made these scripts. I'm not sure if it's compatible with Hercules' server files. Some servers are still using some of these scripts and I think they're using new emulators like rAthena or Hercules.   I just want to share these scripts to everyone.   I don't know anything about programming when I made these scripts so the code is quite ugly. I did not even use functions lol.   Players on my server really enjoyed Stop the Clock and Guess the Word event.   I can't answer any questions regarding these scripts. I can't even remember the codes I've written here.   Events: Stop the Clock event Guess the Word event Run for your Life event Monster Hunt event - The last boss in Monster Hunt is a custom mob. Change it into whatever you want to avoid errors.
    True or False event Lucky Box Event Poring Punch event Poring Catcher event Racing event MVP event Last Man Standing event (pvp) Free for All event (pvp) Soccer Ball event Treasure Box event  
    NPC: Prize Giver npc - Download the sql script in the link below. Load and execute it on your database (phpMyAdmin / MySQL Workbench). It will create a table used by the Prize Giver npc. It won't work without this table.
    Event Manager npc Event Warper npc Time Play npc Bubble Gum npc (copied the bubble gum quest in VanRO)  
    Note: The prize of some events, especially the automated events, is a custom item. Change it into whatever you want to avoid errors. babbs-event-scripts.rar
    prize-giver-sql-script.rar
  13. Upvote
    imbadudelz reacted to Mystery in [Release] babbs event scripts   
    Thanks for the share. Though, since they are outdated, don't think they will work 100% with Hercules. People will need to make some adjustments to the script! But overall, thanks for the release.
  14. Upvote
    imbadudelz reacted to Legend in [Release] babbs event scripts   
    Thumbs up! Thanks for sharing 
  15. Upvote
    imbadudelz got a reaction from Mystery in [Release] babbs event scripts   
    Description:   A collection of events I made 6 years ago (2011) on my server. I was using eAthena server files when I made these scripts. I'm not sure if it's compatible with Hercules' server files. Some servers are still using some of these scripts and I think they're using new emulators like rAthena or Hercules.   I just want to share these scripts to everyone.   I don't know anything about programming when I made these scripts so the code is quite ugly. I did not even use functions lol.   Players on my server really enjoyed Stop the Clock and Guess the Word event.   I can't answer any questions regarding these scripts. I can't even remember the codes I've written here.   Events: Stop the Clock event Guess the Word event Run for your Life event Monster Hunt event - The last boss in Monster Hunt is a custom mob. Change it into whatever you want to avoid errors.
    True or False event Lucky Box Event Poring Punch event Poring Catcher event Racing event MVP event Last Man Standing event (pvp) Free for All event (pvp) Soccer Ball event Treasure Box event  
    NPC: Prize Giver npc - Download the sql script in the link below. Load and execute it on your database (phpMyAdmin / MySQL Workbench). It will create a table used by the Prize Giver npc. It won't work without this table.
    Event Manager npc Event Warper npc Time Play npc Bubble Gum npc (copied the bubble gum quest in VanRO)  
    Note: The prize of some events, especially the automated events, is a custom item. Change it into whatever you want to avoid errors. babbs-event-scripts.rar
    prize-giver-sql-script.rar
  16. Upvote
    imbadudelz got a reaction from Legend in [Release] babbs event scripts   
    Description:   A collection of events I made 6 years ago (2011) on my server. I was using eAthena server files when I made these scripts. I'm not sure if it's compatible with Hercules' server files. Some servers are still using some of these scripts and I think they're using new emulators like rAthena or Hercules.   I just want to share these scripts to everyone.   I don't know anything about programming when I made these scripts so the code is quite ugly. I did not even use functions lol.   Players on my server really enjoyed Stop the Clock and Guess the Word event.   I can't answer any questions regarding these scripts. I can't even remember the codes I've written here.   Events: Stop the Clock event Guess the Word event Run for your Life event Monster Hunt event - The last boss in Monster Hunt is a custom mob. Change it into whatever you want to avoid errors.
    True or False event Lucky Box Event Poring Punch event Poring Catcher event Racing event MVP event Last Man Standing event (pvp) Free for All event (pvp) Soccer Ball event Treasure Box event  
    NPC: Prize Giver npc - Download the sql script in the link below. Load and execute it on your database (phpMyAdmin / MySQL Workbench). It will create a table used by the Prize Giver npc. It won't work without this table.
    Event Manager npc Event Warper npc Time Play npc Bubble Gum npc (copied the bubble gum quest in VanRO)  
    Note: The prize of some events, especially the automated events, is a custom item. Change it into whatever you want to avoid errors. babbs-event-scripts.rar
    prize-giver-sql-script.rar
×
×
  • Create New...

Important Information

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