Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12

Thread: Scripting for Graal Online.

  1. #1

    Post Scripting for Graal Online.

    If anyone would be nice enough to give simple strait forward directions on how to make a command update the whole gmap and not just one level. Thanks

  2. #2
    Well I don't really know how to.. just update the level you are in when you're going to make a new one in your server.
    /te > Update level.
    Computer Science major? I don't know. What's GS2?
    日本語が少し出来ます。でも、「Weeb? ??じゃないですよ!

  3. #3
    aaaaaaaaaaaaaaaaaaaaaaaaa Grief Hero's Avatar
    Join Date
    Jun 2013
    Location
    n/a
    Posts
    1,327
    Hey,
    If you're trying to update the entire map, you can use a sendtorc command to update the map :]
    Something like this should work, just place into a weapon script, edit it then click "apply" to update. (DO NOT PUT IT INTO AN NPC ON THE MAP, i did this and it was constantly updating lol. silly grief.)

    PHP Code:
    function onCreated() {
    temp.gmap "grief_gmap.gmap"// replace this with your gmap name, remember it should end with .gmap
    sendtorc("/updatelevel " temp.gmap);



    I saw. I conquered. I came.


  4. #4
    Quote Originally Posted by Grief Hero View Post
    Hey,
    If you're trying to update the entire map, you can use a sendtorc command to update the map :]
    Something like this should work


    PHP Code:
    function onCreated() {
    temp.gmap "grief_gmap.gmap"// replace this with your gmap name, remember it should end with .gmap
    sendtorc("/updatelevel " temp.gmap);

    That updates the whole .gmap by saying /updatelevel? Are you supposed to put an NPC on the level or on the RC NPC?
    Computer Science major? I don't know. What's GS2?
    日本語が少し出来ます。でも、「Weeb? ??じゃないですよ!

  5. #5
    aaaaaaaaaaaaaaaaaaaaaaaaa Grief Hero's Avatar
    Join Date
    Jun 2013
    Location
    n/a
    Posts
    1,327
    Quote Originally Posted by Kendrick View Post
    That updates the whole .gmap by saying /updatelevel? Are you supposed to put an NPC on the level or on the RC NPC?
    ahh i edited it again with more directions


    I saw. I conquered. I came.


  6. #6
    Quote Originally Posted by Grief Hero View Post
    ahh i edited it again with more directions
    I'll add this script to the server I am in, thank you!
    Computer Science major? I don't know. What's GS2?
    日本語が少し出来ます。でも、「Weeb? ??じゃないですよ!

  7. #7
    What server are you in ?

  8. #8
    Dev Mizzaline.
    Computer Science major? I don't know. What's GS2?
    日本語が少し出来ます。でも、「Weeb? ??じゃないですよ!

  9. #9
    Alright.. Whos the manager? Or the most active person that may hire?

    - - - Updated - - -

    & how can i apply?

    - - - Updated - - -

    You there?

  10. #10
    Quote Originally Posted by Roezhy123 View Post
    Alright.. Whos the manager? Or the most active person that may hire?

    - - - Updated - - -

    & how can i apply?

    - - - Updated - - -

    You there?
    Message Taru, he is a Dev on Ol West.
    Computer Science major? I don't know. What's GS2?
    日本語が少し出来ます。でも、「Weeb? ??じゃないですよ!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •