Jump to content

Skyline

Members
  • Content Count

    149
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Skyline

  1. I have the same problem, could u tell me how did u solve it, please?? I just followed the directions again and compiled it.
  2. What do I need to do? Open your hercules folder, goto src/common/ then open mmo.h using sublime text or notepad++. Then edit that line, define PACKETVER 20120410 << to the client version that you will use.
  3. I may be new to the private server world but I have lots of respect and admiration for the legendary dev, Ind. ALL HAIL! #SeeYouAgain
  4. Because funding is not required xD.It's just my busy time this project progress is slow.. No no no I shall fund thy coffee.
  5. Y ARE WE NOT FUNDING THIS? Gonna fund u soon. <3
  6. what is the total stats point i can get?i meet all the 5times normal and 1 time master? is 300*5+200 or 300*5+200+300*5 for loop of rebirth sorry for noob question.im confused with this script. the script is very nice..thnx for this +1 for you sir It depends on .StatusN = 300; //Status Point to Give at Every Normal Rebirth. .StatusM = (.StatusN * .MasterRebirth) + 200; //Status Point to Give at Every Master Rebirth. (Don't Change initial part) If that's unaltered. and if you did 5 normal and 1 master, then your status point = ( ( ( 300*5 )+200 )*1 ) + ( 300 * 5) = 3200 Status Points Script Updated to v1.3 now can rebirth any job by setting setarray .add_jobs[0],Job_Gunslinger, //Additional Jobs, who can rebirth Job_Soul_Linker, Job_Star_Gladiator, Job_Taekwon; @@Skyline xD *Kneels* Thanks for this Master Dastgir!
  7. easy, setup a really shit server and have no clue about what you are doing, then you are destined for 2000 players.but be careful, any kind of professionalism in your setup, you are lucky to get 200 players good luck This is so true in so many levels. Like when I opened my server just this March for example, I had like 60 players the first day, when I enabled the antiWPE and other security features we went down to 30.
  8. I have the same problem too. 20140205
  9. So if I wanted an effect like I'm only immunte to dispell. How do I do it? I tried looking at the item bonus doc, but couldn't find it. Anyone can put me in the right track?
  10. This is great. Thanks Aeromesi.
  11. Check first the accessoryid.lua in data folder >> luafiles >> datainfo Scroll down to the bottom and look for the last view id then start from there. Keep in mind that Item ID is different from the view ID. I used this as reference. http://herc.ws/wiki/Custom_Items Good luck
  12. Yeah that was my default parameter but still doesn't work.
  13. you can do it yourself depending upon your site.just make site query the server's sql, and get value of the required variables and char_id from char_reg_num_db, once you have char id , get its name from char table and output the name and value table. (Sorry, on mobile now..) Hey Dastgir, how about rebirthing trans classes? like gunslinger, soul linker, star gladiator? What about it? I believe it works for any class. It doesn't work on Gunslingers, Soul Linker and Star Gladiators. This is my setup, what do you think should I change?
  14. So I'm uhh using Dastgir's Rebirth System http://herc.ws/board/topic/5191-rebirth-system/ Just found out that it can't rebirth the above mentioned classes. Anyone that can lead me to the right track? Or what should I add or modify?
  15. Oh and the plugins are working now! Thanks master mhalicot!
  16. you can do it yourself depending upon your site.just make site query the server's sql, and get value of the required variables and char_id from char_reg_num_db, once you have char id , get its name from char table and output the name and value table. (Sorry, on mobile now..) Hey Dastgir, how about rebirthing trans classes? like gunslinger, soul linker, star gladiator?
  17. Okay update:after this incident, I decided to work on it on my local machine. It was working 100% fine, but when I migrated it to the host the error above appeared again. This is frustrating, there's no error, it says my map server is online. I'm in a complete wall block. I rarely post since I wanted to try and solve things on my own, but this just got on my nerves. (again) I need help. Show all 3 console output when you experience that error while connecting Hi master dastgir, its all good now. I fixed by re-doing all the conf files and proper recompile. Sadly, the plugins won't work on my online hercules(ubuntu). But it works fine on my local. But the issue at hand is fixed. Thanks!
  18. Okay update: after this incident, I decided to work on it on my local machine. It was working 100% fine, but when I migrated it to the host the error above appeared again. This is frustrating, there's no error, it says my map server is online. I'm in a complete wall block. I rarely post since I wanted to try and solve things on my own, but this just got on my nerves. (again) I need help.
  19. Update your grf or check if your items have proper resname Ok that did it, but all my items are now korean. EDIT: Solved it by hexing my client to read lua first before lub. Thanks Dastgir
×
×
  • Create New...

Important Information

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