Jump to content

Zirius

Members
  • Content Count

    261
  • Joined

  • Last visited

Everything posted by Zirius

  1. Hello! i am starting to script, though there is @set command, I just want to be more precised, how are the variables stored? if it is char variable, will it go to the char table? because i cannot see it. same for account variables? Hope somebody can help. Thanks.
  2. Is it just me? But I remember years before, when a character is facing say 6 oclock, and got warped, his facing direction will remain? I noticed it on Training Grounds, when NPCs will warp you to the same map, I feel like my character is a robot if his head keeps looking forward. LOL.
  3. Great. pre-RE items_db doesn't have 12622. Thanks man!
  4. Hello! I'd been searching about the new mounts implementation at Hercules, but all I can see is it was fixed, But cannot really see the reins of mount in item_db, so I'm asking how do you guys implement it. thanks!
  5. Hello! I diffed my client via NEMO Patcher, and it works great, but it seems to have some limitations ??? The minimum zoom out diffed is 50%, which is way tooo far for me. Is there a way to enable only up to 25% Can somebody lead me to hex of it? And I restored the old level 99 auras, it works great. But the problem is Monsters with lvl 99+ has also Auras. Nemo doesn't have option for that. How can I only allow auras to level 99? Btw, at server-side, I tried: But that did not help. LOL. Thanks!
  6. Had the same problem, I uploaded mob_db.sql to my database. +-----------------------+| Tables_in_hercules |+-----------------------+| acc_reg_num_db || acc_reg_str_db || account_data || auction || autotrade_data || autotrade_merchants || cart_inventory || char || char_reg_num_db || char_reg_str_db || charlog || cp_banlog || cp_charprefs || cp_createlog || cp_credits || cp_emailchange || cp_ipbanlog || cp_itemshop || cp_loginlog || cp_loginprefs || cp_pwchange || cp_redeemlog || cp_resetpass || cp_trusted || cp_txnlog || cp_xferlog || elemental || friends || global_acc_reg_num_db || global_acc_reg_str_db || guild || guild_alliance || guild_castle || guild_expulsion || guild_member || guild_position || guild_skill || guild_storage || homunculus || hotkey || interlog || interreg || inventory || ipbanlist || login || mail || mapreg || memo || mercenary || mercenary_owner || mob_db <~~~~~~~~~~~~~~~~~~~~ || npc_market_data || party || pet || quest || ragsrvinfo || sc_data || skill || skill_homunculus || sql_updates || sstatus || storage |+-----------------------+62 rows in set (0.00 sec)EDIT. also need to upload item_db.sql Thanks!
  7. found out one of the ways to do that is "crontab". But yeah, still resorted out to manual path configuration though.
  8. Thanks, how do you run map_cache at linux? They're in those 2 files, but it has 1 index, what does it mean?
  9. Its always that semi-colon. LOL. Anyways for those who want to have minutely broadcaster at their server here is a fixed version: - script News -1,{OnInit: set .Time,10; // Announce every x Minutes. setarray .News$[0], // Message to be Announced "MSG 1", "MSG 2", "MSG 3", "MSG 4"; set (.msgs, getarraysize(.News$)); set .NewsID,0;OnTimer60000: initnpctimer; set .Counter, .Counter + 1; if (.Counter >= .Time) { announce .News$[.NewsID], bc_all; set .Counter, 0; set .NewsID, .NewsID +1 ; if (.NewsID == getarraysize(.News$)) { set .NewsID,0; } }} Current setting broadcast every 10 mins. Goodluck!
  10. try: If you are a novice, and you applied job change to all guild, then finish only 1 quest, all the other quest was not deleted. Same problem i think?
  11. what will happen if the inventory is full? you have a weapon with 4 cards slotted, the weapon expired, you gain 4 cards, 1 card goes to inventory, what happens to the 3 cards? EDIT: Seems like they go to the storage. LOL.
  12. Hello! I am very worried, my server is returning this everytime I stop the server and start it again: [Fatal Error]: map_setipport : received info that this map-server SHOULD have map 'alb_ship', but it is not loaded. What does it mean? Thanks!
  13. Hello! I modified this script: http://rathena.org/board/topic/62184-can-someone-help-me-with-auto-broadcast-script/#entry119609 to work on Hercules, and instead of random, it would announce messages in order by array, here is what I manage to have: - script News -1,{OnInit: set .Time,1; // Announce every x Minutes. setarray .News$[0], // Message to be Announced "MSG 1", "MSG 2", "MSG 3", "MSG 4", set (.msgs, getarraysize(.News$)); set .NewsID,0;OnTimer5000: //for dev ~zirius//OnTimer60000: initnpctimer; set .Counter, .Counter + 1; if (.Counter >= .Time) { announce .News$[.NewsID], bc_all; set .Counter, 0; set .NewsID, .NewsID +1 ; if (.NewsID == getarraysize(.News$)) { set .NewsID,0; } }} I fast track the time btw, the order of announcing the messages works great, but after the last message it announce "0", so there must be memory leak/loop bug, hope somebody can help me fix it. Thanks! P.S. Btw, how can I change broadcast color? LOL. thanks!
  14. yes thanks man! To heads up everybody, always have backup for your "map_cache.dat", lazy me runs dos2unix recursively (which is fastest way to fix), then I'll just re upload my windows map_cache.dat. (or just don't dos2unix the map_cache.dat) Anyways, what are the only files I needed to run dos2unix to be able to compile? Thanks!
  15. I just wanna say to everybody, choose a 2 digit ping return. I am very happy with my new host, my ping ranges from 70~100ms, even only at 512MB, it works very smooth. /sit spam LOL.
  16. Sorry, I need to brush up my unix skills, running dos2unix recursively solves my problem. The "dos2unix" optional install at wiki gave me hint. LOL.
  17. hello! I uploaded my hercules from windows environment to my linux server, and it is saying: "-bash: ./configure: /bin/sh^M: bad interpreter: No such file or directory" but I'm pretty sure I have the configure file in my server and I am IN the current directory and I have the full permission to run the configure. [xxxx-server@xxxx~]$ lsbranches trunk[xxxx-server@xxxx~]$ cd trunk[xxxx-server@xxxx trunk]$ ./configure-bash: ./configure: /bin/sh^M: bad interpreter: No such file or directory I am suspecting the transfer from windows environment to linux environment. This is my 3rd try to set it up. The first time, I uploaded directly from my computer, run the configure and failed. Second time, I get Hercules via SVN, configure runs smooth, so... (Third time), I uploaded my hercules (overwriting), running configure fails. Please help. Thanks!
  18. Hello! I've been spending lots of time trying to remove the pink stuff at my src_logo.bmp at the sides of my images. I am using adobe photoshop, the transparency is working just this pink residue. Can somebody please link me to that guide? Thanks!
  19. yeah, that's what i do. still works on old client, never tried on the newer ones. Tried this in my current server it says foul word detected. Don't know why. LOL.
  20. Just open the original file through Notepad Ctrl + H (replace) Find: GetCastleData Replace: getcastledata Click Replace ALL Done.
  21. Yes, but I thought they told me that doing that would make Hercules run as root? LOL. So I resort to just Make Hercules as service executed by non-root
  22. As far as I can remember this is how I do these char names: 1. Open Notepad 2. Hit "Enter" 3 times, type any single letter 3. Ctrl+A, Ctrl+C 4. Go to character creation: Name -> Paste Voila. It works on old clients, but not on new ones I think?
  23. yes, that's why maybe I better ask: "Autostart Hercules as non-root"
  24. I suggest to undo. What i did is that I renamed the original "default" to something "default_" Then I uploaded my desired theme's folder then rename its folder to "default" This way, my desired theme will be automatically my flux cp's default design.
×
×
  • Create New...

Important Information

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