ossi0110
Community Contributors-
Content Count
575 -
Joined
-
Last visited
-
Days Won
17
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by ossi0110
-
easy way to do this , start with the basic pet and when the loyalitly & Max lvl is max start a quest ,
-
did you added your custom pet correct into petinfo.lub
-
wait till its approved by a mod
-
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
-
Version 1.7
415 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 -
hehe no one can convert this? ^^
-
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); }
-
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
- 12 replies
-
- identifyall plugins
- identifyall
-
(and 2 more)
Tagged with:
-
@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;
- 64 replies
-
- autoattack
- @autoattack
-
(and 3 more)
Tagged with:
-
SOMEONE WHO CAN MAKE 2013 CLIENT *Thanks* SOLVED
ossi0110 replied to BugsLIFE's question in Client-Side Support
i allready talked with him , hes using 1 of my Full Clients now. -
just use my version of it , its the same http://upaste.me/d16c8073d6357881
- 64 replies
-
- autoattack
- @autoattack
-
(and 3 more)
Tagged with:
-
as far i know yes you can add HPM Plugins in the groups.conf because all Plugins are Loaded BEFORE the groups conf.
-
@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
- 64 replies
-
- autoattack
- @autoattack
-
(and 3 more)
Tagged with:
-
working on it [*]npc/instances/EndlessTower.txt [*]npc/instances/NydhoggsNest.txt [*]npc/instances/OrcsMemory.txt seems bug free , GM_NPC works too
-
the autoattack patch you provided , walks random and attack all in the range.
-
@autoattack plugin can be found here http://herc.ws/board/topic/2555-autoattack/?p=16988
-
About the Git release of Hercules, (i want to change it to pre-re)
ossi0110 replied to rmon008's question in Source Support
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 -
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;', '', '');
-
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
-
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
-
2013 Ragexe and Diff (Up to date 2013-08-07)
ossi0110 replied to Shakto's topic in Client-Side Releases
what you did to get this error? i never got any packet problems with this exe date . -
Vending crash on 2013-08-07 ragexe
ossi0110 replied to Petey Pablo's question in Client-Side Support
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 -
Works Very Good nice 1
-
Help open pull request (Fixing char deletion time in 2013++ client)
ossi0110 replied to Lulu's question in General Server Support
here you can read all about "How to make Pull Request" http://herc.ws/board/topic/552-making-pull-requests-on-hercules/