KTRose Source code release

New forum to discuss KTRose code

Moderators: osRose dev team, ospRose dev team, osiRose dev team, Moderators

Re: KTRose Source code release

Postby PurpleYouko on Fri Apr 25, 2014 3:09 pm

Already updated it for that one :D
Need to lookup information on NARose items, skills, quests?
Now featuring a newly completed skill tree for all classes
Formatting fixed for different resolutions
Image

"A Gazelle is nothing but a giraffe plotted logarithmicaly"
User avatar
PurpleYouko
Rose Guru
Rose Guru
 
Posts: 4733
Joined: Fri Aug 10, 2007 2:05 pm

Re: KTRose Source code release

Postby PurpleYouko on Fri Apr 25, 2014 5:58 pm

Updated a little more stuff needed to add both the Buff Bot (provided by laetii) and to allow Map Defense Crystals to spawn as NPCs (part of the Tower Defense Game project)

Files modified (need to be copied to client 3ddata folder also)

3ddata/STB
LIST_NPC.STB
LIST_NPC_S.STL
FILE_AI.STB (You DO NOT need this to be copied to the client)

@ laetii. You messed something up when you added [BUFF]Genius at position 1025. Every entry after that was showing the wrong name from the STL. Fixed in this version of STB and STL.

3ddata/NPC
list_npc.chr
Had to make new entries for the crystals and also needed to fix a messed up entry that was making needle hornets appear as little woopies. No idea how that happend lol.

AIP file
NPC_1025.AIP. You DO NOT need to put this in your client at this time. The script allows [BUFF]Genius to cast her buffs and runs from the server only.

Database
list_npc.sql
You need to put this into your database, replacing the version that is already there. It includes spawn data for [BUFF]Genius and all the Junon Map Defense Crystals

That's about it. have fun
Need to lookup information on NARose items, skills, quests?
Now featuring a newly completed skill tree for all classes
Formatting fixed for different resolutions
Image

"A Gazelle is nothing but a giraffe plotted logarithmicaly"
User avatar
PurpleYouko
Rose Guru
Rose Guru
 
Posts: 4733
Joined: Fri Aug 10, 2007 2:05 pm

Re: KTRose Source code release

Postby XxXshidoXxX on Fri Apr 25, 2014 6:19 pm

Oh vey, this stuff is pretty fun !
Placed some everywhere, those are pretty fun to use with friends ^^
My collection ( Tools, clients sources...)
https://mega.nz/#F!AdcFnQDL!sKp3O9tWGGdWvLEj_EYfwA
osrose mobile project
viewtopic.php?f=34&t=5787
OsRose Mobile development + Titan Rose redesign
https://github.com/shid0x
XxXshidoXxX
osiRose dev
osiRose dev
 
Posts: 445
Joined: Mon Aug 27, 2007 11:44 am

Re: KTRose Source code release

Postby Circa on Fri Apr 25, 2014 8:07 pm

K i need to ask, how difficult would it be to make KTRose server to work with the release of the evo client source? If it's far worse than using the rev 81, then i'll stick to using rev 81.
Circa
Clown
Clown
 
Posts: 404
Joined: Sun Aug 23, 2009 5:52 am
Location: CA

Re: KTRose Source code release

Postby PurpleYouko on Sat Apr 26, 2014 2:28 pm

You would just have to change the packet structures where needed and make encryptions match (or remove encryption entirely from both sides as I did)
Need to lookup information on NARose items, skills, quests?
Now featuring a newly completed skill tree for all classes
Formatting fixed for different resolutions
Image

"A Gazelle is nothing but a giraffe plotted logarithmicaly"
User avatar
PurpleYouko
Rose Guru
Rose Guru
 
Posts: 4733
Joined: Fri Aug 10, 2007 2:05 pm

Re: KTRose Source code release

Postby laetii on Thu May 01, 2014 2:41 am

PurpleYouko wrote:@ laetii. You messed something up when you added [BUFF]Genius at position 1025. Every entry after that was showing the wrong name from the STL. Fixed in this version of STB and STL.


Yes at the beginning i messed up some files ^^ but now they're all working well thanks to you ;)

