Jump to content

edwardbanag09

Advanced members
  • Content Count

    17
  • Joined

  • Last visited

Everything posted by edwardbanag09

  1. How to change the title Bar "Tales of Pirates - The Frozen Relics" to my own server?
  2. Hi, as you know, I use ROSO Base files. And Im new to this. I have edited some LUA removing the "Please Wait, Teleporting" but im not sure if im doing it right. It is still pretsent in the system and has delays and shows in the chat [SYSTEM] [SYSTEM] [SYSTEM] and i saw the "<333333333" present at npc lua's. ------ what i want to achieve is "Anti dupe is still on even i remove the code "please wait, Teleporting" and removing delay" and make the server secure. Can you help me figure things out? I really liked Roso Server Files if there is an alternative likw EPO Server Files would be good. i really like the gameplay. any suggestion that i can make a clean server file be Like Eternal Pirates Online or Roso? Plus My Roso Server Files and Client files iteminfo.bin is not the same what should i do? I Just need Help and a simple Response is ok. im very grateful for the help u have been doing
  3. can u suggect me a good server files and client to start on?
  4. do i Delete <3333 ? Do you have any server files and client that has the same gameplay like ROSO or Eternal Pirates Online?
  5. [ERROR] Incorrect GameServer.exe! ROSO server base fiels
  6. Do have the old client files? Mine keeps sayin Old-Rage-of-Sage files- update it
  7. I can manage. I got basic knowledge in C++/C though. not too good
  8. [Main] Name = GroupServerAndor1 Listen_Port = 1975 Listen_IP = 111.125.***.154 KeepAlive = 600 Version = 103 [AccountServer] AcctEnable = 1 Password = GroupServerAndor1 IP = 111.125.****154 Port = 1978
  9. do i change my .cfg ip? [Main] Name = GroupServerAndor1 Listen_Port = 1975 Listen_IP = 111.125.122.*** KeepAlive = 600 Version = 103 [AccountServer] AcctEnable = 1 Password = GroupServerAndor1 IP = 111.125.122.*** Port = 1978
  10. i want other players to Join and found a tutorial but i didnt seem to understand. My question is Do i change my server files IP address to a Public IP (118.***.***) or Local? (192.168.0.***) o still 127.0.0.1? Do i Change server set ip to my public ip or local?
  11. function Jz_Script_blbcs(role, Item ) local map_name = GetChaMapName (role) if map_name == "prisonisland" or map_name == "darkhouse" then SystemNotice ( role , "You cannot use this item here" ) UseItemFailed ( role ) return end local i = CheckBagItem(role,4604) local k = ChaIsBoat(role) local hp = Hp(role) local mxhp = Mxhp(role) local sp = Sp(role) local mxsp = Mxsp(role) if sp < mxsp or hp < mxhp then SystemNotice (role, "Teleportation is a tedious process. Please maintain full HP and SP") UseItemFailed ( role ) return end if k == 0 then if i > 0 then local j = DelBagItem(role,4604,1) if j == 1 then MoveCity(role,"Icicle Castle") return end end else UseItemFailed ( role ) end end here is the ticket code
  12. whats the solution? i also had same problem. when i click tix it does nothing
×
×
  • Create New...