Jump to content

Poring King

Members
  • Posts

    912
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by Poring King

  1. #define PRERE so your server will use the pre-re item,server feature , UI etc ..
  2. Thats why you did not recieve any cash points its because you idle or vend
  3. woah i read the whole threand just like reading One piece :3 this is pretty good project i hope this project would not be abanddon and continue . im looking for thise +1
  4. Here is my Hourly points for my test server - script hourlypoints -1,{ //--Start of the Script OnPCLoginEvent: addtimer .timer,"hourlypoints::OnPointGet"; end; OnPointGet: while(checkvending() >= 1 || checkchatting() == 1 || checkidle()>=.dlimit) { sleep2 .delay; if(.@mes$=="") dispbottom set(.@mes$,"The hourly points event haulted because you were vending, chatting, or idle."); } set #CASHPOINTS, #CASHPOINTS + .point_amt; dispbottom "You received "+.point_amt+" SEA CPM by staying ingame for 1 hour"; dispbottom "Current Balance = "+#CASHPOINTS+" SEA CPM"; set @consecutive_hour, @consecutive_hour + 1; //Check for 3 hours consecutive if(@consecutive_hour == 3) { set @consecutive_hour,0; set #CASHPOINTS, #CASHPOINTS + .cpoint_amt; dispbottom "You receive "+.cpoint_amt+" SEA CPM in playing for 12 consecutive hours"; dispbottom "Current Balance = "+#CASHPOINTS+" SEA CPM"; } addtimer .timer,"hourlypoints::OnPointGet"; end; OnInit: set .timer, 1000*60*60; //Timer in milliseconds. set .cpoint_amt, 50; //Points gained for consecutive time online. set .point_amt, 10; //Normal points gained. set .delay, 500; //Delay for idle re-check check. set .dlimit, 60*5; //Stop points if afk greater then in seconds. } Customize it in your desire goto OnInit
  5. If you want to remove the whole renewal on your server kindly define your renewal.h #define renewal into #define pre renewal trunk/src/config/renewal.h /// game renewal server mode /// (disable by commenting the line) /// /// leave this line to enable renewal specific support such as renewal formulas #define RENEWAL or PRERE
  6. as always @Adel you always make surprises ! keep it up +1
  7. You can use our search engine there are lot of topics regarding on freebies NPC
  8. Im currently Making a new server ^_^ Need Co Developer or Assistant Developer

  9. There are a lot of people in this forum did not read the whole topic reply thats why they keep saying that "The link are broken Blablabalbalbal " if you read the topic and the reply you will see if there is no update etc . http://www.mediafire.com/file/t7vg35c9xmvwm9v/bk.zip Creadit to the owner of the one who reupload it . @Haikenz
  10. Sorry dude i cant give you have should you do to change it . because i want you to learn something on this day ! Read this and you can solve your problem by your self and you will learn something today . // Structure of Database : // ID,Sprite_Name,kROName,iROName,LV,HP,SP,EXP,JEXP,Range1,ATK1,ATK2,DEF,MDEF,STR,AGI,VIT,INT,DEX,LUK,Range2,Range3,Scale,Race,Element,Mode,Speed,aDelay,aMotion,dMotion,MEXP,MVP1id,MVP1per,MVP2id,MVP2per,MVP3id,MVP3per,Drop1id,Drop1per,Drop2id,Drop2per,Drop3id,Drop3per,Drop4id,Drop4per,Drop5id,Drop5per,Drop6id,Drop6per,Drop7id,Drop7per,Drop8id,Drop8per,Drop9id,Drop9per,DropCardid,DropCardper // Note: Keep the Sprite_Name field as it is in the game client.
  11. Try this Gold poring is already exist on our current mob_db database . no need to create a custom mob .. 2248,GOLDPORING,Golden Poring,Golden Poring,1,15,1,0,0,0,0,0,160,5,1,1,1,1,999,1,10,12,1,3,21,0x170083,400,1872,672,480,0,0,0,0,0,0,0,6012,2000,6485,2000,6486,2000,6487,2000,7470,2000,7602,2000,6487,2000,969,10,0,0,0,0
  12. i already create a 4 group 1=normal 2= VIP silver 3= VIP Gold 4=VIP Premium The reason why i want to have it because to create a securty that enabled/disable . this can_trade permission is disallowing this group >>> item drop , trade , sell , vend etc... my idea is to enabled/disable 1 by 1 each of this by using script or what ever ? Example: Dropping item are current : Enabled Allowing your account to trade : Disable Allowing your account to sell : Enabled Allowing your account to vend : Disable
  13. Hello rAthena Is there a possible to change the player permission using updating there mysql ? example : True = 1 false = 0 switch(select("(Enabled : Disable ")){ case 1: Enabled query"bblablalbablalba "so on so fort ... can_trade: true case 2: Disable can_trade: false query"bblablalbablalba "so on so fort ... }
  14. Do you ever try to modified your SRC ? i think you modified the src and that was cost of error ? , look to your src and go to adding @go commands and try to look what the error there . ithink you miss declaire a string there not so sure buddy . Since the error tells "Cliff_parse error " i really think that you modified the src files
  15. i have the mob db already , but the mob is copy database from turtle dungeon mob item ! since i cant find any reference or info about the monster drop . if i ever have a chance i will distrubute it here in rAthena with a new thrend even that i will use it to my current server .
  16. It should be work if you change the default reg into lua setting's /scissors
  17. What is this ? Setup or RO.exe ? if setup having a trouble proceed in this way : http://nn.ai4rei.net/ get the latest Setup if RO.exe try to config using Setup and Enabled the Lua Setting
  18. equipment is including HG and armor
  19. OnInit: //* Configuration *\\ //Price .bindprice = 0; .unbindprice = 100000; //What to allow to be bound - Add as necessary //1 = Equipment - 2 = Consumables - 4 = Etc .allowbind = 1; Look for this and customize .
  20. You should provide any information that make's other people can answer your question . its much better if you also provide some screenshot's on map-server.bat if ever
  21. I think this man are trying to make a Proxy server like some other server that they have a lot of proxy server but only 1map 1char and 1 log in server only .
  22. Sounds like this . Main server have 3server.bat Second server i will only run the char and map ? then the log in will same but i will change the communication . so it make's 5server.bat are open ? im i right ? the clientinfo given above is same on what i did on my test server . i made 2 ragnarok_db and 2logs . thats why i ask for a nice guide . AHAHA i already confuse for what i did HAHA. how the adresswork in client info ? i think i also have problem there . because since i change the address my client.exe cant run i dunno why but i suspected its because of my address on my client info .
×
×
  • Create New...