Jump to content

astralprojection

Members
  • Content Count

    333
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by astralprojection

  1. same here please help on compiling mysql. Thanks
  2. lol, the patcher was delete by Microsoft Security Essentials. This cant be distributed to the clients, big problem.
  3. wot!!! thank you Litro . I will try this right away.
  4. mes "How much do you buy it?"; input .@price; next; mes "Buying Price: ^FF0000"+.@price+"^000000z"; // sample: if i input: 1000000 // This will display: // Buying Price: 1000000z // How can i make it to this format: // Buying Price: 1m // Buying Price: 1.1m // Buying Price: 600k // Buying Price: 1,000,000z
  5. never mind, this works best for me : https://github.com/HerculesWS/Hercules/pull/330
  6. I got it working, but my problem is it only support up to 3 items. For instance on the list below, "Golden_Bug_Card" will not be included. guild_vs1 mapflag noitem Ghostring_Card Phreeoni_Card Eddga_Card Golden_Bug_Card
  7. i finally got it. wonderful!!!!! will it support multiple items to disable? because i tried, map server wont load "stuck in loading mapflag file" guild_vs1 mapflag noitem 4047, 4134, 4135, 4137, 4138, 4142, 4143, 4144, 4145, 4146, 4147, 4148, 4168, 4276, 4305, 4302, 4318, 4324
  8. It this feature available here? - Disable boss card effect on GVG & PVP maps only. I tried checking on the map_zone_db.conf BUT it will only disable the "USE" of items but not the effect of CARD slot to the armor or weapon. correct me if i am wrong. I'm now at 90% transition from rAthena to Hercules ... i just need some more setting corrected { /* PvP zone is applied to all maps with a pvp mapflag */ name: "PvP" /* changing this name requires MAP_ZONE_PVP_NAME to also be changed in src/map/map.h file */ disabled_skills: { BS_GREED: "PLAYER" CG_HERMODE: "PLAYER" } disabled_items: { Greed_Scroll: true Wing_Of_Fly: true Wing_Of_Butterfly: true } mapflags: ( "nocashshop", ) },
  9. try thishttp://upaste.me/309471 though, not only this script uses older techniques, those custom stuffs are too unoptimized that will be a lot of time needed if I want to rewrite everything from scratch so ... just stick with it Thank you wonderful, i lost that error, but found another one. .. When you select "Reset" it stuck from there and need to character select. I think its the "end;" thing.
  10. i tried to convert, all @autotrade merchant is still vending but without cart. Did i miss something or this is normal?
  11. getting this error: [Error]: chat_createnpcchat: npc 'Red side#bg_emp' already has a chatroom, cannot create new one!
×
×
  • Create New...

Important Information

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