Creation/Dev/Script/Helpful Posts: Difference between revisions
From Graal Bible
No edit summary |
(→SQLite) |
||
Line 45: | Line 45: | ||
== SQLite == | == SQLite == | ||
* [http://forums.graalonline.com/forums/showpost.php?p=1482284&postcount=4 Stefan's announcement of the addition of SQLite to GScript] | |||
* [http://forums.graalonline.com/forums/showpost.php?p=1580831&postcount=2 SQL injection] | * [http://forums.graalonline.com/forums/showpost.php?p=1580831&postcount=2 SQL injection] | ||
* [http://forums.graalonline.com/forums/showpost.php?p=1557272&postcount=17 Using and adding multiple SQLite databases] | * [http://forums.graalonline.com/forums/showpost.php?p=1557272&postcount=17 Using and adding multiple SQLite databases] |
Revision as of 20:14, 21 February 2012
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
- float function
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
- Stefan's announcement of the addition of SQLite to GScript
- SQL injection
- Using and adding multiple SQLite databases
- SQL Explorer
- SQL speed tests
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 itself.
Misc
- Opening PM windows
- Keycode constants
- Communicating with external web servers
- sendText, requestText, and onReceiveText
- Callstack access