• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Ctrl + V

Status
Not open for further replies.
xxx@xxx:~/elf/refresher$ ./refresher
[MAIN] *** OTS-List.org Refresher v0.1 ***
[MAIN] Starting 1 crawler thread.
[T#1] Selecting server: WypasOTS.
[T#1] Binding address: wypas.eu.
[T#1] Connecting...
[T#1] Connected! Requesting data...
[T#1] Done, awaiting response...
[T#1] Failed reading response (ERR: 0), skipping.
[MAIN] Caught signal QUIT, closing nicely.
xxx@xxx:~/elf/refresher$
 
Code:
Oh I don`t rule the world. I`m a mercenary, the world is none of my concern. If you don`t come up with a respectable reason why I should be your friend then why do you wonder that I don`t add you?

Don't ask me :p
 
<item id="4223" article="a" name="giant tree root"/>
<item id="4224" article="a" name="giant tree root"/>
<item id="4225" article="a" name="giant tree root"/>
<item id="4226" article="a" name="giant tree root"/>
<item id="4227" article="a" name="giant tree root"/>
<item id="4228" article="a" name="giant tree root"/>
<item id="4229" article="a" name="giant tree root"/>
<item id="4230" article="a" name="giant tree root"/>
<item id="4231" article="a" name="giant tree root"/>
<item id="4232" article="a" name="giant tree root"/>
<item id="4233" article="a" name="giant tree root"/>
<item id="4234" article="a" name="giant tree root"/>
<item id="4235" article="a" name="giant tree root"/>
<item id="4236" article="a" name="giant tree root"/>
<item id="4237" article="a" name="giant tree root"/>
<item id="4238" article="a" name="giant tree root"/>
 
funx1.png
 
object MainMenu1: TMainMenu
Images = ImageList1
Left = 212
Top = 160
object File1: TMenuItem
Caption = '&File'
Hint = 'Start a new Non Player Character (NPC) Project'
object New1: TMenuItem
Caption = 'N&ew'
Hint = 'Start a new Non Player Character (NPC) Project'
ImageIndex = 0
ShortCut = 16462
end
object N1: TMenuItem
Caption = '-'
end
object Open1: TMenuItem
Caption = '&Open...'
Hint =
'Open an existing NPC Studio project, or a NPC (*.xml), file to l' +
'oad on editor.'
ImageIndex = 1
ShortCut = 16463
end
object Save1: TMenuItem
Caption = '&Save'
Hint = 'Save the project as.. Or save current script to a (*.xml) file.'
ImageIndex = 2
end
object SaveAs1: TMenuItem
Caption = 'Save &As...'
Hint = 'Save the project as.. Or save current script to a (*.xml) file.'
ShortCut = 16467
end
object N2: TMenuItem
Caption = '-'
end
object Print1: TMenuItem
Caption = 'Print'
Hint = 'Print the NPC (script view).'
ImageIndex = 3
ShortCut = 16464
end
object N5: TMenuItem
Caption = '-'
end
object Close1: TMenuItem
Caption = 'Close'
end
end
object Edit1: TMenuItem
Caption = 'Ed&it'
object Undo1: TMenuItem
Caption = '&Undo'
Hint = 'Undo last action'
ImageIndex = 7
ShortCut = 16474
end
object Redo1: TMenuItem
Caption = 'Red&o'
Hint = 'Redo last action'
ImageIndex = 8
ShortCut = 16473
end
object N6: TMenuItem
Caption = '-'
end
object Cut1: TMenuItem
Caption = 'C&ut'
Hint = 'Cut the selected text in the editor'
ImageIndex = 4
ShortCut = 16472
end
object Copy1: TMenuItem
Caption = 'C&opy'
Hint = 'Copy to clipboard the selected text on editor'
ImageIndex = 5
ShortCut = 16451
end
object Paste1: TMenuItem
Caption = 'P&aste'
Hint = 'Paste from clipboard to the script'
ImageIndex = 6
ShortCut = 16470
end
object SelectAll1: TMenuItem
Caption = 'Selec&t All'
Hint = 'Select the whole script lines'
ShortCut = 16449
end
object N7: TMenuItem
Caption = '-'
end
object ZoomIn1: TMenuItem
Caption = 'Zoom In +'
Hint = 'Zoom in the script view letters'
ImageIndex = 9
end
object ZoomOut1: TMenuItem
Caption = 'Zoom Out -'
Hint = 'Zoom out the script view letters'
ImageIndex = 10
end
end
object ools1: TMenuItem
Caption = '&Tools'
object EnvironmentOptions1: TMenuItem
Caption = 'Environment Options'
OnClick = EnvironmentOptions1Click
end
object OutfitDesigner1: TMenuItem
Caption = 'Outfit Designer'
end
object ScriptView1: TMenuItem
Caption = 'Script View'
end
end
object Help1: TMenuItem
Caption = 'H&elp'
object Website1: TMenuItem
Caption = 'Website'
OnClick = Website1Click
end
object N3: TMenuItem
Caption = '-'
end
object Needhelp1: TMenuItem
Caption = 'Need help?'
object WebsiteSupport1: TMenuItem
Caption = 'Website Support'
ShortCut = 112
OnClick = WebsiteSupport1Click
end
end
object N4: TMenuItem
Caption = '-'
end
object About1: TMenuItem
Caption = 'About'
OnClick = About1Click
end
end
end
 
Status
Not open for further replies.
Back
Top