Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting > Code Gallery
FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #13  
Old 06-26-2013, 02:10 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
This could probably be optimized to use onAllRCChat now.

PHP Code:
function onAllRCChat(msg) {
  
temp.msgs = {
    {
"The script of NPC "" has been updated by""npcs"},
    {
"The npc "" has been deleted by account""npcs"},
    {
"Weapon/GUI-script "" added/updated by account""weapons"},
    {
"Weapon "" deleted by account""weapons"},
    {
"Script "" updated by account""scripts"},
    {
"Script "" deleted by account""scripts"}
  };
  
temp.stype false;
  for (
temp.mtemp.msgs) {
    
temp.mp msg.pos(temp.m[1]);
    if (
msg.starts(temp.m[0]) && temp.mp 0) {
      
temp.ml temp.m[0].length();
      
temp.sname msg.substring(temp.mltemp.mp temp.ml);
      
temp.stype temp.m[2];
      break;
    }
  }
  if (
temp.stype) {
    
temp.stype// script folder
    
temp.sname// script name
    // Queue the files for update, then perhaps push them a minute from now or something.
  
}

__________________
Quote:

Last edited by fowlplay4; 06-26-2013 at 02:29 PM..
Reply With Quote
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 07:23 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.