and now i successed to give all buff from only one NPC =)
laetii
Little soul
Little soul
 
Posts: 3
Joined: Tue Apr 22, 2014 11:22 am

Re: KTRose Source code release

Postby kismetbecomes on Mon May 12, 2014 8:45 pm

PY, I'm kinda lost here.
Usually when I setup a server, I automatically extract the client and replace the files (stbs, aips, questdatas) in the server folder.

PurpleYouko wrote:Files modified (need to be copied to client 3ddata folder also)
3ddata/STB
LIST_NPC.STB
LIST_NPC_S.STL
FILE_AI.STB (You DO NOT need this to be copied to the client)


This confused me. I'm assuming this updated/modified files are inside the server folder?
Does this mean if I setup a KTRose server I don't have to extract the client and replace the files there?
RoseZa v437 - HueRose Test Project -- http://hueroseonline.no-ip.biz
kismetbecomes
Rackie
Rackie
 
Posts: 299
Joined: Mon Feb 06, 2012 12:41 am

Re: KTRose Source code release

Postby PurpleYouko on Mon May 12, 2014 9:29 pm

kismetbecomes wrote:PY, I'm kinda lost here.
Usually when I setup a server, I automatically extract the client and replace the files (stbs, aips, questdatas) in the server folder.

PurpleYouko wrote:Files modified (need to be copied to client 3ddata folder also)
3ddata/STB
LIST_NPC.STB
LIST_NPC_S.STL
FILE_AI.STB (You DO NOT need this to be copied to the client)


This confused me. I'm assuming this updated/modified files are inside the server folder?
Does this mean if I setup a KTRose server I don't have to extract the client and replace the files there?

That is correct.
If you set up the KTRose server and client then all the matching files are already in both client and server
The updated files mentioned are in the Server SVN so when you get those, they won't match the client.
KTRose client doesn't need to use VFS so you can just copy these files into the 3DDATA/STB folder in the main client (NOT in VFS). It will load them from there in preference to the VFS.

As I am no longer running a patcher for the KTRose client I will put up any mods into the server SVN as they happen.

If you were to set up a KTRose server and use the 112 installer that Blackdpd provided recently then the files will not match.
You then have two choices.
1) Extract the client and copy STB, QSD and AIP files into the server. (not recommended as you will lose all the custom stuff that has been added to the client)
2) Copy all the client files from the server into the 3DDATA folder of the client. Note: There are a LOT of files in the KTRose client that are not in the 112 installer. there are custom carts, castle gear and a load of items from JRose and Wish online. Some items are completely custom. Even some maps have been added. You would have to copy over all the ZSC, CHR, ZMS, EFT and all the other stuff to re-make the custom client.

If you are having trouble with NPC speech then the best shot is to install the 112 then copy the entire KTRose client into the 112 folder to overwrite it. That way you should have it installed and working correctly.
Need to lookup information on NARose items, skills, quests?
Now featuring a newly completed skill tree for all classes
Formatting fixed for different resolutions
Image

"A Gazelle is nothing but a giraffe plotted logarithmicaly"
User avatar
PurpleYouko
Rose Guru
Rose Guru
 
Posts: 4733
Joined: Fri Aug 10, 2007 2:05 pm

Re: KTRose Source code release

Postby rl2171 on Wed May 21, 2014 3:54 am

How do the buff bot and map defense crystals work?

I see them, can't talk to any of them and don't seem to be getting buffed.

Does a char need to be a certain levels to activate them?

Thanks
Image
rl2171
Admin
Admin
 
Posts: 1706
Joined: Mon Aug 06, 2007 5:17 pm
Location: Sacramento, CA USA - GMT-8

Re: KTRose Source code release

Postby harry12 on Wed May 21, 2014 5:12 am

hi py can you add buff fairy on your source code? or a buff fairy that come & buffs on a certain of time and areas.
harry12
Pomic
Pomic
 
Posts: 83
Joined: Sun Feb 14, 2010 9:15 am

PreviousNext

Return to KTRose Release

Who is online

Users browsing this forum: No registered users and 1 guest

cron