Jump to content
  • 0

Is this possible?


Question

Posted

Hey guyz i donno if im in the right section but i think it is something to do with scripting :I if not im sorry :o,

 

Ok let me start! Well im trying to configure my server in a way that 3rd jobs cant enter a certain map(town actually) and once a trans job converts to a 3rd job he will be automatically warped to a town example map,x,y and also will recieve a certificate of authorization(LOL its just an item xD nothing to do with this.) from the jobchanger. By this ITEM ( say item 1220?) the 3rd job player cant enter prontera( YEa prontera xD)(is this possible? like to restrict warping to town based on an item?

 

Also, Once a trans 1st job turns to his 2nd job(example: i mean from trans thief to assassin cross) he also gets an item say 1221? which causes him to NOT warp to the 3rd job town(like i said before map x,y) i mean hes restricted to go there.(Hope this is do able? could u use something like (checkitem == 1221)? Thnx in advance it Would be SO Great if u help me on this :)

 

P.S: Hope u understood :P and i will be using the official rAthena job quests :)

THnx in advance,

Santafe~


BUMP :X

3 answers to this question

Recommended Posts

Posted

For town block try...

-	script	buster	-1,{
OnPCLoadMapEvent:
	if(strcharinfo(3)=="prontera"&&eaclass()&EAJL_THIRD)
		warp "map",x,y;
	end;
}

prontera	mapflag	loadevent

To single out third job classes and give them items example.

if(eaclass()&EAJL_THIRD) {
	getitem(1220,1);
}

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...