Latest Threads

Forum Statistics
  • Forum posts:65,190
  • Forum threads:5,776
  • Members:1,760
  • Latest member:ug2882


Posted by: Crash
01-09-2012, 06:19 AM
Forum: Suggestions
- No Replies

We have all these nice boxing arenas and hand to hand takes to long and we all lose interest, so my thought was to make some boxing gloves with the same effect as the grog bottles. Players old and new have an equal chance and a good time for all.

Print this item


Posted by: Lamby
01-09-2012, 04:37 AM
Forum: Hall of Commerce
- Replies (1)

Buying lots of potion kegs.

Print this item


Posted by: Crash
01-08-2012, 07:48 PM
Forum: General
- Replies (2)

Soma Shadow and I just figured out the shade memorial and all its tricks i just want to give props out to whoever designed it and say thanks for honoring him in such a way.

Print this item


Posted by: Keeper
01-08-2012, 05:49 PM
Forum: Suggestions
- Replies (1)

Would it be possible if someone were to die in the Merc camp and there body decays that the items on there body would go to the contribution basket?

just a thought Smile

Print this item


Posted by: Akira
01-07-2012, 10:52 PM
Forum: General
- Replies (17)

Hello Everyone , I llike to introduce myselft i'am Akira , Also Known as Barbie,
Ive been around IN on first start ive been in DOOM guild , Vampire , SIN , some of old player might know me , Iam very sorry if i did something bad to you my apologize. Wink

I like to make a new start on this world , ive been looking for a IN look like shard a long time , and was browsing on the web for some IN news, im very happy that Taran keep working on the shard, Ill be there today and start again , im wondering if there's still some old ppl overthere =). Well See you in game.

Print this item


Posted by: XoD174
01-07-2012, 08:29 PM
Forum: Suggestions
- Replies (12)

Hi there. How about make new regular command ingame something like .ph which will be increase skills gain speed at twice (or just x1.5). This command will work only 1 hour a day for each char/account. Also probably this command can be used by newbies only and not applied not to all skills (hardest skills only?). What do you think?

Print this item


Posted by: XoD174
01-07-2012, 05:39 PM
Forum: Technical Support
- Replies (2)

Subj. Client version is 6.0.4.0, started via Razor. I left my char in my house macroing Peacemaking with EasyUO. It is just use this skill with targetself and with delay while music playing. I was AFK about 2 hours and my char has connection lost. This happen twice a day today. What can be a reason?

In the same time on the same connection my wife gained other skill with Razor and haven't connection losts. I never have problem like this before while used other tools for macroing or the same tool with other macroses (excluding lumber and miming macro using which i can be kicked out by anti macro gump).

Print this item


Posted by: XoD174
01-07-2012, 02:44 PM
Forum: Player Guides
- Replies (3)

Just got this macros on easyuo.com macros collection and it works really better than Razor peacemaking macros from IN Patcher! You don't need a horse or any other creature anymore! Just put instrument in your backpack and start macros!

Note: if your skill musicianship lower than 80.0 it will train musics to 80.0 first. I think it useless here but i already have GM musics so i leaved it as is Smile If you haven't have 80.0 musicianship you can edit 23 string of this script before start using script.

Code:
;***************************************************************************************
; Script Name: Paladin's PeaceMaker Trainer
; Author: Paladin
; Version: 2.0.0b - Last Updated 11/10/06
; Original Script Relase : 9/26/05
; Client Tested with: 5.0.1j
; EUO version tested with: 1.5 - test Version 69
; Shard OSI / FreeShards : Tested on FS Alexandria - Should work on OSI
; Global Variables Used: none
; Purpose: Raise your Peacemaking skill by Targeting yourself! Suggested use on a Boat!
;  * if Musicianship is below 80 it will just gain music till 80 then do Peacemaking
;***************************************************************************************

set %instruments QRF_NRF_MQF_PRF_LQF_OQF_QRF_PGP
set %StartTime #scnt
;***************************************************************************************

_Start:

chooseskill musi
set %music #skill
event skillLock musi up
if %music < 800
{
set %startingskill #skill
set %currentskill #skill
gosub skillmenu
gosub music
}

chooseskill peac
set %startingskill #skill
set %currentskill #skill
event skillLock peac up  


event macro 8 3
wait 20

gosub skillmenu
gosub PaladinScriptTimer 95 110 115 110
gosub findinstrument

_Main:

gosub PaladinScriptTimer 95 110 115 110
gosub checkcap
gosub peacemake

goto _Main

;=======================================================================================

sub checkcap

chooseskill peac
if #skill = #skillcap
{
menu hide
display ok Finished! You've hit your Peacemaking Cap! Congrats!
halt
}

return

;=======================================================================================

sub peacemake

event macro 13 9
wait 10

