PDA

View Full Version : Something has happened



Vinko
04-16-2012, 12:35 AM
Does anyone happened to have the html code of a page where they got a random event?
such as a lab map or codestone?

Ryan~
04-16-2012, 01:00 AM
[Only registered and activated users can see links]

Get the source from there.

Vinko
04-16-2012, 01:27 AM
i will give it a shot thank you.

Ryan~
04-16-2012, 01:31 AM
If it wont work, ill try and get a RE :P

Vinko
04-16-2012, 01:42 AM
testing it now. having issue having program log random events. its getting them, just not logging them lol

Ryan~
04-16-2012, 01:53 AM
When it gets one, have it print out the pageHTMl to the console. Then see what exactly the code is.

j03
04-16-2012, 10:54 AM
If InStr(1, strHTML, "Something has happened!") Then
strEvent = GSB(strHTML, "Something has happened!", "</td></tr></table>")
rEvent = GSB(strEvent, "<td width=320>", "<br>")
lstRE.AddItem DateTime.Time & ": " & rEvent, 0
End If