Jump to content
  • 0

Buff at town without char


Subzero

Question


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  60
  • Reputation:   0
  • Joined:  07/25/16
  • Last Seen:  

hello rA

how can i do a buff like poem,service,assassin cross and apple without char

like this one

H1owWdS.png

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  171
  • Reputation:   68
  • Joined:  10/25/20
  • Last Seen:  

Maybe a NPC?

 

rontera,237,81,5	script	Performer	479,3,3,{
	end;
	
OnTouch:
	if( .sbragi < gettimetick(2) ){			// triggered within area 7x7, start bragi if not on delay
		unitskilluseid getnpcid(0),321,10;	// bragi(321) level 10
		set .sbragi,gettimetick(2) + 180;	// delay 3 minute for npc to cast song
	}
	end;
	
OnInit:
	setunitdata getnpcid(0),UNPC_INT,150;	// set npc INT 150
	setunitdata getnpcid(0),UNPC_DEX,150;	// set NPC DEX 150
	end;
}

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  60
  • Reputation:   0
  • Joined:  07/25/16
  • Last Seen:  

1 hour ago, cook1e said:

Maybe a NPC?

 


rontera,237,81,5	script	Performer	479,3,3,{
	end;
	
OnTouch:
	if( .sbragi < gettimetick(2) ){			// triggered within area 7x7, start bragi if not on delay
		unitskilluseid getnpcid(0),321,10;	// bragi(321) level 10
		set .sbragi,gettimetick(2) + 180;	// delay 3 minute for npc to cast song
	}
	end;
	
OnInit:
	setunitdata getnpcid(0),UNPC_INT,150;	// set npc INT 150
	setunitdata getnpcid(0),UNPC_DEX,150;	// set NPC DEX 150
	end;
}

 

 

its posibble make non npc?

like buff area btw im trying dont have effect but no error show up on putty

Quote

prontera,237,81,5    script    Performer    479,3,3,{
    end;
    
OnTouch:
    if( .sbragi < gettimetick(2) ){            // triggered within area 7x7, start bragi if not on delay
        unitskilluseid getnpcid(0),320,10;    // bragi(321) level 10
        unitskilluseid getnpcid(0),321,10;    // bragi(321) level 10
        unitskilluseid getnpcid(0),330,10;    // bragi(321) level 10
        unitskilluseid getnpcid(0),322,10;    // bragi(321) level 10
        set .sbragi,gettimetick(2) + 0;    // delay 3 minute for npc to cast song
    }
    end;
    
OnInit:
    setunitdata getnpcid(0),UNPC_INT,150;    // set npc INT 150
    setunitdata getnpcid(0),UNPC_DEX,150;    // set NPC DEX 150
    end;
}

 

Edited by Subzero
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.05
  • Content Count:  478
  • Reputation:   14
  • Joined:  11/30/17
  • Last Seen:  

is it possible to cast more skills if so how?

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  60
  • Reputation:   0
  • Joined:  07/25/16
  • Last Seen:  

On 1/11/2021 at 6:44 PM, kalabasa said:

is it possible to cast more skills if so how?

 

hurmm maybe can just waitting someone help

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...