Search:

Type: Posts; User: Torankusu

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    1,773

    Just because it would still work doesnt mean its...

    Just because it would still work doesnt mean its a good idea to use or practice.

    Mixing gs1 into gs2 coding is poor practice.
  2. Thread: Events Tag

    by Torankusu
    Replies
    30
    Views
    6,742

    There is no serverside verification before it...

    There is no serverside verification before it sets the tag.

    That is probably a bit above your skill level at the moment, but I'm gonna go ahead and recommend you read up on it. If you need some...
  3. Replies
    2
    Views
    841

    it means when you clicked on R, the function it...

    it means when you clicked on R, the function it uses to search and coordinate what returns encountered an error in line 213 of the code.
  4. Replies
    2,096
    Views
    344,109

    Nice teaser video. Nicely done, and the addition...

    Nice teaser video. Nicely done, and the addition looks very interesting.

    Good work iEra team.
  5. Replies
    15
    Views
    8,853

    Here you go, you are wanting to learn JS anyway,...

    Here you go, you are wanting to learn JS anyway, so here's a helpful page on topic of what you are asking:

    http://www.w3schools.com/js/js_break.asp

    I suggest looking into switch statement(s) as...
  6. Thread: Item System

    by Torankusu
    Replies
    4
    Views
    1,299

    i don't understand why you'd need file storage. ...

    i don't understand why you'd need file storage.

    If you set up the tables correctly, you should be able to contain all the information you need within them.
  7. Replies
    15
    Views
    8,853

    for what it's worth, the curly bracket isn't a...

    for what it's worth, the curly bracket isn't a necessity depending on what is being done. it does, however, make things easier to read.

    example:



    function onPlayerEnters() {
    ...
  8. Replies
    4
    Views
    1,214

    //Scripted by Joe function...

    //Scripted by Joe
    function onActionServerSide(getStats,acc)
    {
    if(getStats == "money")
    {
    temp.sendMoney = (@ "-System/Money").getMoney(acc);
    ...
  9. Thread: Gmap help

    by Torankusu
    Replies
    2
    Views
    695

    Yeah.....you could also refernce the gmap as a...

    Yeah.....you could also refernce the gmap as a level as well....ex 30 30 gmapname.gmap
  10. Replies
    12
    Views
    13,086

    Start small. Sounds like you are taking on...

    Start small. Sounds like you are taking on projects that you would benefit learning about on a smaller scale.
  11. Thread: graal editor

    by Torankusu
    Replies
    8
    Views
    1,925

    Follow those instructions.

    Follow those instructions.
  12. Replies
    8
    Views
    1,800

    Can you elaborate with what you mean by "the old...

    Can you elaborate with what you mean by "the old one"?

    Are you talking about the default stats (playerkills and playerdeaths)?

    If so, you can remove them from the Default Profile as such:

    ...
  13. Replies
    8
    Views
    1,800

    Yes. Clientr. Variables. Example: Kills. ...

    Yes. Clientr. Variables.

    Example:

    Kills.
    When a player kills another, simply do something like:

    player.clientr.kills += 1;
    //depending on how you set it up, you will need to reference...
  14. Replies
    8
    Views
    1,800

    Post the code you are using or used to determine...

    Post the code you are using or used to determine playerkills and playerdeaths don't work (those are the default variable names).

    Also:...
  15. Thread: Items Script

    by Torankusu
    Replies
    16
    Views
    2,487

    Fair enough, however sqlite is simple to learn...

    Fair enough, however sqlite is simple to learn with considerably more resources available than for gs2, so I can recommend he start learning there if he is wanting to learn database structure and...
  16. Thread: Items Script

    by Torankusu
    Replies
    16
    Views
    2,487

    Should I really have been precise for someone...

    Should I really have been precise for someone that doesn't really even understand what a clientr. flag is to begin with (the original poster)? or maybe you shouldn't have overlooked the "AND...."
    My...
  17. Thread: Items Script

    by Torankusu
    Replies
    16
    Views
    2,487

    Any flag that exceeds a preset character limit...

    Any flag that exceeds a preset character limit does not display the entire length in player flags via RC when editing the player attributes <--- How is this not true?

    Here is a snippet anyone can...
  18. Thread: Items Script

    by Torankusu
    Replies
    16
    Views
    2,487

    To also elaborate, storing items in an inventory...

    To also elaborate, storing items in an inventory via clientr. Flags can be sketchy simply because if yhat flag exceeds a certain character limit (128?), and someone edits the attributes manually...
  19. Thread: Items Script

    by Torankusu
    Replies
    16
    Views
    2,487

    I'd recommend leveraging the information in sql....

    I'd recommend leveraging the information in sql.

    If done properly, you could do character slots (multiple inventories, one user account, different characters).
  20. Replies
    20
    Views
    3,709

    ....not to be a downer, but...F5 does the same...

    ....not to be a downer, but...F5 does the same thing.

    Nice attempt, however. Keep trying, you are getting the basics, it seems.
  21. Replies
    18
    Views
    5,091

    While true, learning about Object Oriented...

    While true, learning about Object Oriented Programming (Javascript), could be beneficial (arguably more-so than just learning gs2).

    But below the surface, there are notable differences, but you...
  22. Replies
    13
    Views
    1,986

    This actually wouldnt work. You have a ; in an...

    This actually wouldnt work. You have a ; in an incorrect spot, and your syntax for echo is incorrect.
  23. Replies
    10
    Views
    2,102

    Recheck and make sure you saved the files in...

    Recheck and make sure you saved the files in 8-bit format.

    Anything higher will not display in the level editor.

    If you don't know how to check, attach them in this thread...
  24. Replies
    10
    Views
    2,102

    Uhm.....best thing I can tell you is to google...

    Uhm.....best thing I can tell you is to google hex codes for colors....one of those is solid white, the other is solid black....graal supports neither.
  25. Replies
    10
    Views
    2,102

    1.) Best way to achieve this is to tile it, and...

    1.) Best way to achieve this is to tile it, and make an image based off of it. You can also have it transparent via a script (alpha).

    2.) You need to make sure all images are 8-bit, and that you...
Results 1 to 25 of 36
Page 1 of 2 1 2