svn[1367] Problem with some items

Posts from previous Beta sessions

svn[1367] Problem with some items

Postby maqjav » Sun Sep 09, 2007 5:10 am

Hello again.

I posted some links where i show this problem in older version, and you fixed it.
Here is another item that is giving problems:
http://www.herederosdethrall.es/index.p ... &member=54

If we have items like that, do you want to upload the links here?
Last edited by maqjav on Sun Sep 30, 2007 9:49 pm, edited 2 times in total.
maqjav
WR.net Journeyman
WR.net Journeyman
 
Posts: 100
Joined: Wed Oct 18, 2006 2:38 pm

svn[1314] Problem with some items

Postby ds » Sun Sep 09, 2007 5:14 am

Yes please. I can only fix parsing errors if I know about them! :)

Thanks for the report, I'll get it fixed soon.
Image
ds
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 297
Joined: Sat Jul 08, 2006 9:58 am

Re: svn[1314] Problem with some items

Postby Wyren » Sun Sep 09, 2007 5:46 pm

I also have problems with items not being parsed, getting the errors like:
lib/item.php
Roster Notice line 1190: Failed to Parse "Light-Etched Longsword of the Beast": [25146:912:0:0:0:0:-41:395771922] (enUS) colorToolTip() used
Demonslaying
Roster Notice line 1190: Failed to Parse "Light-Etched Longsword of the Beast": [25146:912:0:0:0:0:-41:395771922] (enUS) colorToolTip() used
Demonslaying


http://213.187.181.218/roster/index.php ... member=189

Is there any more info you need regarding errors like this?
Wyren
WR.net Journeyman
WR.net Journeyman
 
Posts: 81
Joined: Wed Jul 26, 2006 3:07 pm

svn[1314] Problem with some items

Postby maqjav » Tue Sep 11, 2007 5:54 am

maqjav
WR.net Journeyman
WR.net Journeyman
 
Posts: 100
Joined: Wed Oct 18, 2006 2:38 pm

svn[1314] Problem with some items

Postby maqjav » Tue Sep 11, 2007 5:55 am

maqjav
WR.net Journeyman
WR.net Journeyman
 
Posts: 100
Joined: Wed Oct 18, 2006 2:38 pm

svn[1314] Problem with some items

Postby ds » Tue Sep 11, 2007 6:29 am

Bullets/Arrows will be parsed correctly my next Commit to the SVN.. Thanks for the reports! :)

Added in SVN: 1322 (forgot the comment! whoops)
Last edited by ds on Tue Sep 11, 2007 2:02 pm, edited 1 time in total.
Image
ds
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 297
Joined: Sat Jul 08, 2006 9:58 am

Re: svn[1314] Problem with some items

Postby Cylc » Tue Sep 11, 2007 2:05 pm

Cylc
WR.net Apprentice
WR.net Apprentice
 
Posts: 4
Joined: Wed Jan 17, 2007 8:21 am

svn[1314] Problem with some items

Postby ds » Tue Sep 11, 2007 2:17 pm

I thought I already fixed shields for FR?
Image
ds
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 297
Joined: Sat Jul 08, 2006 9:58 am

svn[1314] Problem with some items

Postby ds » Tue Sep 11, 2007 2:23 pm

Made it match a little different.. let me know if this fixes (or breaks) the problem.
[SVN: 1323]
Image
ds
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 297
Joined: Sat Jul 08, 2006 9:58 am

svn[1329] Problem with some items

Postby maqjav » Sat Sep 15, 2007 6:47 am

maqjav
WR.net Journeyman
WR.net Journeyman
 
Posts: 100
Joined: Wed Oct 18, 2006 2:38 pm

svn[1329] Problem with some items

Postby ds » Sat Sep 15, 2007 6:57 am

Will be fixed next Commit to svn.

file: localization/esES.php
Code: Select all
$lang['tooltip_preg_emptysocket']='/Ranura (rojo|amarillo|azul|meta)/';
Image
ds
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 297
Joined: Sat Jul 08, 2006 9:58 am

svn[1329] Problem with some items

Postby maqjav » Sat Sep 15, 2007 7:58 am

I tried with the change and it continues showing the grey box.
maqjav
WR.net Journeyman
WR.net Journeyman
 
Posts: 100
Joined: Wed Oct 18, 2006 2:38 pm

svn[1329] Problem with some items

Postby ds » Sat Sep 15, 2007 8:04 am

Can you verify I have the colors correct with this:
Code: Select all
$lang['gem_colors'] = array(
   'red' => 'rojo', //roja ?
   'blue' => 'azul',
   'yellow' => 'amarillo', //amarilla ?
   'green' => 'verde',
   'orange' => 'naranja',
   'purple' => 'lila',
   'prismatic' => 'centelleante',
   'meta' => 'Meta'
   );


Are ES color different depending on how they are used in a sentence?
Last edited by ds on Sat Sep 15, 2007 8:05 am, edited 1 time in total.
Image
ds
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 297
Joined: Sat Jul 08, 2006 9:58 am

svn[1329] Problem with some items

Postby Subxero » Sat Sep 15, 2007 10:49 am

Depends from the subject
male = rojo/amarillo
female = roja/amarilla

I think the only solution is search roj% and amarill%, not ?
Last edited by Subxero on Sat Sep 15, 2007 10:50 am, edited 1 time in total.
Subxero - Priest 70 Holy - Asphelt Knight Officer - Zul'jin Horde.
User avatar
Subxero
WR.net Artisan
WR.net Artisan
 
Posts: 234
Joined: Thu Jul 06, 2006 4:08 pm
Realm: Zul'jin (PvE) - US

svn[1329] Problem with some items

Postby maqjav » Sun Sep 16, 2007 1:49 am

In fact i think they are female always:
Code: Select all
Roja, amarilla


Edit:

Fixed with this changes:
$lang['tooltip_preg_emptysocket']='/Ranura (roja|amarilla|azul|meta)/';

$lang['gem_colors'] = array(
'red' => 'roja',
'blue' => 'azul',
'yellow' => 'amarilla',
'green' => 'verde',
'orange' => 'naranja',
'purple' => 'lila',
'prismatic' => 'centelleante',
'meta' => 'Meta'
Last edited by maqjav on Sun Sep 16, 2007 1:52 am, edited 1 time in total.
maqjav
WR.net Journeyman
WR.net Journeyman
 
Posts: 100
Joined: Wed Oct 18, 2006 2:38 pm

Next

Return to Archived

Who is online

Users browsing this forum: No registered users and 1 guest

cron