[Bugs] post them here!

Place your questions about osirose here

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

Re: [Bugs] post them here!

Postby PurpleYouko on Thu Jul 03, 2008 5:08 pm

there is a bit of code in questactions.cpp that says something like

if(mon = 253)
mon=257;

It won't be exactly that of course (I'm going by memory) but it should be easy enough to find

It should be located in function QUESTREWD(008)

If you can find it, comment it out and it won't switch your zombie to a ghost any more.
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: [Bugs] post them here!

Postby Soulinator on Thu Jul 03, 2008 5:27 pm

PurpleYouko wrote:there is a bit of code in questactions.cpp that says something like

if(mon = 253)
mon=257;

It won't be exactly that of course (I'm going by memory) but it should be easy enough to find

It should be located in function QUESTREWD(008)

If you can find it, comment it out and it won't switch your zombie to a ghost any more.

Thank you for your information
Soulinator
Smoulie
Smoulie
 
Posts: 55
Joined: Thu Jul 03, 2008 8:44 am

Re: [Bugs] post them here!

Postby lmame on Thu Jul 03, 2008 6:01 pm

Just something so you don't put a bug, for a test do:
if(mon == 253)

Else you'll search a long time why it's not working ;)
mon=253 is to put 253 into mon variable.

btw, a hint if you never remember, put the number first:
if you put:
if(mon = 253)
most of the time you won't have any warning or error at compile (it depends on compilers), though if you do:
if (253 = mon)
the compiler will cry his mother out ;)
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

Previous

Return to Question Zone

Who is online

Users browsing this forum: No registered users and 2 guests