kemids18 0 Posted February 5, 2015 (edited) hi there! can i request for a simple faction system. features. enable fvf on selected maps no trade on fvf maps as simple as that thank and more power Edited February 5, 2015 by kemids18 Quote Share this post Link to post Share on other sites
0 goddameit 52 Posted February 18, 2015 (edited) battle_check_target if(pc_readglobalreg((TBL_PC*)src,script->add_str("faction")) != pc_readglobalreg((TBL_PC*)target,script->add_str("faction")) && src->m == SPECIAL_MAP_ID ) { return 1; } trade_traderequest if(pc_readglobalreg(sd,script->add_str("faction")) != pc_readglobalreg(target_sd,script->add_str("faction")) && src->m == SPECIAL_MAP_ID ) { return; } Edited February 18, 2015 by goddameit 1 IssID reacted to this Quote Share this post Link to post Share on other sites
0 kemids18 0 Posted February 25, 2015 battle_check_target if(pc_readglobalreg((TBL_PC*)src,script->add_str("faction")) != pc_readglobalreg((TBL_PC*)target,script->add_str("faction")) && src->m == SPECIAL_MAP_ID ) { return 1; } trade_traderequest if(pc_readglobalreg(sd,script->add_str("faction")) != pc_readglobalreg(target_sd,script->add_str("faction")) && src->m == SPECIAL_MAP_ID ) { return; } oh my its goddameit! im always following your scripts. im new to hercules and scripting can you please give steps how to apply those? thank you so much! Quote Share this post Link to post Share on other sites
0 IssID 0 Posted May 14, 2021 it works if you press shift. how to make an attack right away? I searched for a long time in clif.c how to make an enemy. not found = ( can someone tell me how to send a packet to a client about an enemy? Quote Share this post Link to post Share on other sites
hi there!
can i request for a simple faction system.
features.
enable fvf on selected maps
no trade on fvf maps
as simple as that thank and more power
Edited by kemids18Share this post
Link to post
Share on other sites