Drops code (this could potentially get messy)

Submit code for osProse project.

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

Re: Drops code (this could potentially get messy)

Postby PurpleYouko on Tue May 13, 2008 9:10 pm

OK i can upload the whole lot.

I would put it in the SVN but i can't figure out how to log into the darn thing lol :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: Drops code (this could potentially get messy)

Postby Blackdpd on Tue May 13, 2008 9:12 pm

hmm Maybe like this??
check it out :P
Attachments
maybe like this.JPG
User avatar
Blackdpd
El Verloon Marshall
El Verloon Marshall
 
Posts: 900
Joined: Sun Jan 27, 2008 10:06 pm
Location: The Netherlands

Re: Drops code (this could potentially get messy)

Postby pepu on Tue May 13, 2008 10:00 pm

purple,please upload ur files with all fixes (Lastest updates), here u are the guide for the svn, thx to drakia ^^

Drakia wrote:To upload to SVN:
1) Install Tortoise SVN http://tortoisesvn.tigris.org/
2) Create a new folder, right click it, and select "SVN Checkout..."
3) Enter "https://opensvn.csie.org/osprose/" as the URL of Repository, leave everything else as defaults
4) Select OK and wait, it'll download the latest revision.
5) You will now have the latest SVN release in the folder you created. Now you can edit these files (Or, overwrite them, if you're sure you won't delete anyone elses work)
6) To upload your changes, right click the folder and select "SVN Commit", make sure to enter a list of what you've changed so we can keep track. It will then ask for a username/password, ask pepu to create an SVN account for you, or use the supplied user/password given to all devs to access the opensvn page and make your own.
pepu
ospRose dev team
ospRose dev team
 
Posts: 283
Joined: Mon Feb 04, 2008 10:12 pm
Location: ESPAÑA(Aranjuez)

Re: Drops code (this could potentially get messy)

Postby Blackdpd on Tue May 13, 2008 10:25 pm

oew oew also put this in the database folder. :) ( i dont know if anybody has trouble with that but i changed the prose with this : )
`quickbar` text NOT NULL,
  `basic_skills` varchar(512) NOT NULL default '11,12,16,20,41,42,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0',
  `askill` text NOT NULL,
  `askilllvl` text NOT NULL,
  `pskill` text NOT NULL,
  `pskilllvl` text NOT NULL,


to

`quickbar` varchar(255) NOT NULL default '0',
  `basic_skills` varchar(512) NOT NULL default '11,12,16,20,41,42,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0',
  `askill` varchar(255) NOT NULL default '0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0',
  `askilllvl` varchar(255) NOT NULL default '0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0',
  `pskill` varchar(255) NOT NULL default '0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0',
  `pskilllvl` varchar(255) NOT NULL default '0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0',


so if this is good put this also in the database folder or delete the first and put mine in ( if this is good i dont know for sure at least its good for my database )

Blackdpd `
Attachments
prose quickbar fix.rar
(111.26 KiB) Downloaded 849 times
User avatar
Blackdpd
El Verloon Marshall
El Verloon Marshall
 
Posts: 900
Joined: Sun Jan 27, 2008 10:06 pm
Location: The Netherlands

Re: Drops code (this could potentially get messy)

Postby PurpleYouko on Wed May 14, 2008 3:45 pm

actually you should set it to
`quickbar` varchar(255) NOT NULL default '0',
`basic_skills` varchar(512) NOT NULL default '11,12,16,20,41,42,43,181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0',
`askill` varchar(255) NOT NULL default '0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0',
`askilllvl` varchar(255) NOT NULL default '0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0',
`pskill` varchar(255) NOT NULL default '0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0',
`pskilllvl` varchar(255) NOT NULL default '0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0',

if you want to get the visitor skill "Doublescratch"
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: Drops code (this could potentially get messy)

Postby PurpleYouko on Wed May 14, 2008 3:47 pm

Blackdpd wrote:hmm Maybe like this??
check it out :P

Yes that would work fine if I ever had the url to reach the page.
I had no idea there was such a place until your PM. ;)
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: Drops code (this could potentially get messy)

Postby Blackdpd on Wed May 14, 2008 3:50 pm

PurpleYouko wrote:actually you should set it to
`quickbar` varchar(255) NOT NULL default '0',
`basic_skills` varchar(512) NOT NULL default '11,12,16,20,41,42,43,181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0',
`askill` varchar(255) NOT NULL default '0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0',
`askilllvl` varchar(255) NOT NULL default '0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0',
`pskill` varchar(255) NOT NULL default '0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0',
`pskilllvl` varchar(255) NOT NULL default '0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0',

if you want to get the visitor skill "Doublescratch"

`

PurpleYouko wrote:
Blackdpd wrote:hmm Maybe like this??
check it out :P

Yes that would work fine if I ever had the url to reach the page.
I had no idea there was such a place until your PM. ;)


hmm diddent i gave you the url? its just : https://opensvn.csie.org/
also i did not knew where Doublescratch was.

Blackdpd `
User avatar
Blackdpd
El Verloon Marshall
El Verloon Marshall
 
Posts: 900
Joined: Sun Jan 27, 2008 10:06 pm
Location: The Netherlands

Re: Drops code (this could potentially get messy)

Postby PurpleYouko on Wed May 14, 2008 4:23 pm

Like i said I didn't know until your PM
The url was there.
It wasn't in pepu's original message though.

Doublescratch is skill number 181
You can find it easily in LIST_SKILLS.STB

I added it to my server when i first started it up but forgot to mention it here.
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: Drops code (this could potentially get messy)

Postby Blackdpd on Wed May 14, 2008 4:25 pm

yeah but im getting a headache because of my screen so im going to get a cool off like 5 minutes outside..

Blackdpd `
User avatar
Blackdpd
El Verloon Marshall
El Verloon Marshall
 
Posts: 900
Joined: Sun Jan 27, 2008 10:06 pm
Location: The Netherlands

Re: Drops code (this could potentially get messy)

Postby Drakia on Wed May 14, 2008 7:13 pm

Skill 181 is already in SVN's database.

Also, are we going to want to add this code to the SVN already? Or do you still want to wait on that PY?
My favorite skill is scaring new users away.
If you haven't SEARCHED expect me to yell at you.
Image
Drakia
ospRose dev team
ospRose dev team
 
Posts: 1614
Joined: Tue Sep 18, 2007 6:53 am
Location: Nanaimo, BC, Canada

PreviousNext

Return to Submit Code

Who is online

Users browsing this forum: No registered users and 1 guest