Euro
Members-
Content Count
11 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Euro
-
25000,_redvalkyriehelm,Red Valkyrie Helm,5,20,,200,,2,,1,0xFFFFFFFF,7,2,256,,0,1,1300,{ bonus2 bSubRace,RC_Demihuman,10; bonus2 bAddRace,RC_Demihuman,10; if (getequipid(25001)) { bonus bSkill,"TK_SEVENWIND",4; bonus bStr,3;} },{},{}25001,_redvampirewings,Red Vampire Wings,5,20,,200,,2,,0,0xFFFFFFFF,7,2,1,,0,1,1301,{ bonus bAllstats,5; bonus2 bAddRace,RC_Demihuman,10; bonus2 bAddEff,Eff_Curse,5; bonus bAtkEle,7; },{},{}
-
I think bound items can be removed/retrieved. r17361 In r17361: Added configuration option to disable Guild/Party bound retrieval/removal system in core.h Added support for Character Bound items
-
Maybe they could also implement character/party/guild bound? r17351 & r17361 at *A
-
yeah i just learnt it today right after making the plugin >.<
-
I think you're getting errors at MVP Tomb.. Try disabling it at .conf files <i don't remember>
-
Well then I guess it's not possible.. XD Thx
-
Waaa.. Thanks for the link! I hope I could understand those.. hehe.
-
Yea. I just tried it and it worked out.. Now I just don't know how to hook RO's recv function I think this is the structure. EDIT: Thanks for all the replies. SOLUTION: used Detours 1.5
-
Hello there, I wanted to know how WDGLoadCustomDll calls function to the client, so I have some questions here... Can I have a simple c++ example of the dll that calls function on dll load. somewhat like this Question: How can I hook to RO's function specifically OnRecv ? There is Detours 3.0 Express but it does not support x64 platform I just saw ROPS but i don't know how can i port its hooks to my dll.