Jump to content

Recommended Posts

Posted

My bad i didn't notice that you already update the script to 3.1 i was using the old emperium breaker.

you can just simply add some mapuser checking or party member checking before they enter .... refer getmapusers or the trick i show in previous post.

 

 

 

Thanks for the great Adv. Stylist^^ it was amazing, however have you encounter? when you choose some of the menu and you will close the dialogue after which, i can't walk. i just need to recon in order to walk again >,> it's weird.

nope...i think you closed the npc dialog using the "esc" button ...and not close the npc dialog through the script.

Posted

My bad i didn't notice that you already update the script to 3.1 i was using the old emperium breaker.

you can just simply add some mapuser checking or party member checking before they enter .... refer getmapusers or the trick i show in previous post.

 

 

 

>Thanks for the great Adv. Stylist^^ it was amazing, however have you encounter? when you choose some of the menu and you will close the dialogue after which, i can't walk. i just need to recon in order to walk again >,> it's weird.

nope...i think you closed the npc dialog using the "esc" button ...and not close the npc dialog through the script.

 

Yeah already did that thank.

Posted

help for DATO RUNES

 

I change the map but the npc won't see in pvp map 

check ur maps...coordinate setting..and error....and etc..

Posted (edited)

this the script i change 

 

prontera,1,1,5    script    Runes    757,2,2,{

 to

pvpmap,1,1,5    script    Runes    757,2,2,{ - even i change the coordinates nothing happen

 

no error found

map working fine 

 

coordinates found in the map

 

setarray .CoordinateX[0],150,155;
setarray .CoordinateY[0],175,175;

 

when i put the original script its works fine but when i change the map the npc not shown ..

 

thanks in advance

 

and  +1 credits to multi currecy shop v6 its works fine to me  thanks you ..

Edited by Diss
Posted

make sure your map have the coordinate of these range..

setarray .CoordinateX[0],150,155;
setarray .CoordinateY[0],175,175;

 

try use

 

@tonpc Runes

to check whether the npc is loaded..and located at where....

Posted
setarray .CoordinateX[0],16,23;
setarray .CoordinateY[0],15,73;
setarray .CoordinateX[0],69,73;
setarray .CoordinateY[0],46,33;
setarray .CoordinateY[0],44,48;
setarray .CoordinateX[0],69,73;
setarray .CoordinateY[0],43,65;
setarray .CoordinateX[0],25,48;
setarray .CoordinateY[0],64,47;

 

ok its works but .. 

 

but after the

 

haste

clone and

regeneration 

 

the npc not show at all



thakns its works fine now

Posted

Hi Emistry,

 

I have been attempting to edit your class restriction into a level restriction, but apparently i haven't been successful, could you help me out? TIA.

Posted

Hi Emistry is your E-Inquiry compatible with eA? thanks.

should be compatible...

 

 

 

Hi Emistry,

 

I have been attempting to edit your class restriction into a level restriction, but apparently i haven't been successful, could you help me out? TIA.

hmm ?

Posted

im trying to make it instead of restricting job classes from entering a map, it restricts based on character base level, is that possible. not trying to do something against the rules though.

Posted

im trying to make it instead of restricting job classes from entering a map, it restricts based on character base level, is that possible. not trying to do something against the rules though.

just check the baselevel ...

 

if( BaseLevel < xyz ) blablablbal
Posted

should i change it here?

 

 

if( getgmlevel() < .LowGMLvl )
    for( set .@i,0; .@i < getarraysize( .Map$ ); set .@i,.@i + 2 )
        if( strcharinfo(3) == .Map$[.@i] )    RestrictJob( atoi( .Map$[.@i+1] ) );
 

 

Posted

change

setarray .Map$......................

 

to

setarray .Map,..............................

 

then 

change

 if( strcharinfo(3) == .Map$[.@i] )

 

to

 if( BaseLevel < .Map[.@i] )    // greater or lower..up to you
  • Upvote 1
  • 2 weeks later...
Posted

@Emistry: Is there any way that your Race of the Day Script Support Party's? At the moment only Player with last hit get the bonus.

hmm ... why should add support for Party ... i dont see any good reason for adding it ... ?? it will just lead to SPAM Farming.. ==''

Posted

@Emistry: Is there any way that your Race of the Day Script Support Party's? At the moment only Player with last hit get the bonus.

hmm ... why should add support for Party ... i dont see any good reason for adding it ... ?? it will just lead to SPAM Farming.. ==''

i dont thing so. I have changed the code a little bit so that the highest EXP Bonus is + 40% and ROTD give only EXP bonus no item or Zeny. So i thing a Party working script will be fine. It is a lot of work to add this?

  • 2 weeks later...
  • 2 weeks later...
Posted

After a long while since my last release.......xD

anyway....i having a very very very good mood today :meow: ...so i am here to release my new script ~ haha


Added New Script :

Check inside each Files for updated contents.

this script enable player to Save the Character Data ..and enable them to switch back at any time to any Data they saved previously.

Overall, a script that enable player to play multiple Job Class within 1 single characters.

the idea for this script isnt too old / new ...since it's been exposed by @Peopleperson49 in his 'Split Personality' Script.

Well, this script do the same things, but we use different way to manage it.

Extra Informations :

Notes :

I am abit lazy to write all those Script Descriptions, i do believe that all of you able to get how this script works.

Anyway, i will still doing my best to write the Updated Changelog or informations about the script as detail as possible.

All the Scripts above are uploaded to Pastebin .

Abide the Following Rule :

  • Scripts Error / Not Working , you have to Explain it in Details. ( Add in Images / Modified Scripts )
  • Do not SPAM / BUMP in my Topic.
  • Dont ask for Support stuffs for other Scripts in this Topic.
  • Link Down , then drop [ @Emistry ] a message. ani_mail.gif
I Reserved the Right for NOT Answering your Posts if you did not abide my Topic's Rules.

ogiT7.gif Keep This In Your Mind :

All the Scripts i distribute here are NOT FOR COMMERCIAL USES .

DONT remove my Credits if you are using part of the scripts to modify your own.

DONT re-release the scripts in any form / way.

Special Thank you for my Tutor :


If you these Scripts , Click on rep_up.png to Vote this Topic up . ani_thx.gif

Or you may also click on 2pGF7.png at above the Topic


 

Any update? This is not working @ 3rd Job :(

Join the conversation

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

Guest
Reply to this topic...

×   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...