Jump to content

omg the burghers helm is back!


ganon95

Recommended Posts

if you talk to mawnis burowgar while wearing anything but full jester youll notice his helm is off, take a look:

 

 

 

 

 

 

 

before.png

 

 

 

 

 

 

 

but....if you talk to him with FULL jester his helmet returns! look:

 

 

 

 

 

 

 

after.png

 

 

 

 

 

 

 

lol this just made me laugh

emote.gif

http://forum.tip.it/viewtopic.php?t=615955

click link to go to ganon95 productions

runescape requires a lot of skills, napoleon dynamyte would love this game

i am the proud owner of the quest point cape; all quests done 12/04/06

Link to comment
Share on other sites

Hmm. That revealed a small amount to me about Jagex's code. I figured the images of the face you see when talking were dependant on what the character looked like. But apparently (or at least when it comes to NPCs) the image is preset.

Goals to get my skills back up to a barely respectable level on the high scores:

mayjest.png

 

Currently going for Bone to Peaches spell. It's amazing how boring doing the same repetitive task is! Stupid MTA

Link to comment
Share on other sites

lol thats funny

nabsigmar2011.png

[spoiler=My 99s (7)]9,638th to 99 Fletching ~ 29th January 2007

737th to 99 Hunter ~ 2nd July 2007

910th to 99 Agility ~ 28th January 2008

59,467th to 99 Defence ~ 23rd December 2009

92,762nd to 99 Hitpoints ~ 26th June 2010

102,704th to 99 Attack ~ 29th June 2010

144,091st to 99 Strength ~ 29th June 2010

 

Link to comment
Share on other sites

Well, first off, they're not images per say. They're sprites.. just wanted to straighten that out.

 

 

 

 

 

 

 

And it's very simple coding really. I don't know how it'd go exactly in Java (or RuneScript), but it'd be a simple If...Then Statement.

 

 

 

 

 

 

 

If player.chest = 0123 AND player.legs = 0124 AND player.head = 1235... etc etc for the whole outfit



//Player is wearing full jester







Then







NPC.face = 1203



//Show Face with Helm







Else







Npc.face = 1204



//Show Face w/o Helm







End



 

 

 

 

 

 

 

So yea.. just thought I'd throw in my two-cents worth.

 

 

 

 

 

 

 

~Lunar

demonslayer2.png

Retired Tip.It Mod || Admin and Founder of Caesar 3 Mod Squad! All are welcome!

Link to comment
Share on other sites

Well, first off, they're not images per say. They're sprites.. just wanted to straighten that out.

 

 

 

 

 

 

 

And it's very simple coding really. I don't know how it'd go exactly in Java (or RuneScript), but it'd be a simple If...Then Statement.

 

 

 

 

 

 

 

If player.chest = 0123 AND player.legs = 0124 AND player.head = 1235... etc etc for the whole outfit



//Player is wearing full jester







Then







NPC.face = 1203



//Show Face with Helm







Else







Npc.face = 1204



//Show Face w/o Helm







End



 

 

 

 

 

 

 

So yea.. just thought I'd throw in my two-cents worth.

 

 

 

 

 

 

 

~Lunar

 

 

 

 

 

 

 

VB is for noobs. ;)

 

 

 

 

 

 

 

And PLEASE don't make me explain the different between Java and JavaScript. All programmers hate these being confused and it makes us very angry.

 

 

 

 

 

 

 

EDIT: It was an honest mistake, fortunately he knows the difference and fixed his post.

  • Never trust anyone. You are always alone, and betrayal is inevitable.
  • Nothing is safe from the jaws of the decompiler.

Link to comment
Share on other sites

why were you experimenting with things like this?

 

 

 

 

 

 

 

i just wanted to see what he would say if i was wearing full jester and a weapon but then i saw his helm lol

emote.gif

http://forum.tip.it/viewtopic.php?t=615955

click link to go to ganon95 productions

runescape requires a lot of skills, napoleon dynamyte would love this game

i am the proud owner of the quest point cape; all quests done 12/04/06

Link to comment
Share on other sites

@Jard: I was thinking the exact same thing like 5 minutes ago while I was telling my friend about Java. I know the difference.. just messed up <.<

 

 

 

 

 

 

 

I'll fix that now.

 

 

 

 

 

 

 

~Lunar

demonslayer2.png

Retired Tip.It Mod || Admin and Founder of Caesar 3 Mod Squad! All are welcome!

Link to comment
Share on other sites

oh its always there its just invisible and you can only break his mighty invisibilty spell while wearing full jesters

 

 

 

 

 

 

 

Hehe \' Nice find but teleothers with automatic acceptance would be more entertaining :D

Currently not active on RuneScape.

dazzuhsiggyfinal.png

 

Link to comment
Share on other sites

@Jard: I was thinking the exact same thing like 5 minutes ago while I was telling my friend about Java. I know the difference.. just messed up <.<

 

 

 

 

 

 

 

I'll fix that now.

 

 

 

 

 

 

 

~Lunar

 

 

 

 

 

 

 

*Pats forehead with wet towel, breathing heavily*

 

 

 

 

 

 

 

Good.

  • Never trust anyone. You are always alone, and betrayal is inevitable.
  • Nothing is safe from the jaws of the decompiler.

Link to comment
Share on other sites

Well, first off, they're not images per say. They're sprites.. just wanted to straighten that out.

 

 

 

 

 

 

 

And it's very simple coding really. I don't know how it'd go exactly in Java (or RuneScript), but it'd be a simple If...Then Statement.

 

 

 

 

 

 

 

If player.chest = 0123 AND player.legs = 0124 AND player.head = 1235... etc etc for the whole outfit



//Player is wearing full jester







Then







NPC.face = 1203



//Show Face with Helm







Else







Npc.face = 1204



//Show Face w/o Helm







End



 

 

 

 

 

 

 

So yea.. just thought I'd throw in my two-cents worth.

 

 

 

 

 

 

 

~Lunar

 

 

 

 

 

 

 

this wouldnt apply before you finish the quest, as he has the helm on the whole time then....

simpleholyhandgrenade.gif

 

holygrail-1.jpg

Link to comment
Share on other sites

In reality JaGeX uses a variant of arrays or trees to store that information in, as far as I know. And it shouldnt be easy to check if the quest is busy, just check for the quest progress (I think integer)

 

 

 

 

 

 

 

You got the NPC.face incorrect tho, in runescript there is a much easier solution but with a very complicated reusable method to use it.

siggyanimatoin5dt.gif

--- Since januari/februari 2001 ---

The Grand Exchange Search Extension

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.