Jump to content

Emistry

Forum Moderator
  • Posts

    10015
  • Joined

  • Days Won

    396

Everything posted by Emistry

  1. instead of use those atcommand... it is better to use this way... set StatusPoint,StatusPoint + 1; set SkillPoint,SkillPoint + 1; this is because..atcommand may spam your log file when there is alot of usage of this items...( if you enabled the log )
  2. Please re-organize your script... For Example : mes "Again, the minimum amount of zeny you can exchange is 1 [/font] [font=Arial, Verdana, Tahoma,]Million Zeny."; it show the Formating code there...>.< those newbie...or some member who just blindly copy the script and run in their server will caused error...then they will come spam you why error and etc... and wrap your code using CODEBOX or upload as attachment.... then it would be better Btw....some advise for your script.. the part for exchange Bank Note into Zeny.. add a zeny limit check before adding the zeny.. because sometime their zeny may reach or exceed the zeny limit when they change.. perhap it might caused some error...but for sure..they will "Wasted" their Bank Note due to Zeny Limit Reach
  3. bonus2 bSkillAtk,n,x; Increase damage of skill n by x% (supports skill names) to reduced the Damage for the skill...just make sure the value of x is negative... ( below 0 )
  4. db/item_noequip.txt //Examples: //1201,1 you can't use KNIFE(ID 1201) on normal maps //608,4 you can't use Yggdrasil Seed(ID 608) on both GvG and WoE Castles //4174,6 Forbid Deviling Card in every PVP or GVG map, and during woes. //501,32 you can't use Red Potion on map marked as 'restricted zone 1' //502,64 you can't use Orange Potion on map marked as 'restricted zone 2' //503,128 you can't use Yellow Potion on map marked as 'restricted zone 3' // you can even mix modes //519,322 (256+64+2) you can't use Milk on PVP, and maps marked as 'restricted zone 2' and 'restricted zone 4' add the corresppond mapflag to your map....
  5. the input is limited here... /conf/script_athena.conf // Default value of the 'max' argument of the script command 'input'. // When the 'max' argument isn't provided, this value is used instead. // Defaults to INT_MAX. //input_max_value: 2147483647 input_max_value: 10000000
  6. http://emistry.googlecode.com/files/Class%20Swapper.txt
  7. http://rathena.org/board/topic/53320-%e2%99%a5-e-m-i-s-t-r-y-s-s-c-r-i-p-t-s-%e2%99%a5/page__view__findpost__p__65699
  8. No matter Indonesian / Melayu .....both just feel like the same.. as long as they use the proper spelling..everything will be fine.... Otherwise.....who the **** know what is he writing.... O.O ~
  9. Emistry

    Anime & Manga

    Well....i was King Of Fighter Fans before this ^^ Kyo Kusanagi !!! and Iori Yagami !!!! Just remember there was "Athena" inside it
  10. just wish those new pioneer from these country could pay some effect on this if they really willing to bring this up... ^^ i can see there is alot of users in ROCrew999 before..... just i dont like the way they posting xD wish they could improve it when they get her ^^ other thing ?? i think it is fine so far hahah
  11. In LucarCast's Script... the value come before "SZeny" is the Zeny Required....... in your case...you only put the Zeny as item requirement for that items.....
  12. yeah..i dont mind if they use shortform....but....they use too much..until sometime we cant even understand what they trying to said in their posts.... and..it is truely wasting time when come to this.... =='' i feel like they making a Puzzle and ask those other who trying to help them to Solve the Puzzle then ...only solve their problems..... they ....posting a "Encryted" message xD and ask to to "Decrypte" it before we can start solve it hahaha LOL
  13. case 1: callsub OnBuyItem,50,"SZeny",501,1,"announce"; i guess this should be the problems.... coz... there is no ItemID with 50.. i know that it is because you just wanna to sell that item using Zeny... but..Why not just using a Simple Zeny NPC Script ??? beside.. are you sure with this line ?? it work ? compare(""getarg(@i,0),...... perhaps it should be like this compare(""+getarg(@i,0),...... not sure is this what you try to achieve~
  14. I guess you should post it in english..even though you try to suggest for a new section for Malaysian / Indonesian / etc users .... the decide / suggest suppose to made together with other member as well.. not just users from those country ...>.<
×
×
  • Create New...