scanjournal 1
if shall_you_play in #journal
gosub findinstrument

if #targCurs = 1
{
event macro 23 0
gosub checkskill peac
gosub PaladinScriptTimer 95 110 115 110
menu delete _curstatus
menu text _curstatus 55 80 PeaceMake Skill wait..
wait 9s
}

return

;=======================================================================================

sub findinstrument

set %dots .
set %_dots .

menu delete _curstatus
menu text _curstatus 55 80 Finding Instrument
menu delete _dots

for %i 1 10
{
menu text _dots 165 80 %_dots
wait 4
set %_dots %_dots , %dots
}

if #targCurs = 1
key esc

menu delete _dots

finditem %instruments C_ , #backpackid
if #findkind <> -1
{
menu delete _curstatus
menu text _curstatus 55 80 Instrument found!!
set #lobjectid #findid
wait 20
event macro 17 0
menu delete _curstatus
menu text _curstatus 55 80 Instrument played - waiting..
wait 7s
deletejournal
gosub PaladinScriptTimer 95 110 115 110
return
}

else
{
menu delete _dots
wait 10
key Esc
menu hide
display ok Out of Instruments! Halting!
halt
}

;=======================================================================================

sub music

_musictraining:

gosub PaladinScriptTimer 95 110 115 110

gosub playmusic
chooseskill musi
if #skill >= 800
{
menu hide
menu clear
wait 5
goto _Start
}

else
goto _musictraining

;=======================================================================================

sub playmusic

finditem %instruments C_ , #backpackid
if #findkind <> -1
{
set #lobjectid #findid
wait 10
event macro 17 0
gosub checkskill musi
gosub PaladinScriptTimer 95 110 115 110
menu delete _curstatus
menu text _curstatus 55 80 Instrument played - waiting..
wait 7s
return
}

else
{
wait 1s
menu hide
display Out of Instruments! Halting!
halt
}


;=======================================================================================

sub checkskill

wait 1s
chooseskill %1
if #skill > %currentskill
{
set %currentskill #skill
str len %currentskill
str ins %currentskill #dot #strRes
menu delete _currentskill
menu text _currentskill 90 20 #strRes
set %skillgains %currentskill - %startingskill
str len %skillgains
str ins %skillgains #dot #strRes
menu delete _skillgains
menu text _skillgains 90 50 #strRes
}

gosub PaladinScriptTimer 95 110 115 110
return

;=======================================================================================

sub skillmenu

menu clear
menu window title Paladin's PeaceMaker Trainer
menu window size 275 140
menu window color Black
menu Font Name Times New Roman
menu font bgcolor Black
menu font size 10
menu font color Yellow
menu text curskill 10 20 Current skill:
menu text totgains 10 50 Total gains:
menu text curstatus 10 80 Status:
menu text time 10 110 Time Running:
menu font color Lime

set %currentskill #skill
str len %currentskill
str ins %currentskill #dot #strRes
menu delete _currentskill
menu text _currentskill 90 20 #strRes
set %skillgains %currentskill - %startingskill
str len %skillgains
str ins %skillgains #dot #strRes
menu delete _skillgains
menu text _skillgains 90 50 #strRes

menu show
return


;==========================================================================
; Please keep this header with the sub if you use it
;Name: PaladinScriptTimer Sub
;author: paladin
;Version 1.0 1
;Date released: 3/27/06
;Purpose: Sub that displays time in hours and minutes since
;         script started
;         Updates the displayed timer when called
;
; parameters : %1 menuposx for Hour display
;            : %2 menuposy for Hour display
;            : %3 menuposx for Minute display
;            : %4 menuposy for Minute display
;
; returns nothing
;
;==========================================================================

sub PaladinScriptTimer

set %TimeSpent #scnt - %StartTime

set %Hours ( %TimeSpent / 3600 )
set %Mins  ( %TimeSpent / 60 ) - ( %Hours * 60 )

if %PrevHours <> %Hours
{
  set %PrevHours %Hours
  menu delete _Hours
  menu text _Hours %1 %2 %Hours h
}
if %PrevMins <> %Mins
{
  set %PrevMins %Mins
  menu delete _Mins
  menu text _Mins %3 %4 %Mins m
}

return

;==========================================================================

P.S.: Shade, pleeease fix Google +1 button at the bottom of each forum page! Wink

Print this item


Posted by: Craditz
01-07-2012, 05:02 AM
Forum: Hall of Commerce
- No Replies

reg logs 10gp eacg
oak logs 10gp each
mahogany 10gp each!!!
ash 12gp each
willow-100 for 3000

all high end 100 boards 4000$

need any personal orders just pm me

Print this item


Posted by: Lamby
01-06-2012, 06:08 AM
Forum: Hall of Commerce
- Replies (5)

Buying the shit out of full bookshelves...

Print this item