Jump to content

Kaiz

Members
  • Posts

    58
  • Joined

  • Last visited

Posts posted by Kaiz

  1. heres the clientinfo

    <?xml version="1.0" encoding="euc-kr" ?>
    <clientinfo>
    <servicetype>korea</servicetype>
    <servertype>sakray</servertype>
      <connection>
      <display>Ragnarok</display>
      <balloon>the balloon</balloon>
      <desc>description</desc>
      <address>127.0.0.1</address>
      <port>6900</port>
      <version>26</version>
      <langtype>1</langtype>
      <registrationweb>facebook.com/registrationweb>
        <aid>
    	    <admin>2000000</admin>
               <admin>2000001</admin>
               <admin>2000002</admin>
        </aid>
        <loading>
    	    <image>loadingscreen01.jpg</image>
        </loading>
      </connection>
    </clientinfo>

  2. You don't want that your players receive cashs at your PvP maps?

    i have this Ghost Script his PvP System so thats why i already have a the Cash thingy that when you kill player you gain cash in all pvp map

    try this

    http://pastebin.com/raw.php?i=7VNQfca5

    i think player wont use @pk in pvp or gvg...( player cant pk outside pvp or gvg except PK Server )

    so i think just check for both this should be enough...

    sir emistry why when i turn the pk on then try kill other player ghost script is entering what i mean is his system is the one that using

    it announce that player 1 kill player 2 then gain cash it should be only on pvp right?

  3. i found this script in request but i notice that it still missing something, seems to me coz heres the info who request this

    by cloud167

    map is prontera, and all pvp and gvg maps

    player 1 killed player 2

    player 1 will gain random cash point from 1-4

    player 1 will see in dispbottom how much cashpoint he gained from killing player 2 and will also display how much cashpoint he got overall

    player 1 will have a 3minute cooldown before he can gain cashpoints when killing player 2 again

    player 1 will have a dispbottom that says the remaining time to gain cashpoints from killing player 2

    thank you :D

    and the script is given by emistry

    -    script    Sample    -1,{
    OnInit:
    set .Delay,180;
    end;
    OnPCKillEvent:
    if( @Delay < gettimetick(2) ){
    set .@Amount,rand(1,4);
    set #CASHPOINTS,#CASHPOINTS + .@Amount;
    dispbottom "Gained "+.@Amount+" Cash Point. Total = "+#CASHPOINTS+" Cash Points.";
    if( .Delay ) set @Delay,gettimetick(2) + .Delay;
    }
    end;
    }
    

    well i try this on my server yeah its working and in every 3mins you can gain again to that player but the thing is while im testing it i notice that i cant gain cash on other player too

    example

    P1 kill P2 then P1 will gained cash

    then

    P1 kill P3 nothing gained

    then

    P2 kill P1 who kill P2 on the 1st and didnt gain a cash

    sorry for my bad explanation even me ikinda cnofuse for explaning it :P

    correct me if im wrong for what i see on the script that comeups when i use the script

  4. ahm im kinda thinking and figuring but i cant how to make the item dropabble like the HD Oridecon when i put that on my inventory i cant drop it even if i use the GM command i cant and cant even sell it

    how to make it dropable and can sell too

  5. help po mga kuya bkit hindi ako makapag register sa sarili kong server kahit dito sa mismong server im still on test server bythe way im using the _M and _F pero when i try to register it say " Unregistered ID blah blah blah...."

    // Can you use _M/_F to make new accounts on the server?

    new_account: yes

    eto naka enable nmn ung settings sa login_athena , wala nmn something error on server login,map,char what could be the problem why i cant register???

×
×
  • Create New...