Jump to content

Jniko

Members
  • Posts

    42
  • Joined

  • Last visited

Everything posted by Jniko

  1. recently client version is 2015 11 04 but I changed it to 20150916 still same problem, i do not know how to check the rathena version tho.
  2. Guild emblems are not working, tried deleting the _tmpEmblem and tried to redownloading the temp files by logging in it only shows this
  3. the sprite and texture folder is already in my GRF but what Item shoul i use to have the aura??
  4. my client version is 20151104 and for my server i dont know how to check but my githash is 'd673d2597874fc55627de509002820c165d4d8dd'
  5. good day! I tried to change or upload emblem into guilds but nothing happens, anyone knows why?
  6. Certain job like knight does not gain any job level experience, anyone knows why? thank you!
  7. Thank you sir, do you have any link on how to do it?
  8. good day! Im having problems in alberta where players get stuck into waters when they use fly wing. here's the screen shot. anyone knows how to fix this?
  9.  Good day, I would like to inquire about the Ragnarok hosting, I saw here on rathena that you are offering a hosting with free setup and flux?

  10. good day sir I already put comment on academy.txt and delete the comment on novice.txt, one thing changed the warp portal is now enabled unlike when academy.txt is on the warp portal at the new_1-1 is disabled
  11. Good day! I changed the default academy.txt to novice.txt then set a new start point to new_1-1 53 111 but NPCs are missing. any clues? THanks!!
  12. I finished following the steps of the tutorial in the rathena github, but when i tried to connect to the server it says "rejected from server" and after trying to login again it says " failed to connect to server" Im just using localhost (xampp) for the database. these are the only errors i see on the rathena; logserv [Notice]: Authentication accepted (account: username, id: 1, ip: 25.12.37.142) [Status]: Connection of the char-server 'ragnarok' accepted. [Status]: Request for connection of username (ip: 127.0.0.1) [Notice]: Authentication accepted (account: username, id: 1, ip: 127.0.0.1) [Status]: Connection of the account 'username' accepted. [Info]: Closed connection from '127.0.0.1'. [Status]: Char-server 'ragnarok': authentication of the account 1 REFUSED (ip: 25.12.37.142). charserv [Info]: request connect - account_id:1/login_id1:121053700/login_id2:1367114834 mapserv [Status]: Attempting to connect to Char Server. Please wait. [Status]: Connecting to 25.12.37.142:6121 [Status]: Logging in to char server... [Warning]: Connection to Char Server lost. rejected from server already solved! but had a new problem, after creating character, im disconnected from the server. [Warning]: clif_parse: Received unsupported packet (packet 0x70ee, 19 bytes received), disconnecting session #3. [Info]: Closed connection from '25.12.37.142'. [Warning]: clif_parse: Received unsupported packet (packet 0x70ee, 19 bytes received), disconnecting session #3. [Info]: Closed connection from '25.12.37.142'. [Warning]: clif_parse: Received unsupported packet (packet 0x70ee, 19 bytes received), disconnecting session #3. [Info]: Closed connection from '25.12.37.142'.
  13. Sir Cyro, the n it will be - script sample 1,{OnPCLoginEvent:if(!#givenStartItems) {set #givenStartItems, 1; getitembound itemid,quantity,boundtype; }end;} or i need to change the "boundtype?"
  14. Good day guys! i wanted to add a feature with a freebie items but I wanted the items to be non tradable. currently i have this
  15. Good day to all, I currently have this code from @Cyro. its working fine but i need to increase the conversion to 1 pod = 50 rok points. can anyone teachme how to change it? prontera,104,77,5 script Meleis 97,{ set .@coinid,7179; mes "[^0000FFMelies^000000]"; mes "Hi ^ff8800"+strcharinfo(0)+"^000000,"; mes "What can i do for you?"; mes "The Exchange ratio is 1:1"; mes "Your RoK Point: [^ff0000"+#ROK_POINTS+"^000000]"; switch(select("Cancel:Proof Of Donation to RoK points")) { case 1: break; case 2: next; mes "[^0000FFMelies^000000]"; mes "Please input the amount of coins that you want to exchange."; mes "Note: Put ^0000ff0^000000 to exit."; L_inpcoin: input @hcoins; set @hhcoins,@hcoins; if(@hhcoins == 0) { break; } if(countitem(.@coinid) < @hhcoins) { mes "* ^ff0000Please input a valid amount^000000"; mes "(Put ^0000ff0^000000 to exit)."; goto L_inpcoin; } next; delitem .@coinid,@hhcoins; set #ROK_POINTS,#ROK_POINTS+@hhcoins; mes "[^0000FFMeleis^000000]"; mes "You've exchanged (^ff0000"+@hhcoins+"^000000) "+getitemname(.@coinid)+"(s). Total RoK Points: [^0000ff"+#ROK_POINTS+"^000000]"; dispbottom "[Meleis] You've exchanged ("+@hhcoins+") "+getitemname(.@coinid)+"(s). Total RoK Points: ["+#ROK_POINTS+"]"; break; //I know they weight 0 but just in case you change its weight if (!checkweight(.@coinid,@hhcash)) { mes "* ^ff0000You're overweight please store some items.^000000"; dispbottom "[Meleis] You're overweight please store some items."; break; } next; set #ROK_POINTS,#ROK_POINTS - @hhcash; getitem .@coinid,@hhcash; mes "[^0000FFMeleis^000000]"; mes "You've exchanged (^ff0000"+@hhcash+"^000000) RoK Points to "+getitemname(.@coinid)+"(s). Total RoK Points: [^0000ff"+#ROK_POINTS+"^000000]"; dispbottom "[Meleis] You've exchanged ("+@hhcash+") RoK Points to "+getitemname(.@coinid)+"(s). Total RoK Points: ["+#ROK_POINTS+"]"; break; } close; OnInit: waitingroom "Pods Converter",0; end; }
  16. Thank you again Cyro will try this tomorrow
  17. is this the final code sir?
  18. Good day! Does anybody knows how to achieve this? or does anybody have a script for an NPC to convert a player_ID = 0 to player_ID = 1 for 12hours to enable Super Player privileges ? Thank you!
  19. Good day! Does anyone have any tutorials or knows how to setup a specific ragnarok episode? I wanted to set my server as Episode 11.3 but i do not know how. Thanks in advance
  20. Jniko

    ROK POINT SHOP

    Cyro do you know how to remove this or change the #ROK_POINTS to Points?
  21. Cyro i do have one question, how can I set the ratio of 1POD=50ROk?
  22. oh I see my apologies cyro, thank you for the script.
  23. It is working cyro but it is for coins, do have anything for proof of donation to rok or Cashpoint?
×
×
  • Create New...