Search found 19 matches

by telnex
21 Aug 2014, 17:27
Forum: Share your macro's
Topic: DreamerRO Casino macro
Replies: 22
Views: 40382

Re: DreamerRO Casino macro

Add the name of this item in tables/items.txt
by telnex
18 Aug 2014, 07:57
Forum: Private Servers
Topic: Xkore Cannot find NetRedirect.dll
Replies: 7
Views: 8071

Re: Xkore Cannot find NetRedirect.dll

xkore 3 is not fully working, you may try xkore 2 I did both, I explained the problems I encountered for the both. Ok, I tried to use XKore 2. Openkore himself is connecting well to the server. So first point is fine. But, I downloaded Openkore.bat (root folder) and Openkore.xml (data folder). I ma...
by telnex
18 Aug 2014, 05:04
Forum: Private Servers
Topic: Xkore Cannot find NetRedirect.dll
Replies: 7
Views: 8071

Re: Xkore Cannot find NetRedirect.dll

I also tried with XKore 3. I set up my new clientinfo.xml.

I launch Openkore then the Ragnarok exe. I can log in (ID, password) then I choose my char and when I press enter : Disconnected from server. Check server Status. (Yeah the server is up)
by telnex
18 Aug 2014, 04:58
Forum: Private Servers
Topic: Xkore Cannot find NetRedirect.dll
Replies: 7
Views: 8071

Re: Xkore Cannot find NetRedirect.dll

Ok, I tried to use XKore 2. Openkore himself is connecting well to the server. So first point is fine. But, I downloaded Openkore.bat (root folder) and Openkore.xml (data folder). I made a copy of my RO exe and rename it Ragexe.exe because Openkore.bat requieres that the name of your exe to be Ragex...
by telnex
07 Aug 2014, 16:57
Forum: Private Servers
Topic: Xkore Cannot find NetRedirect.dll
Replies: 7
Views: 8071

Xkore Cannot find NetRedirect.dll

Well, I wanted to use Xkore for some reasons. I used to use it often in the past (5-6 years ago) but now I've got the following message: Xkore Cannot find NetRedirect.dll. Please check your installation. I did change the Xkore_exeName to the correct one. I downloaded again NetRedirect.dll and put it...
by telnex
01 Aug 2014, 11:59
Forum: Macro Plugin
Topic: Blackjack game
Replies: 13
Views: 9833

Re: Blackjack game

Ok I fixed it, all codes were working good BUT I didn't have a Macro / plugin version up to date.

That's working fine at the moment, I've got to improve some small things.

Thanks for helping me dude!
by telnex
01 Aug 2014, 08:08
Forum: Macro Plugin
Topic: HEALER NPC [ MACRO ]
Replies: 4
Views: 3766

Re: HEALER NPC [ MACRO ]

D-Dare-Devil wrote:Yup... When the Kore dies, it directly go to thelockMap.
So that means that your macro doesn't trigger.

Instead of hook self_died may be you should try to use :

Code: Select all

automacro heal_after_dead {
hp < 10%
location MAP-WHERE-YOU-RESPAWN
exclusive 1
call healer
}
by telnex
31 Jul 2014, 19:41
Forum: Macro Plugin
Topic: Blackjack game
Replies: 13
Views: 9833

Re: Blackjack game

Well yes, I can't succeed to make it works yet.
I absolutely don't know how to fix that if statement error.
by telnex
30 Jul 2014, 06:29
Forum: Macro Plugin
Topic: sell all items (a lot of random items)
Replies: 2
Views: 10197

Re: sell all items (a lot of random items)

I'm not so sure I understood what you want but I think you have a list of items you want to store and you don't want to make a list of items you want to sell? If that's it, you can do it inside your items_control.txt all 0 0 1 #all items will be sell except the following you notify gift box 100 1 0 ...
by telnex
29 Jul 2014, 20:38
Forum: Macro Plugin
Topic: Blackjack game
Replies: 13
Views: 9833

Re: Blackjack game

what is "elseif"? read the manual again Well ok I'm dumb, so I replaced all the elseif by elsif. Still doesn't work. So I was kind of bored of that error and I decided to try an other way (reversing the side : as it is written in the manual we can use the both, they are similar): call BJhit if (@co...