Open SVN for narose pre evo?

Welcome in the osRose emulator Project.

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

Re: Open SVN for narose pre evo?

Postby pepu on Sat May 10, 2008 8:36 am

I am using the one i put the link, without patches or anything alse.
pepu
ospRose dev team
ospRose dev team
 
Posts: 283
Joined: Mon Feb 04, 2008 10:12 pm
Location: ESPAÑA(Aranjuez)

Re: Open SVN for narose pre evo?

Postby PurpleYouko on Sat May 10, 2008 3:25 pm

Drakia wrote:Are you using the 112 client with the virtual GG server, or straight 112?


I already have a virtual GG server on my home PC but strangely enough I just logged in with the normal unmodified 112 before i remembered to even start my gg server. It did not even attempt to contact GG
I wonder if it is that update package that causes it to need the GG. I installed that at work but I didn't here.

I now have a working online server based at the moment on the latest rev of osirose. I managed to successfully log into it remotely but then it crashes as I left the respawn area. I realized that I did not have the quest data so i am currently extracting it all from 112 client. Server should be up and running in about a half hour for testers to check out
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: Open SVN for narose pre evo?

Postby pepu on Sat May 10, 2008 3:45 pm

CharName fixed :P ( It was a byte difference like i said hehe )
  1.    cbyte = 0x2FA;
  2.             for(unsigned j = 0; j < strlen(thisclient->CharInfo->charname); j++)
  3.     {
  4.         SETBYTE(pak, cbyte++, thisclient->CharInfo->charname[j] );
  5.     }
  6.  
  7.     SETBYTE( pak, cbyte, 0x00 );
  8.     cbyte++;
  9.     SETBYTE( pak, cbyte, 0x00 );
  10.     pak.Size = cbyte + 6;
  11.     thisclient->client->SendPacket( &pak );
  12. }
Attachments
worldpackets.cpp
File to fix CHARNAME in narose pre evo :P
BY PEPU
(135.66 KiB) Downloaded 489 times
pepu
ospRose dev team
ospRose dev team
 
Posts: 283
Joined: Mon Feb 04, 2008 10:12 pm
Location: ESPAÑA(Aranjuez)

Re: Open SVN for narose pre evo?

Postby Cellcote on Sat May 10, 2008 4:18 pm

that fixed the name for me, but now I don't have a head anymore :roll:
another strange thing: After your fix, I went to adventure plains. I beat a few monsters. They drop something. I try to pick it up, but it keeps saying it doesn't belong to me. After aprox. 30secs I can pick it up.
Last edited by Cellcote on Sat May 10, 2008 4:26 pm, edited 1 time in total.
Image
Cellcote
Rackie
Rackie
 
Posts: 188
Joined: Thu Aug 09, 2007 11:07 am

Re: Open SVN for narose pre evo?

Postby PurpleYouko on Sat May 10, 2008 4:24 pm

The server (unmodified. haven't applied that name fix yet) is now running correctly

Feel free to test it.

here is the batch to connect with your 112 client.
KtRose.zip
(167 Bytes) Downloaded 519 times


One thing i seem to have issues with still is that some of the basic skills are missing. Pick up and sit down specifically. They are not in the starting skill list and i haven't had time to figure out why yet. Probably just a default wrong in the database
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: Open SVN for narose pre evo?

Postby Sethanye on Sat May 10, 2008 4:43 pm

Cellcote wrote:that fixed the name for me, but now I don't have a head anymore :roll:
another strange thing: After your fix, I went to adventure plains. I beat a few monsters. They drop something. I try to pick it up, but it keeps saying it doesn't belong to me. After aprox. 30secs I can pick it up.


u sure you havent edited anything else? his code doesnt seem to affect that at all
~ Learning Flash ~ Anyone Know Any Good Tutorial DVDs? ~
Image
"Come Into My Dream, Let Me Show You Where I've Been.
Its You And Me I've Seen, Let Me Tell You What I Mean."
User avatar
Sethanye
Neko Chan
Neko Chan
 
Posts: 2603
Joined: Fri Jan 18, 2008 11:23 am
Location: ~ Resident Graphics Artist ~

Re: Open SVN for narose pre evo?

Postby pepu on Sat May 10, 2008 4:54 pm

Cellcote wrote:that fixed the name for me, but now I don't have a head anymore :roll:
another strange thing: After your fix, I went to adventure plains. I beat a few monsters. They drop something. I try to pick it up, but it keeps saying it doesn't belong to me. After aprox. 30secs I can pick it up.


Nah, it cannot be, i only changed this line:
cbyte = 0x2FA;
I tested it a little when i fixed it and it works fine..
Reinstall the game, and try it again :S
pepu
ospRose dev team
ospRose dev team
 
Posts: 283
Joined: Mon Feb 04, 2008 10:12 pm
Location: ESPAÑA(Aranjuez)

Re: Open SVN for narose pre evo?

Postby lmame on Sat May 10, 2008 4:54 pm

Ok all of you, I closed the thread in whatever forum...
Not because it pisses me off or something, but because you got your own place now gentlemen ;)

Welcome to osProse project (P for Pre Evo).


Stuff I need to know (not actually right now, but in time):
-> I need the names of people involved in osProse to make a group (osProse dev team) and to make a private forum for them,
-> I need to know if you have a SVN or not,
The world is full of love and peace ^_^
Image
User avatar
lmame
Admin
Admin
 
Posts: 8997
Joined: Mon Aug 06, 2007 4:42 pm
Location: July City

Re: Open SVN for narose pre evo?

Postby rl2171 on Sat May 10, 2008 5:32 pm

I found my version, it is 1.17.397T

But when I connect, I get to log in, choose char, but when I try to connect to the world server, I get a dmp error, thus crash.

Is this the same version, or a different one?

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

Previous

Return to Support - OspRose Emulator

Who is online

Users browsing this forum: No registered users and 8 guests

cron