Muse Tryteh Skill book bug

Put your bugs you find in osRose here

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

Muse Tryteh Skill book bug

Postby tomekk228 on Wed Jul 23, 2008 5:07 am

Hey,

i found a bug in the System to buy Skillbooks.

If i go to Tryteh and try to buy the Skillbook "Wand Mastery", then i dont get "Wand Mastery". I get the Skillbook "purify".

And if i buy the Book "purify" i get the book "Party heal".

I compile my server from the branches sources and i use the client "evo rose ver 170".

Can somebody help me?
User avatar
tomekk228
Pomic
Pomic
 
Posts: 97
Joined: Sat Aug 25, 2007 1:57 pm
Location: Wassenberg | Germany

Re: Muse Tryteh Skill book bug

Postby soccerstar on Wed Jul 23, 2008 5:10 am

are you using the newest csv in the submit code section?
Search, Just Do It.
User avatar
soccerstar
Clown
Clown
 
Posts: 501
Joined: Tue Jun 17, 2008 12:46 am

Re: Muse Tryteh Skill book bug

Postby Drakia on Wed Jul 23, 2008 5:12 am

The latest CSV posted is only 165 as far as I know.
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

Re: Muse Tryteh Skill book bug

Postby rl2171 on Wed Jul 23, 2008 5:29 am

I will be posting 170 csv's
Image
rl2171
Admin
Admin
 
Posts: 1706
Joined: Mon Aug 06, 2007 5:17 pm
Location: Sacramento, CA USA - GMT-8

Re: Muse Tryteh Skill book bug

Postby tomekk228 on Wed Jul 23, 2008 6:05 am

hö? csv?

I'm using Rev 80.

Edit:

Ok, i understand.

I copy the CSV files into my Server folder.

But i get 2 errors from the sql files in navicat:

  1.  
  2. [Err] 1136 - Column count doesn't match value count at row 1
  3. [Err] INSERT INTO `skills_data` VALUES ('2839','0','0','14','0','0','0','0','10','100','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','____________: Metal Moldie _Pre_F2P Unique Skill_','60','0','0','0');
  4. [Msg] Finished - Unsuccessfully
  5. ----------------------------------------------
  6.  


and

  1.  
  2. [Err] 1050 - Table 'skills_data' already exists
  3. [Err] #WARNING, multiple skillID detected !! 2987
  4. #WARNING, multiple skillID detected !! 321
  5. #WARNING, multiple skillID detected !! 5587
  6. #Don t forget to enter the good values for fields script, value1, gm_aoe
  7.  
  8. #
  9. # Table structure for table 'skills_data'
  10. #
  11. CREATE TABLE `skills_data` (
  12. `id` int(11) NOT NULL default '0',
  13. `level` int(11) NOT NULL,
  14. `sp` int(11) NOT NULL,
  15. `type` int(11) NOT NULL,
  16. `range` int(11) NOT NULL,
  17. `target` int(11) NOT NULL,
  18. `power` int(11) NOT NULL,
  19. `duration` int(11) NOT NULL,
  20. `mp` int(11) NOT NULL,
  21. `success` int(11) NOT NULL,
  22. `weapon` varchar(1000) NOT NULL,
  23. `class` varchar(1000) NOT NULL,
  24. `rskills` varchar(1000) NOT NULL,
  25. `lskills` varchar(1000) NOT NULL,
  26. `buff1` int(11) NOT NULL,
  27. `buffv11` int(11) NOT NULL,
  28. `buffv12` int(11) NOT NULL,
  29. `buff2` int(11) NOT NULL,
  30. `buffv21` int(11) NOT NULL,
  31. `buffv22` int(11) NOT NULL,
  32. `buff3` int(11) NOT NULL,
  33. `buffv31` int(11) NOT NULL,
  34. `buffv32` int(11) NOT NULL,
  35. `clevel` int(11) NOT NULL,
  36. `aoe` tinyint(1) NOT NULL,
  37. `aoeradius` int(11) NOT NULL,
  38. `skillname` varchar(100) NOT NULL,
  39. `cooldown` int(11) NOT NULL default '0',
  40. `script` int(11) NOT NULL default '0',
  41. `value1` int(11) NOT NULL default '0',
  42. `gm_aoe` tinyint(1) NOT NULL default '0',
  43. PRIMARY KEY  (`id`)
  44. ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  45. [Msg] Finished - Unsuccessfully
  46. --------------------------------------------------
  47.  
Last edited by tomekk228 on Wed Jul 23, 2008 6:11 am, edited 1 time in total.
User avatar
tomekk228
Pomic
Pomic
 
Posts: 97
Joined: Sat Aug 25, 2007 1:57 pm
Location: Wassenberg | Germany

Re: Muse Tryteh Skill book bug

Postby lmame on Wed Jul 23, 2008 6:07 am

Rev 80 uses csv and sql files.
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: Muse Tryteh Skill book bug

Postby tomekk228 on Wed Jul 23, 2008 6:27 am

lmame wrote:Rev 80 uses csv and sql files.


Yet i know that too :)

But i get 2 navicat errors. Show the edit above this post :)
User avatar
tomekk228
Pomic
Pomic
 
Posts: 97
Joined: Sat Aug 25, 2007 1:57 pm
Location: Wassenberg | Germany

Re: Muse Tryteh Skill book bug

Postby lmame on Wed Jul 23, 2008 6:38 am

I added a post for the skill file, you should see it.
viewtopic.php?f=21&t=1727&p=19172#p19172

It should solve the other error you got (extrat_skills.sql).
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: Muse Tryteh Skill book bug

Postby tomekk228 on Wed Jul 23, 2008 6:50 am

lmame wrote:1°) skills_data.sql:
In ths skill file (skills_data.sql) you got this as first lines:
#WARNING, multiple skillID detected !! 2987
#WARNING, multiple skillID detected !! 321
#WARNING, multiple skillID detected !! 5587
#Don t forget to enter the good values for fields script, value1, gm_aoe


This means there are several skills with the same skillID. It's taken from the STB so what you need to do is to remove some skills that have the same skillID in a way that only one should remain.
Once it's done, delete those lines:
#WARNING, multiple skillID detected !! 2987
#WARNING, multiple skillID detected !! 321
#WARNING, multiple skillID detected !! 5587
#Don t forget to enter the good values for fields script, value1, gm_aoe


And use Navicat (or phpmyadmin or whatever) to execute the .sql file.


2°) extra-skill.sql:
Execute file "extra-skill.sql" AFTER "skills_data.sql".


I dont understand this :(

where must i delete 2987, 321 and 5587?
User avatar
tomekk228
Pomic
Pomic
 
Posts: 97
Joined: Sat Aug 25, 2007 1:57 pm
Location: Wassenberg | Germany

Re: Muse Tryteh Skill book bug

Postby soccerstar on Wed Jul 23, 2008 6:53 am

there will be two or more of those specific numbers, you must delete the extra numbers so that you only have one of each of those numbers.
Search, Just Do It.
User avatar
soccerstar
Clown
Clown
 
Posts: 501
Joined: Tue Jun 17, 2008 12:46 am

Next

Return to Bugs

Who is online

Users browsing this forum: No registered users and 2 guests