View Single Post
Old 10-13-2007, 06:15 PM   #8 (permalink)
daat99
RunUO Forum Moderator
 
daat99's Avatar
 
Join Date: Dec 2004
Location: Israel
Age: 27
Posts: 8,163
Send a message via ICQ to daat99 Send a message via AIM to daat99
Default

sorry about that
change:
Code:
else if (tipsXML.FirstChild.Count<=number || number<0) //make sure the number we received is between 0 and the childs count minus 1 for last child.
to:
Code:
else if (tipsXML.FirstChild.ChildNodes.Count<=number || number<0) //make sure the number we received is between 0 and the childs count minus 1 for last child.
__________________
I always try to help
Sometimes, I don't know how....

My Web Page
Forum Rules
-------------------------------------------------------------
Extensive OWLTR System | Token System | World Teleporters
-------------------------------------------------------------
daat99 is offline   Reply With Quote