Jump to content

Mhalicot

Community Contributors
  • Content Count

    1971
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Mhalicot

  1. I believe na mali ang na set mo.. kung rate naman pala ang hinahanap mo edi dapat bonus bVariableCastrate,x; Increases variable cast time of all skills by x%. ang ginamit mo hindi bonus bVariableCast,x; magkaiba po yang dalawang yan read the description above.
  2. depende kasi eh, pag plain lang yung item color black lang talaga sya, pero kapag naman kunwari may enchant na or itembound yung items, mag iiba talaga yung kulay nya. eto isa sa mga example
  3. check mo sa yourData.grf mo hanapin mo po yung cardprefixnametable.txt
  4. anung ibig mong sabihin? pwede po patingin ng screenshot?
  5. anu ba talaga gusto mo mangyari? mawawala yung cast?
  6. Okay para mas malinaw sayo eto ang mga description nyan. bonus bFixedCastrate,x; Increases fixed cast time of all skills by x%.bonus bVariableCastrate,x; Increases variable cast time of all skills by x%.bonus bFixedCast,x; Increases fixed cast time of all skills by x milliseconds;bonus bVariableCast,x; Increases variable cast time of all skills by x milliseconds; Naka disable naman po.. Siguraduhin mo pong nag recompile ka,
  7. Disable mo po yung renewal cast sa renewal.h mo /// renewal cast time/// (disable by commenting the line)////// leave this line to enable renewal casting time algorithms/// cast time is decreased by DEX * 2 + INT while 20% of the cast time is not reduced by stats./// example:/// on a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a/// "fixed cast time" which can only be reduced by specialist items and skills#define RENEWAL_CAST //<-- change to //#define RENWAL_CAST to disable
  8. wala pa sa vending system pero meron naman npc na nakakapg benta gamit cash. out dated na ata yang kinuha mong files kaya madaming error.
  9. eto yung support discussion, try mo po basahin muna baka makatulong http://herc.ws/board/topic/759-extended-vending-system-v181/
  10. Actually someone ask with same question but the difference is he solved his problem without any error. > http://herc.ws/board/topic/3983-change-map-coordinates-for-new-character/ well I wish you goodluck
  11. Please avoid starting a topic in all caps. [*]Please do not post in all caps, use an excessive amount of emoticons, or otherwise make your post annoying and difficult to read. for more information please take time to read Hercules Forum Rules
  12. try to read this Guide >>> Wiki setarray
  13. try to update your mapcache same issue, > Izlude Town or use this Guide
  14. do you have test server? because simple editing char-server.conf is working in my test server.
  15. ^ is your problem solved? Please mark solved whatever make your problem solved
  16. ^ Please Mark Solved whatever solved you problem
  17. ^ What do you mean by this? is it by using @commands or what? you can set @command logs that GM used by setting it on conf/groups.conf for example { id: 99 name: "Admin" level: 99 inherit: ( "Support", "Law Enforcement" ) commands: { /* not necessary due to all_commands: true */ } log_commands: true //<-- True means it will log all commands that Admin going to use. permissions: { you can see this logs on your sql in atcommandlog table
  18. I cant see any wrong with your setup. Please check your Clientinfo.xml if the IP is connected to your server?
  19. Mhalicot

    Change Exp Rates?

    haha, Mabuti naman.
  20. sa pagkaka alam ko available yan dito eto yung link ng discussion http://herc.ws/board/forum/43-projects/ Pero try mo narin yung reserba ko itemInfo.7z Compressed yan gamit ka ng 7zip para ma extract.
  21. Simple Hercules Wiki is the solution you dont have to search it somewhere else. I believe that shadow items also used regular itemID of their respective category. One handed Swords = 1100-1149, 13400-13499Two handed Swords = 1150-1199, 21000-21999Knives, Daggers etc = 1200-1249, 13000-13099Katars = 1250-1299 ; Has 35 free IDsOne handed Axes = 1300-1349; Has 43 free IDsTwo handed Axes = 1350-1399; Has 32 free IDsOne handed Spears = 1400-1449; Has 34 free IDsTwo Handed Spears = 1450-1471, 1474-1499Maces = 1500-1549, 16000-16999Books = 1550-1599 ; Has only 2 IDs.Knuckles = 1800-1899 ; Has 95 free IDsOne Handed Staves/Rods = 1600-1699; Has 79 free IDsTwo Handed Staves/Rods = 1472,1473,2000-2099Bows = 1700-1749, 18100-18499Guitars = 1900-1949 ; Has 32 free IDsWhips = 1950-1999 ; Has 130 free IDsHandguns = 13100-13149Other guns = 13150-13199Ninja weapons = 13300-13399 the only changes is the Location of it. (2^16) 65536 = Shadow Armor(2^17) 131072 = Shadow Weapon(2^18) 262144 = Shadow Shield(2^18) 524288 = Shadow Shoes(2^20) 1048576 = Shadow Accessory 2(2^21) 2097152 = Shadow Accessory 1
  22. I think you can edit it by script. try to add in your script *addmonsterdrop(<mob id or name>, <item id>, <rate>)This command will temporarily add a drop to an existing monster. If themonster already drops the specified item, its drop rate will be updated to thegiven value.Both the monster and the item must be valid. Acceptable values for the droprate are in the range [1:10000].Return value will be 1 in case of success (the item was added or its drop ratewas updated), and 0 otherwise (there were no free item drop slots).Example: // Add Poring Doll (741) to the Poring's (1002) drops, with 1% (100) rate addmonsterdrop(1002, 741, 100);
  23. What kind of server po ba gamit mo? Pre-renewal o renewal? magkaiba po kasi ang item description ng dalawang yan.. for example: sa pre renewal - Cottonshirt = 1 def ang nakalagay sa description sa renewal naman =10 def ang nakalagay sa description. ang ginagamit po ng iteminfo.lua ay renewal description. kung gusto mo po gumamit ng pre-renewal, ang gamitin mo pong client para mas madali ay yung 2012 pababa na client.
  24. Mhalicot

    Change Exp Rates?

    di ko alam pero ginamit ko yung script mo gumagana naman sakin.. Clean Hercules latest revision ang gamit ko..
×
×
  • Create New...

Important Information

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