Jump to content

imbadudelz

Members
  • Content Count

    24
  • Joined

  • Last visited

Posts posted by imbadudelz


  1. Quote

    screen -amdS char ./char-server && screen -amdS login ./login-server

    I tried this command but nothing happens, it did not run the char-server and login-server.

    What I'm confused about using GDB is that to run my server under dbg is I have to run this command.

    Quote

    gdb ./map-server

    r

    I tried that but it does not connect my map-server to char and login server because only map-server is running.

    So how can I connect to my server if the char-server and login-server is not running, only the map-server. How can I wait the server crash if I cannot connect?


  2. 17 minutes ago, 4144 said:

    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

    
    chmod +x configure
    chmod +x config.status

      and may be same command for other files

    My server is up and running now. Your solution fixed the problem.


  3. OS: Debian

    I'm installing hercules on my VPS. I followed the instructions on the wiki. I created a new user on the OS of my VPS and logged in that user. I installed all the packages listed on the wiki on my VPS.  The problem is I can't use the command ./configure on my VPS. It says Permission denied. How can I fix this?

    https://imgur.com/45g1Kqz

    I tried the command "sudo ./configure". But it says "command not found".

    However, "sudo mysql" is working.

    I even tried to use "./configure" using root user.

    https://imgur.com/uyyjDZZ


  4. 2 hours ago, hikashin said:

    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.

    Thank you for answering my question sir. Ok I will contact you if I can't fix it.


  5. 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.


  6. Myriad, I have successfully used this

    map-server.exe --load-plugin mapcache --map izlude

    but it did not fix the unwalkable areas on izlude map. Also, I have error in reading the data.grf on my RO folder. I have successfully configured the conf/grf-files.txt

    https://imgur.com/a/YkR8Mc6

    When I use

    map-server --load-plugin mapcache --rebuild-mapcache

    It fixes the izlude map but there are hundreds of errors on my map-server after executing it.


  7. On 1/8/2019 at 5:37 PM, PROrabbit said:

    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

    I have the same errors.

    This new way of adding custom maps is so hard, maybe i'll change my emulator to rathena because of this.

    I just want to fix the unwalkable areas in izlude map but I have to do all this just to fix it.

    Why did they change the old way, it's so easy compared to the new way of adding custom maps.


  8. 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.