Jump to content

ossi0110

Community Contributors
  • Content Count

    575
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by ossi0110

  1. easy way to do this , start with the basic pet and when the loyalitly & Max lvl is max start a quest ,
  2. did you added your custom pet correct into petinfo.lub
  3. wait till its approved by a mod
  4. Here is the @whosell Plugin tested with Linux and VS2010 Current the Plugin is setted to show a Minimap Dot where the Vendor is Located , if you dont want this just change this line change it to 0 bool flag = 1; // place dot on the minimap? for more info on how to to use HPM visit Here Download Link
  5. ossi0110

    @whosell

    Version 1.7

    411 downloads

    //-------------------------------------------------------------------------------------------// * @whosell - List who is vending the item (amount, price, and location). * revamped by VoidLess, original by zephyrus_cr * Converted into a Plugin by ossi0110 //-------------------------------------------------------------------------------------------// Here is the @whosell Plugin tested with Linux and VS2010 Current the Plugin is setted to show a Minimap Dot where the Vendor is Located , if you dont want this just change this line change it to 0 bool flag = 1; // place dot on the minimap? can be used ingame with , @whosell ITEMID/ITEM_NAME for more info on how to to use HPM visit Here have fun , ossi0110
  6. hehe no one can convert this? ^^
  7. Hi, can you update this? Thank youuuu try this one , its untested because im on phone online atm , but the src you quoted can not work because of the HPM interface changes to the MAP interface void clif_parse_CashShopOpen(int fd, struct map_session_data *sd) {+ if( map->list[sd->bl.m].flag.gvg || map->list[sd->bl.m].flag.pvp ) {+ clif->message(fd,"You cant open cash shop");+ return;+ } WFIFOHEAD(fd, 10); WFIFOW(fd, 0) = 0x845; WFIFOL(fd, 2) = sd->cashPoints; //[Ryuuzaki] - switched positions to reflect proper values WFIFOL(fd, 6) = sd->kafraPoints; WFIFOSET(fd, 10); }
  8. Pretty Funny sevenzz23 Everytime im Releasing a Plugin , you are Releasing the same after me , mostly with the same codes and even with the same errors or just outcommeted lines. same with the @autoattack you just change the @atcommand name hehe
  9. @sevenzz23 you should not only comment out the line what drops a error , you should fix it btw ^^ replace //nullpo_retr(-1, sd); with if (!sd) return false;
  10. i allready talked with him , hes using 1 of my Full Clients now.
  11. just use my version of it , its the same http://upaste.me/d16c8073d6357881
  12. ossi0110

    @storeitem

    as far i know yes you can add HPM Plugins in the groups.conf because all Plugins are Loaded BEFORE the groups conf.
  13. @karazu if you got skype add me there nightfire0110 , first off , you should never use pre compiled stuff for the Plugin system , like you downloaded here . only take the .C file , and some Linux Systwem got many bugs with files what are allready compiled under VS2010 . so when you get skype , msg me and i will help you out over teamviewer , then we should solve this problem in arround 5 mins. and i will explain you how to add them step by step
  14. working on it [*]npc/instances/EndlessTower.txt [*]npc/instances/NydhoggsNest.txt [*]npc/instances/OrcsMemory.txt seems bug free , GM_NPC works too
  15. the autoattack patch you provided , walks random and attack all in the range.
  16. @autoattack plugin can be found here http://herc.ws/board/topic/2555-autoattack/?p=16988
  17. open src/config/renewal.h and just comment out the Renewall lines and compile your server , then he runs in PRE-RE mode example change #define RENEWALto//#define RENEWAL
  18. as i said , are you running on the lates Hercules Rev ? because your SQL entrys still use the old value you should backup your SQL item dbs , and import them new to get the updated items. your item shoud look like this (616, 'Old_Card_Album', 'Old Card Album', 2, 10000, 5000, 50, 0, 0, 0, 0, 4294967295, 7, 2, 0, 0, 0, 0, 0, 'getrandgroupitem 616,1;', '', '');
  19. on what rev are you running? it seems your SQL item dbs are outdated for a few month the item group system got reworked just show us the itemdb entrys for the old card album
  20. Hello all not sure if somone can help , but i wanted to get the Faction System from Lilith portet into Hercules. But im Failing at the SRC path. she released the new version of it yesterday . Faction_System_Complete_1.4_rA17310 (1).patch
  21. what you did to get this error? i never got any packet problems with this exe date .
  22. The Client crashes when using the vending skill and open a shop , this mostly happend if you CHECK or UNCHECK the NO MSG box in vending window you have to use a updated msgstringtable , then its stops crashing
  23. here you can read all about "How to make Pull Request" http://herc.ws/board/topic/552-making-pull-requests-on-hercules/
×
×
  • Create New...

Important Information

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