Jump to content

Kuya Jeo

Members
  • Content Count

    596
  • Joined

  • Last visited

  • Days Won

    24

Everything posted by Kuya Jeo

  1. in AccessoryID and AccName, you need to put a comma after the 873 and "_스카이멧" Error AccessoryID : ACCESSORY_MAGICAL_BOOSTER = 873 ACCESSORY_BLACK_FLAME = 2000 AccName : [ACCESSORY_IDs.ACCESSORY_SKYMET] = "_스카이멧" [ACCESSORY_IDs.ACCESSORY_BLACK_FLAME] = "_Black_Flame" It should be like this AccessoryID : ACCESSORY_MAGICAL_BOOSTER = 873, ACCESSORY_BLACK_FLAME = 2000 AccName : [ACCESSORY_IDs.ACCESSORY_SKYMET] = "_스카이멧", [ACCESSORY_IDs.ACCESSORY_BLACK_FLAME] = "_Black_Flame" Always put a comma in the last part except in the last custom item
  2. Kindly post your item script so that we can see what will be the solution.
  3. can we see your accname at accessoryid so that we can solve the problem sometimes you forgot to put a comma(,) before your custom item
  4. Can i see your accname.lua and accessoryid.lua
  5. @@Mikhail von Hohenheim you cannot bypass the cap, it is in their system, i think cap is 1GB , if we can bypass that cap then PH net is week interms of System Security
  6. @@Dastgir .act file is missing @@greenieken if you want to put custom item you should have all the file needed .act file is missing, you need to put it not only .spr because .act is represents sprite positioning
  7. you can find it on conf/battle/pet.conf // Are pets disabled during Guild Wars? // If set to yes, pets are automatically returned to egg when entering castles during WoE times // and hatching is forbidden within as well. pet_disable_in_gvg: no change to : pet_disable_in_gvg: yes
  8. Kuya Jeo

    Help

    @@Garr maybe he cannot follow the guide correctly ... @@classy5 try and try until you can get and succeed read this and follow it correctly ( step by step ) http://herc.ws/wiki/Building_HPM_Plugin_for_MSVC
  9. I actualy no experience on plugin or patch... im trying to figure out what i have to do with the info you provided i tried just creating a file name "hercules.h" after that "memmgr.h" then i get error when i start the server Just follow the Plugin Installation in Windows Don't forget to put it on conf/plugins.conf
  10. you can try this, test it first, i didn't test it - script Sample Name FAKE_NPC,{OnPCLoginEvent: if ( (Class == Job_Novice) && ( BaseLevel == 1 && JobLevel == 1) ) { jobchange 4001; end; }end;} Thank you for the script, it works fine. I knew that this was possible via script but I recall running into a file that allowed a server to decide what the character started with and what class they started as. Do you happen to know where it is? hmm you want them to choose what ever job they want? its like Auto Job Changer in their 1st Login?
  11. 2013-08-07 use iteminfo.lub / iteminfo.lua check it in your system folder about Chinese Characters you can donwload the English Translate Data Link 1 : http://herc.ws/board/topic/630-2013-ragexe-and-diff-up-to-date-2013-08-07/ Link 2 : http://herc.ws/board/topic/2371-msgstringtable-for-20130807ragexeexe/ You can just read those topic
  12. you can try this, test it first, i didn't test it - script Sample Name FAKE_NPC,{OnPCLoginEvent: if ( (Class == Job_Novice) && ( BaseLevel == 1 && JobLevel == 1) ) { jobchange 4001; end; }end;}
  13. No maintenance and i dont know what is happening to them
  14. Kuya Jeo

    Help

    Sometimes you need to search 1st before posting, here is the thread http://herc.ws/board/topic/3087-how-to-add-plugins/
  15. @@gantz some of those are from http://free2play.asia/ made by Plug and Play PH
  16. @@AnnieRuru yeah me too, but sometimes it depends too in cards inserted in the item @@Vlync Hmm im using 2013-08-07 because its stable
  17. =O Can i ask if that runs on eamod ? eAmod don't have plugins, you can apply that only for hercules or you can do it manually by putting it in your source EDIT : Compatible only for Hercules
  18. @@Vlync i used those colored item names but i return into normal color font which is black, i noticed that it depend on the item slot i used 2013-08-07client and data EDIT : http://herc.ws/board/topic/630-2013-ragexe-and-diff-up-to-date-2013-08-07/
  19. @@minx123 try to use this { Id: 30329 AegisName: "Ultimate_Valkyrja's_Shield" Name: "Ultimate Valkyrja's Shield" Type: 5 Buy: 60000 Weight: 1000 Def: 4 Slots: 1 Job: 0xFFFFFFFE Loc: 32 View: 4 Script: <" bonus2 bSubEle,Ele_Water,25; bonus2 bSubEle,Ele_Fire,25; bonus2 bSubEle,Ele_Dark,25; bonus2 bSubEle,Ele_Undead,25; bonus bMdef,15; bonus bAgi,10; bonus bLuk,10; bonus bMaxHPrate,5; bonus bDef,15; ">}, i think you forgot to put the view view : 4
  20. @@Mikhail von Hohenheim I dont know what was the topic on what i read on other thread but i read something from Mysterious or other staff that Hercules is based on Official Server and exploited infomation from Official Server.
  21. what do you mean?? can you please elaborate?? That skill is based ? what skill? skill effect? skill description? skill what?
  22. @@badneko you can use this plugin by Mhalicot http://herc.ws/board/topic/3811-rentitem2-plugins/ instruction how to install this is there.
  23. @@MikZ can you make it clear? or make a scenario so that we can understand it
×
×
  • Create New...

Important Information

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