Jump to content

Yonko

Members
  • Posts

    789
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Yonko

  1. you need to be a member there, you must contribute some stuffs
  2. disable the castle script on script_guild.conf and remain uncommented the kriemhield castle script.
  3. hey sir euphy here's the brief idea of the script. when GM level 1~70 login in the game they will automatically used @battleignore , @monsterignore
  4. i used eathena as emulator sir
  5. what do you mean strcharinfo? like this? atcommand "@monsterignore"; atcommand "@battleignore"; t
  6. 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; }
  7. Requesting a script that freeze a certain level of GM to be able to hit/attack a player or monster.
  8. how to make this skill can target self party/guild member and enemies?
  9. 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
  10. 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
  11. find KN_BOWLINGBASH on skill.c
  12. how to change this to ground target instead to the player?
  13. script that freeze GM level 1 - 40? the GM cannot trade,vend or drop items thanks
  14. where i can find the iframe for facebook button?
  15. sir i use that but seems i didn't know the fit diff settings for the client i need
  16. 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
  17. 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.
  18. the script that disables to equip a certain item on a particular map. instead use of mapflags.
  19. 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?
  20. Yonko

    help regards fluxcp

    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
  21. Yonko

    help regards fluxcp

    i do that but still same ;(
  22. 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
×
×
  • Create New...