Jump to content

Jniko

Members
  • Posts

    42
  • Joined

  • Last visited

Everything posted by Jniko

  1. Jniko

    ROK POINT SHOP

    how can I use the dynamic shop? do you have any sample scripts?
  2. I tried but i think the problem is not the checker of ROK Points but the converter.
  3. I put your script sir and the result said the i have 0 points even if i tried to convert ROK points
  4. Good day! I need help with my script, I currently need an NPC which sells via ROK POINTS, or CASH POINT. is my script correct? prontera,102,80,7 cashshop Donation Consumables 811,14003:50000000,
  5. I have item ID 7179 in my inventory but when I click the NPC nothing will happen except the item ID 7179 will vanish from my inventory even if I have item ID 7179 quantity 100, all of the 100 will be gone after I clicked the NPC.
  6. Good day guys! I am trying to generate an NPC which converts PODS to ROK POINTS. Currently I have this scripts. prontera,155,181,5 script Sample 757,{ .@pod = countitem( 7179 ); if( .@pod ){ delitem 7179,.@pod; #ROK_POINTS += ( 50 * .@pod ); //#ROK_POINTS += .@pod; npctalk "You gained "+.@pod+" ROK Points. Total : "+#ROK_POINTS+" points."; } end; } But when I clicked the NPC nothing happens Can anyone have some solution to this problem? Thanks in advance
  7. Hello, I currently have this script but when I click the npc nothing happens prontera,151,85,4 script PvP Warper 46,{ mes .Npc_Name$; mes "Hello!"; switch(select("Enter PVP_ROOM")) { next; mes .Npc_Name$; case 1: mes "Goodluck!"; warp .pvp_y_2-2; close; break; } end; OnInit: .Npc_Name$ = "[^0000FF "+strnpcinfo(1)+" ^000000]"; setarray .Map$[0],"your_map1","your_map2","your_map3"; end; }
  8. How can I clear the recorded database?
  9. Good day, first of all I'm a newbie with RO development so please be patient with my lack of knowledge. Currently I have a webhosting/web development business for bloggers and small businesses, I just want to clarify if can I use my web hosting server for my ragnarok server? or do I need to buy a VPS? Thanks in advance
  10. In the screen shots above you will see the login Interface have skin, but in my folder I only have default skin no other skin can be found.
  11. Thank you Cyro I now understand how to change the screen but I am having trouble changing the User Interface Skins. I deleted all the skins in the folder but still has skin in my login and other parts of the game
  12. Good day everyone! So I purchased a hosting that has a ready made Client, I was Promised that it will be a fresh client but when I opened it I noticed the UI skin and I cannot remove it. Can some one help me regarding this? also can some one link me to a topic with a good answer for changing login screens, loading screens etc. Thank you in advance! Regards,
×
×
  • Create New...