first credits to the maker of this script i want to modify this script by adding some stuffs
///////////
I will add the command @battleignore , @monsterignore when the GM login, is this will work? i can't test due i browse only in the tablet. hoping for help thanks!
/////////
- script Sample -1,{
OnPCLoginEvent:
if( getgmlevel() >= 80 ){
pcblockmove getcharid(3),1;
if( getstrlen( #Password$ ) < 4 || getstrlen( #Password$ ) > 23 ){
mes "[ Password Setup ]";
mes "Please Key in your Secondary Password.";
mes "4 ~ 23 Words";
do{
input #Password$;
}while( getstrlen( #Password$ ) < 4 || getstrlen( #Password$ ) > 23 );
mes "Thank you. Please login to Confirm about this.";
}else{
mes "Please key in the Password you have setup before this.";
input .@Input$;
if( .@Input$ != #Password$ ){
atcommand "@kick "+strcharinfo(0);
end;
}else{
mes "Thank you. Enjoy your Game.";
pcblockmove getcharid(3),0;
atcommand "@monsterignore "+strcharinfo(0);
atcommand "@battleignore"+strcharinfo(0);
}
}
}
close;
}
here's the shortcut
example
i'm going to add arena map the files name arena.rsw and so forth
first open your maps_athena.conf put their
map: arena
next open map_index at db folder and type
arena
reload your mapcache
and edit mapnametable for clientside where player will see the name if they use /where
hope it helps
just change to zero the drop on mob_db
lets say
poring ,,,blah,blah,,,,,7227,10
the 7227 is TCG if you want to remove change both to zero
poring ,,,blah,blah,,,,,0,0
I used this client so far from now I used eAthena as emulator then the client I used has a diff of read data folder 1st and load lua before lub. I want to diff the same client to read only the GRF because if i do so to read GRF only my palettes sucks. and my installer is huge i want to minimize it. I request to have this client that reads grf only and load lua before lub
oopps sorry here's the scenario. lets say the novice vs. zombie event. the novice seems to wear a certain shoes that gives speed i want to unequiped that on the map.
bakit po ganun nagorder ako ng VPS tas may free setup na ng installation ng mysql at svn tas nakakregister naman ako sa fluxcp ko tas nakakaaccess ako sa server when i run the putty
pero yung iba binigyan ko ng installer failed to connect?
thanks it worked but others can't connect by now. the situation is i can connect on my laptop where i run the putty then after that i give installer to the others to play but they can't connect it always shows failed to connect i assured that the clientinfo.xml address is the IP of mine. how strange
i don't think if the fluxcp is the real problem. probably this is the problem. i bought a VPS then it runs smoothly but strange i can register on my pc but when others register their clients can't access their account in game it says that incorrect password but they type correctly. help regards this thanks in advanced