Jump to content

ahloi007

Members
  • Posts

    78
  • Joined

Everything posted by ahloi007

  1. @latios , I've got this error what should I do?
  2. Hi emistry, I've check the emotionlist.lub Im confusing with the code, because this thing quite new to me. And I also replace it with other emotionlist.lub which is working at other server, but still the same. So I also done add on the code in the emotionlist.lub - /desp, /fsh, /spin, /sigh, /dum, /crwd //---"***" this is where I added InsertEmotionMsgListTable(ET_SPARK, "/e13") InsertEmotionMsgListTable(ET_SPARK, "/fsh") *** InsertEmotionListTable(ET_CONFUSE, MSI_EMOTION_CONFUSE, 52) InsertEmotionMsgListTable(ET_CONFUSE, c_GetMsgString(MSI_EMOTION_CONFUSE)) InsertEmotionMsgListTable(ET_CONFUSE, "/e14") InsertEmotionMsgListTable(ET_SPARK, "/spin") *** InsertEmotionListTable(ET_OHNO, MSI_EMOTION_OHNO, 53) InsertEmotionMsgListTable(ET_OHNO, c_GetMsgString(MSI_EMOTION_OHNO)) InsertEmotionMsgListTable(ET_OHNO, "/ÇѼû") InsertEmotionMsgListTable(ET_OHNO, "/e15") InsertEmotionMsgListTable(ET_SPARK, "/sigh") *** InsertEmotionListTable(ET_HUM, MSI_EMOTION_HUM, 54) InsertEmotionMsgListTable(ET_HUM, c_GetMsgString(MSI_EMOTION_HUM)) InsertEmotionMsgListTable(ET_HUM, "/e16") InsertEmotionMsgListTable(ET_SPARK, "/dum") *** InsertEmotionListTable(ET_BLABLA, MSI_EMOTION_BLABLA, 55) InsertEmotionMsgListTable(ET_BLABLA, c_GetMsgString(MSI_EMOTION_BLABLA)) InsertEmotionMsgListTable(ET_BLABLA, "/½Ã²ø½Ã²ø") InsertEmotionMsgListTable(ET_BLABLA, "/e17") InsertEmotionMsgListTable(ET_SPARK, "/crwd") *** InsertEmotionListTable(ET_OTL, MSI_EMOTION_OTL, 56) InsertEmotionMsgListTable(ET_OTL, c_GetMsgString(MSI_EMOTION_OTL)) InsertEmotionMsgListTable(ET_OTL, "/e18") InsertEmotionMsgListTable(ET_OTL, "/otl") InsertEmotionMsgListTable(ET_SPARK, "/desp") *** But it doesn't working...
  3. Hi rAthena! As the topic above, may I know how to fix it? I got invalid command in game Emotions... Please guide me Example: When I click on the emotion, it came out the command like this "/ desp" When I type the correct command /desp, it be come invalid command as below picture shown. If I post on the wrong site please move me , Im sorry for the inconvenience caused...
  4. Hi guys, I wanna request a PVP warper Only 1 map which are Free for all Map is changeable with announcement every time player go in the pvp Will show out with chatbox how many player are in the PVP room.
  5. Yes, I did restart the server still same. This error still here after restart the server Okay I figured it out whats the problem. Typo in the script. Topic closed thanks!
  6. Hi all, Currently Im facing a problem with Euphy's quest shop, I cant figure it out whats the promblem. The jellopy appear suddenly, before @reloadscript everythings work fine. Then the error occur in server. Anyone please guide me to fix this problem.. Thousand of THANKS!
  7. Hi guys, May I know how do I change this message? Because I wanna make a custom box for this.. but with another message.. Im not sure is this the correct place to post this topic?
  8. Hi, BeWan thanks for your reply. Got it !!
  9. Hi there, I need help on change @go in game list. I've do the research on it, after I edit all the things. But the @go list doesn't make a change in game. I have follow the guide above.... So anyone can help me on this? Thanks!!
  10. Hi there, May I request a Kafra Function script with only "save", "open storage", "open guild storage", "Universal Rental"? I done research on Bahmut "Kafra (without warp/more config)" But I cant find a way to edit it...
  11. Hi there! can I know how to add universal rental function on it?
  12. Hi there, Im trying to make it duplicate npc but it doesn't work. Please guide me what to do. Thanks! - script Tools Dealer::Tools Dealer -1,{ OnAtShopCmd: mes "How are you?"; mes "What do you like to buy?"; switch( select( "Ammunition Box", "Single Ammo", "Identify My Items", "Nothing" ) ) { next; case 1: callshop "AmmunitionBox",1; end; case 2: callshop "SingleAmmo",1; end; case 3: mes "Here you go"; callfunc "identify123"; end; case 4: mes "Okay, have a nice day"; close; } end; OnInit: bindatcmd "shop",strnpcinfo(0)+"::OnAtShopCmd",0,99; end; } - shop Tool Dealer#shop::AmmunitionBox -1,501:-1 // Add ammo box here - shop Tool Dealer#shop::SingleAmmo -1,502:-1 //single ammo add here function script identify123 { getinventorylist; while( .@idn < @inventorylist_count ){ if ( !@inventorylist_identify[.@idn] ){ delitem2 @inventorylist_id[.@idn],1,0,0,0,0,0,0,0; getitem @inventorylist_id[.@idn],1; } .@idn++; } close; } prontera,163,188,5 duplicate(Tools Dealer) Tools Dealer#prt 811 geffen,129,66,4 duplicate(Tools Dealer) Tools Dealer#gef 811
  13. Yes...!! thats just awesome! thanks
  14. Hi latios, I failed to upload the "Costume System v2.diff", would you please guide me the step?? Thanks!
  15. Which mean it will not increase the amount of ATK in the Status but will shown differences on the damage when attacking the mob? Im right?
  16. Hi guys!! I need help on this, hope someone can give a guide to me ? when I write this code "bonus bAtkRate,3; " into my item_db.txt and @reloaditemdb the effect doesn't add on ATK + 3% 30060,White_Supreme_Dragon_Helm,White_Supreme_Dragon_Helm,4,1000,,200,,2,,1,0xFFFFFFFF,7,2,256,,0,1,1552,{ bonus bAtkRate,3; },{},{} May I know whats the problem? Sorry for my bad english.
  17. Hi, everyone.. I wan to disable the zeny reward. what should I do? setarray .Modifier[0], // Multipliers for Base Exp, Job Exp, and Zeny rewards. getbattleflag("base_exp_rate")/20,getbattleflag("job_exp_rate")/20,10; This is euphy hunting mission NPC script
  18. Hi there, need you support! How to gain cash point by using usable items? I did research and found out this but it doesn't work on me Anyone please help me on this?
  19. The npc works! thanks! but I found a bug, when I was succeed to redeem, it stuck at the npc chat box there without a "close" button. Should I add on mes "you got the reward!"; announce "Player '" + strcharinfo(0) + "' has redeemed his max level reward!",0; //=========================== getitem 502,1;//add what you want to give like this. close;
  20. Hi sader, thanks for your reply. This script doesn't work when I was redeem with my max level character, it said that "you are not at the max level!" What should I do? Sorry Im still in learning stage.
  21. Need your help! I need a Max level rewards NPC. 1 account can redeem once and its only for the 50 players. An announcement will be made when a player redeem the rewards.
  22. Can anyone help me with this? I have already follow the instruction but still get error.
×
×
  • Create New...