The world is currently online!


Welcome to Emps-World!

Register now to gain access to all of our forum features. Once registered and logged in, you will be able to create topics, post replies, send private messages, manage your profile, chat with other players in the shoutbox and much more. Once you sign in, this message will disappear.



Pages: 1
0 Members and 1 Guest are viewing this topic.

Offline Keiskelar

  • *
  • 436
  • Liked: 180 times
  • +0/-0
    • View Profile
Ingame Commands
« on: August 19, 2015, 08:08:49 pm »
So I was thinking that when we type the command ::wiki and we type an args(it's like when you type your new password) it opens the page which you typed its name in the args, I don't know how to explain it so I was thinking it should be like this.

Code: [Select]
if (playerCommand.startsWith("wiki")) {
try {
   String[] args = playerCommand.split(" ");
int wikiPage = Integer.parseInt(args[1]);
if ((wikiPage <= 25)
c.sendFrame126("https://emps-world.net/wiki/(wikiPage)");

} else {
c.sendMessage("The Wiki Page name can not be longer than 25 characters..");
}
} catch(Exception e) {

}
}
}

Its more like I type ::wiki herblore and it opens the herblore page.

EDIT:

Also add ::highscores keiskelar(it opens my highscores profile)
::forum 12540(opens topic 12540 at the forum.)
« Last Edit: August 23, 2015, 02:42:02 pm by Keiskelar »



You don't get postcount in Off-Topic Section btw.

#Joshiee

"Two things are infinite: the universe and human stupidity,
and I’m not sure about the universe."
- Albert Einste

Offline C4 Nerd

  • *
  • 3296
  • Liked: 715 times
  • +0/-0
    • View Profile
Re: Wiki Command
« Reply #1 on: August 19, 2015, 08:23:51 pm »
I see what you mean and it would be great!

Would love this with forum too (::forum (the topic number here))
« Last Edit: August 19, 2015, 08:25:39 pm by C4 Nerd »


Thanks Bubblebeam2 and Shadowkei <3



Emps-World Moderator since December 9th, 2014

Emps-World Administrator since April 8th, 2015

Emps-World Game Administrator Since June 8th, 2015

Resigned October 17th, 2015

Offline Keiskelar

  • *
  • 436
  • Liked: 180 times
  • +0/-0
    • View Profile
Re: Wiki Command
« Reply #2 on: August 19, 2015, 08:25:49 pm »
I see what you mean and it would be great!

Would love this with forum too (::forum (the topic number here)

you mean ::thread 12540, right?

It would be great if we have that too.

And ::hiscores c4 nerd :)



You don't get postcount in Off-Topic Section btw.

#Joshiee

"Two things are infinite: the universe and human stupidity,
and I’m not sure about the universe."
- Albert Einste

Offline Joshiee

  • *
  • 4574
  • Liked: 701 times
  • +0/-0
  • Hhhhhhhhhhhhhhhhhhhh
    • View Profile
Re: Wiki Command
« Reply #3 on: August 19, 2015, 09:09:09 pm »
All of the above would serve great purposes in-game. I agree.

Offline C4 Nerd

  • *
  • 3296
  • Liked: 715 times
  • +0/-0
    • View Profile
Re: Wiki Command
« Reply #4 on: August 19, 2015, 09:35:31 pm »
I see what you mean and it would be great!

Would love this with forum too (::forum (the topic number here)

you mean ::thread 12540, right?

It would be great if we have that too.

And ::hiscores c4 nerd :)

It doesn't really matter, i believe ::forum would be slightly better because we already have a ::forum command ingame


Thanks Bubblebeam2 and Shadowkei <3



Emps-World Moderator since December 9th, 2014

Emps-World Administrator since April 8th, 2015

Emps-World Game Administrator Since June 8th, 2015

Resigned October 17th, 2015

Offline Charr

  • *
  • 3059
  • Liked: 3226 times
  • +0/-0
    • View Profile
Re: Wiki Command
« Reply #5 on: August 19, 2015, 09:43:15 pm »
Would be really handy for pointing people to places, agree.
;

Mary

Re: Wiki Command
« Reply #6 on: August 19, 2015, 10:12:12 pm »
Not sure if many players would use it but it's a very easy addition so why not.


I see what you mean and it would be great!

Would love this with forum too (::forum (the topic number here))

I am an old forum user and I still don't look at the topic numbers. Only useful for ticket numbers imo

Offline Keiskelar

  • *
  • 436
  • Liked: 180 times
  • +0/-0
    • View Profile
Re: Wiki Command
« Reply #7 on: August 20, 2015, 07:08:00 am »
Not sure if many players would use it but it's a very easy addition so why not.


I see what you mean and it would be great!

Would love this with forum too (::forum (the topic number here))

I am an old forum user and I still don't look at the topic numbers. Only useful for ticket numbers imo

It would be useful for clan advertising Ingame.



You don't get postcount in Off-Topic Section btw.

#Joshiee

"Two things are infinite: the universe and human stupidity,
and I’m not sure about the universe."
- Albert Einste
Pages: 1