Creation/Dev/Script/Helpful Posts: Difference between revisions
From Graal Bible
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Scripting Reference]][[Category:Scripting Tutorials]] | [[Category:Scripting Reference]][[Category:Scripting Tutorials]] | ||
This article contains an incomplete list of helpful scripting snippets, mostly from the [http://forums.graalonline.com/ Graal Forums], but also from other websites. Please edit this page to add more links as you come across them. | |||
If you can't edit the wiki but would like to contribute, please contact somebody with wiki access and tell them the changes to make. | |||
== Control Structures == | == Control Structures == |
Revision as of 00:26, 28 September 2011
This article contains an incomplete list of helpful scripting snippets, mostly from the Graal Forums, but also from other websites. Please edit this page to add more links as you come across them.
If you can't edit the wiki but would like to contribute, please contact somebody with wiki access and tell them the changes to make.
Control Structures
Serverside and Clientside
- Explanation of serverside and clientside, introduction to triggers
- Good trigger examples (both ways)
- Triggering database NPCs from level NPCs
Object/Data Types and Structures
- Arrays
- Custom object types
- Comparing arrays
- Dynamic variable names
- Checking for objects in arrays
- Sorting arrays
Player
- Check if a player is staff
- Timeouts in the player object
- Player classes and reusable public functions
- Getting actual level name on a GMAP
- Passing parameters along with attributes
- Offline player manipulation
- Player latency measuring
GUIs
Client
DBNPC and File Data Storage
- Comparison of data storage methods
- Editing text files via script with GUI example
- Editing text files via script
SQLite
iOS and Flash
NPC-Control and Script Types
- Using NPC-Control (video)
- Triggering public functions in weapons from level NPCs
- Classes explanation
Code Gallery
This list contains widely-used tools and code snippets that demonstrate a particular skill or technique. For a complete listing of scripts, see the Code Gallery.
Misc
- Opening PM windows
- Keycode constants
- Communicating with external web servers
- sendText, requestText, and onReceiveText