Jump to content

Poring King

Members
  • Posts

    1016
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by Poring King

  1. If you want to make it 1 free per account add this If (#newbie == 1) goto SorryMessage; SorryMessage: mes "[ Newbie ]"; mes "You already took your freebies!"; mes "Have fun in ^E066FFSEARO!^000000"; close;
  2. Good day a collection of Ragnarok Illustrator CLICK HERE!
  3. Do you mean the "Link" inside the item description ingame ? if that what you mean you can remove it thru your system/iteminfo.lub or iteminfo.lua. or depends on what you put in your diff on your nemo
  4. Download the patcher and run it . Get the lite and Re ( Stable ) at Click me!!
  5. You are referring to a "ITEM LINK" and there is no ITEM LINK . I guess your error it might be a Item Sprite . First you need to update your KRO 2nd . If error still there find the cause of it 3rd find a solution post it here again .
  6. Anung item link ? post mo problem mo hindi kami mang huhula
  7. Post some screenshot so we can help you
  8. prontera,0,0,3 script TouchMe -1,{ OnTouch: getitem 7227,1; dispbottom "You just receive an item from GameMaster Team"; } Not tested just made this from phone
  9. F_rand is 2 or more while rand is 2 only
  10. F_rand is for 2 or more ex: setarray .@Default[0],rand(13517,12534,12103,6767,3100,7227,7608,6420,981,983),rand(1,20); rand is 2 only ex rand (1.20)
  11. Easy way to talk to @Functor is to talk to him thru Skype
  12. Hello just wondering how to separate bonus item content box , Item Description content box & slot content box ? Like this on the video . Tried to talk with the person who post the video and he said he is using chris translation and updated KRO . But in my server i am also using the same translation and updated KRO client patch last August 1 . And i already see this before i guess way back 2015 so its not a client side . I guess its on translation or texture
  13. Try this //Simple HG Hiding by crazyarashi - script Invisible -1,{ OnAtCommand: .@npc$ = "["+ strnpcinfo(1) +"]"; mes .@npc$; mes "Hello, "+strcharinfo(0); mes "Which headgear do you want to hide?"; next; setarray .@hgmenu$, "Top Headgear", "Middle Headgear", "Lower Headgear"; .@menu$ = implode(.@hgmenu$, ":"); .@i = select( .@menu$ ) - 1; .@equip = getequipid(.location$[.@i]); if( .@equip != getequipid(.location$[.@i])) { mes .@npc$; mes "You're not wearing any headgear"; close; } else { atcommand "@"+ .looks$[.@i]; dispbottom .@hgmenu$[.@i] +" is now hidden"; end; } OnInit: setarray .location$, "EQI_HEAD_TOP", "EQI_HEAD_MID", "EQI_HEAD_LOW"; setarray .looks$, "changelook 1 0", "changelook 2 0", "changelook 3 0"; bindatcmd "hidehg",strnpcinfo(0)+"::OnAtCommand"; }
  14. set .@Total,12; setarray .@P1[0],1,1230,1; //Ice Pick setarray .@P2[0],1,5135,1; //Cyclops setarray .@P3[0],1,4365,1; // HW Card setarray .@P4[0],1,4451,1; // Crothen Card setarray .@P5[0],1,18885,1; // Jejecap setarray .@P6[0],1,20036,1; // Sword Master Crown setarray .@P7[0],1,4357,1; // LK Card setarray .@P8[0],1,4403,1; // kiel card setarray .@P9[0],20,12210,20; // BGUM setarray .@P10[0],30,7227,20; // TCG setarray .@P11[0],100,7227,2; // TCG setarray .@P12[0],100,7227,2; // TCG do{ set .@i, rand(1,.@Total); }while( rand(1,100) > getd(".@P"+.@i+"[0]") ); for(set .@j,1; .@j<getarraysize(getd(".@P"+.@i)); set .@j,.@j+2) { getitem getd(".@P"+.@i+"["+.@j+"]"), getd(".@P"+.@i+"["+(.@j+1)+"]"); if (!.@k[0]) { set .@gz,.@i; setarray .@k[0], getd(".@P"+.@i+"["+.@j+"]"), getd(".@P"+.@i+"["+(.@j+1)+"]"); break; } } if( .@gz && .@gz <= 10 ) // 10% equal or below will announce announce "Congratulations! "+strcharinfo(0)+" just received "+getitemname(.@k[0])+" x "+.@k[1]+" from Lotti Girl",0; specialeffect2 248; close;
  15. Just wondering . What kind of translation are you using to make the bonus effect of item are separated to item description and item slot ?
  16. OnCheck: message strcharinfo(0),@hourly_points_timer ? Time2Str( @hourly_points_timer )+" Remaining.":"Something went wrong relog!"; end;
  17. There is a Hair color and cloth color NPC
  18. Copy this and add to your lua files in your server grf questinfo_f.lub Make sure your client will read lub files not LUA Or if your server read lua copy all data inside questinfo_f.lub then paste it to your questinfo_f.lua . It should work now!
  19. Hello how to make ASCII readable in NPC Dialog . I tried to put ASCII code in my NPC dialog but its look like broken text
  20. System info only change Ingame Name,Sprite & Description . But since you are referring to Picture of each item you need to change it thru data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\Collection . To do that you need to put updated version of Collection
  21. 1. Hotkeys are not saved for some reason? it says that it should save it Server side and there is an SQL table for this purpose but it appears to not get used? 2. they seem to have altered the tables in the lua/lub files in the grf, meaning you have to manually put in any change you've made to hte older client files Use clean Unpacked client so you can setup it on your own 3. Trying to exit the game normally results in a disconnected from server? This is not a problem if you use a unpacked client "Clean Client" . Because you are the one that select which or what features of client do you want. 4. It seems diffing the client is very limited, i realise its new and its not easy to make these things but it really limits usage a lot Use 4441 nemo-master client .
  22. To remove this just simply remove admin <admin>2000000</admin> If you want more GameMaster sprite it should be equal to your account ID from your database from login_table
  23. If you are trying to use old Menu icon you only need to do is to change your client version and make sure your.grf data/texture/À¯ÀúÀÎÅÍÆäÀ̽º support it
  24. You are using old lua files quest info . Always update your KRO then if the error is still there . Find a latest data that contain 2020 lua files or just simply extract rdata or data.grf and get the lua and copy it to your grf
×
×
  • Create New...