PDA

View Full Version : OSR-Reflection



rj
09-10-2013, 09:43 PM
So well I only see hoodz "stepping up" to the plate to get any sort of include going, but I decided to start up a (OSR-Reflection) include on github https://github.com/officerBarbrady/OSR-Reflection
If anybody would like to help, (I saw tls mention he was interested) just pot here I'll add you to the contributor list. Would love to see some reflection devs help out here :D


My include is not yet in a working order I am just laying down the groundwork, I figured I would go ahead and post this incase some people want to contribute any fix any major errors I will make before it's too late :D

Flight
09-11-2013, 01:16 AM
It's good you're taking initiative. I think what's important now is creating an updater for the hooks. The include itself should be quite easy as almost all of the old SRL-Reflection include can be salvaged.

rj
09-11-2013, 01:26 AM
It's good you're taking initiative. I think what's important now is creating an updater for the hooks. The include itself should be quite easy as almost all of the old SRL-Reflection include can be salvaged.

I somebody should decide what hooks are going to be constantly updated :s. From what I see animation, tile, skill, and camera hooks are the things people are keeping updated quickly

Cheddy
09-22-2013, 11:16 AM
We now have a ASM Updater (Thanks N3ss3s). We just need to salvage the include and port it to the current hook variables. You got a working TileToMM function? I can't get the right compass angle. I've tried using the yaw, the MMscale, and the compass angle but I cant seem to get it to work =(

NKN
09-22-2013, 02:51 PM
We now have a ASM Updater (Thanks N3ss3s). We just need to salvage the include and port it to the current hook variables. You got a working TileToMM function? I can't get the right compass angle. I've tried using the yaw, the MMscale, and the compass angle but I cant seem to get it to work =(

IIRC, Brandon posted the method for it before(?)

Don't quote me on that.

The Killer
09-22-2013, 03:23 PM
IIRC, Brandon posted the method for it before(?)

Don't quote me on that.

#ThugLife (http://villavu.com/forum/usertag.php?do=list&action=hash&hash=ThugLife)

Brandon
09-22-2013, 03:33 PM
IIRC, Brandon posted the method for it before(?)

Don't quote me on that.

You stalking me bro?

http://villavu.com/forum/showthread.php?t=104778&p=1258899#post1258899
http://villavu.com/forum/showthread.php?t=105118&page=2&p=1259880#post1259880

and the rest are somewhere on the forum.. Iunno where I put them but I remember specifically posting a file with all the functions :S

NKN
09-22-2013, 03:42 PM
You stalking me bro?

http://villavu.com/forum/showthread.php?t=104778&p=1258899#post1258899
http://villavu.com/forum/showthread.php?t=105118&page=2&p=1259880#post1259880

and the rest are somewhere on the forum.. Iunno where I put them but I remember specifically posting a file with all the functions :S
Gotta keep up with them posts man.

Stalking 4 life.

Cheddy
09-22-2013, 04:15 PM
Cheers Brandon. I fixed them myself anyway =)
@NKN Did you ever create the auto updater for your mining script. I was wondering if I could borrow it to implement into the hooks file so that the hooks file will auto update from github to make sure that the hooks file is always as update as possible for everyone

NKN
09-22-2013, 04:32 PM
Cheers Brandon. I fixed them myself anyway =)
@NKN Did you ever create the auto updater for your mining script. I was wondering if I could borrow it to implement into the hooks file so that the hooks file will auto update from github to make sure that the hooks file is always as update as possible for everyone

For my mining script?

:s I don't ever remember having a mining script.

Edit:
Nor have I implemented an auto-updater in my scripts.

Cheddy
09-22-2013, 04:37 PM
Oh - it was NMiner I'm getting my self confused. Too much time faffing with hooks has driven me insane arghhh.

Cheddy
09-24-2013, 10:19 PM
Just a quick question. I have started to port some of the old reflection, and I it tells me that SmartGetFieldStringArray is not a known identifier? Any advice on what to do?

rj
09-24-2013, 10:24 PM
Just a quick question. I have started to port some of the old reflection, and I it tells me that SmartGetFieldStringArray is not a known identifier? Any advice on what to do?

Means that you don't have the right smart

How are you going to port the old reflection when it's packed with > 2007 stuff and don't have the right smart :D

The only thing to be done would be remove.. like most of the include (>2007 stuff) and then update the hooks and update the include updater