Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. you can the mvp id in to a variable list using setarray... then when the users killed the monster.. use OnNPCKillevent to trigger the event.. during the event.. use a loop to check whether the killed monster ID is match with the id listed in the array if yes then do what ever you want there...else...nothing happen.. and for the monster level check.. getmonsterinfo( killedrid,1 )
  2. if it is for different castle... then just simply create a npc to check for their job class upon loading to the map.. if the job class is not fulfilled then warp them out...else nothing happen.. if it is same castle...but different day.. just set it check on which day and allow what job then do like above... there already got a sample for tran woe i think is the script request section
  3. huh ? what default item ? any screenshot to view your problem ? now i am confuse with your problem.. did you re-load the function script ?
  4. i think he just using several cutin images to show in each town... and eventually result in a fading effect..... i dont think there will be some code for you to get the fading effect in source... if there is...then most probably will be client hex... personally i dont think it is possible correct me if i am wrong.
  5. make sure you have the file for hairstyle 21...check your pallete file.. if didnt have then go find a new 1 or re-download etc...
  6. well...Youtube is your fren then... [ Youtube ] How to Create a Banner
  7. the only part wrong here is the announcement.. and the script have somepart get wrong... nvm..here is the fix.. should be work fine by now.. [ Pastebin ] Custom Item from Box
  8. owh...thx for the remind.. after reviewing back the video...i then wonder it was the town name..not server name..damn and i do it in a bad way.. =='' LOL nvm..here is the fix.... [ Pastebin ] Show Town Cutin upon Login if dont work please let me the error or etc..coz i cant try it due to i didnt have test client
  9. make sure your character is not in vending mode / chatroom mode...the script will stop automatically upon you create a chatroom / vending shop and afk for a while like 5 minutes as stated above.
  10. actually...you can just do it in scripting way....like Pneuma Said...it is a cutin picture..so you have to create your own cutin picture and add it... and for the script part... with some trick way..you can enable this cutin to be shown ONLY when you login / relogin without need to worry keep shown the cutin when teleport / use @go etc... [ Pastebin ] Show Cutin upon Login for 1 times and please do let me know if this fit what you want..coz i will move it to script section as there is no source are required..except you insist want to make it using source mod
  11. getitem can only allow you to get 1 item....not a list of items....
  12. =='' LOL.. cant find in wiki ? Basic Scripting http://rathena.org/wiki/Basic_Scripting Adding a Script http://rathena.org/wiki/Adding_a_Script
  13. 1626 ( lol ? post jumped again ? )
  14. to edit the default selling price of items...you have to edit manually at the item_db and for the shop seller... just create a shop seller....it is easy...if you donnt know..then google search for "Shoper 2.0" a software that help you build a simple shopper npc.. there is alot of sample of those shopper npc in the svn already.. those tool dealer / potion seller / etc....
  15. try this [ Pastebin ] PVP CashPoints
  16. just edit inside the src folder then recompile it after you have done.. we dunno what you are going to add.. we cant see any thing that you try to add in your post.... it is not informative enough to identify what are you going to do with the code .. we only know you are going to edit the skills code... you can try edit in those https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/src/map/battle.c https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/src/map/clif.c anyway...those are just part of it...i am there there will be more than this to edit..
  17. LOL....it is the same as the method at post#4 =='' just add a new countitem() command and also a delitem command upon done enchant....
  18. try this ? http://rathena.org/board/topic/53880-refiner-direct/
×
×
  • Create New...